Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Migorithm/duva
/ functions
Functions
954 in github.com/Migorithm/duva
⨍
Functions
954
◇
Types & classes
154
Function
test_leader_connections_remove_outdated_connections
()
duva-client/src/broker/node_connections.rs:141
Function
test_leader_connections_remove_outdated_connections_except_seed
()
duva-client/src/broker/node_connections.rs:179
Function
test_leader_election
()
duva/tests/replication_ops/test_leader_election.rs:25
Function
test_leader_election_twice
()
duva/tests/replication_ops/test_leader_election_twice.rs:47
Function
test_leader_heartbeat_periodically
()
duva/src/domains/cluster_actors/actor/heartbeat_scheduler.rs:232
Function
test_leader_mode_initialization
()
duva/src/domains/cluster_actors/actor/heartbeat_scheduler.rs:184
Function
test_leader_req_consensus_early_return_when_already_processed_session_req_given
()
duva/src/domains/cluster_actors/actor/tests/replications.rs:457
Function
test_leader_req_consensus_with_pending_requests
()
duva/src/domains/cluster_actors/actor/tests/replications.rs:592
Function
test_leader_req_consensus_with_processed_session
()
duva/src/domains/cluster_actors/actor/tests/replications.rs:615
Function
test_lindex
()
duva/tests/client_ops/test_lindex.rs:20
Function
test_list_variant_encode_decode
()
duva/src/domains/caches/cache_objects/value.rs:92
Function
test_llen
()
duva/tests/client_ops/test_llen.rs:24
Function
test_loading_all
()
duva/src/domains/saves/endec/decoder.rs:651
Function
test_long_string
()
duva/src/domains/saves/endec/encoder.rs:202
Function
test_lpop
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:922
Function
test_lpop
()
duva/tests/client_ops/test_lpop.rs:31
Function
test_lpush
()
duva/tests/client_ops/test_lpush.rs:19
Function
test_lpush_and_node_creation
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:765
Function
test_lpushx
()
duva/tests/client_ops/test_lpushx.rs:20
Function
test_lrange
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:944
Function
test_lru_basic
()
duva/src/domains/caches/lru_cache.rs:347
Function
test_lru_capacity_one
()
duva/src/domains/caches/lru_cache.rs:386
Function
test_lru_get_non_existent
()
duva/src/domains/caches/lru_cache.rs:400
Function
test_lru_remove_head_tail_update
()
duva/src/domains/caches/lru_cache.rs:427
Function
test_lru_remove_key
()
duva/src/domains/caches/lru_cache.rs:409
Function
test_lru_update_existing
()
duva/src/domains/caches/lru_cache.rs:368
Function
test_lru_with_expiry
()
duva/src/domains/caches/lru_cache.rs:597
Function
test_lset
()
duva/tests/client_ops/test_lset.rs:34
Function
test_ltrim_basic
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:1026
Function
test_ltrim_empty_result
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:1064
Function
test_ltrim_negative_indices
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:1045
Function
test_ltrim_no_change
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:1080
Function
test_make_migration_plan_when_given_hashring_is_same
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:224
Function
test_make_migration_plan_when_no_hashring_given
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:238
Function
test_maybe_update_hashring_replica_only_updates_ring
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:562
Function
test_maybe_update_hashring_when_noplan_is_made
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:197
Function
test_mean_calculation_accuracy
()
duva/src/domains/peers/peer.rs:334
Function
test_merge_array_with_single_element
()
duva/src/domains/query_io.rs:361
Function
test_merge_arrays
()
duva/src/domains/query_io.rs:334
Function
test_merge_null_with_array
()
duva/src/domains/query_io.rs:380
Function
test_metadata_loading_no_metadata
()
duva/src/domains/saves/endec/decoder.rs:610
Function
test_migrate_batch_send_migrate_batch_peer_message
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:330
Function
test_migrate_keys_target_peer_not_found
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:310
Function
test_minimum_mean_threshold
()
duva/src/domains/peers/peer.rs:551
Function
test_mixed_operations
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:973
Function
test_multiple_ownership_changes
()
duva/src/domains/cluster_actors/hash_ring/tests/migration.rs:133
Function
test_new_creates_initial_segment
()
duva/src/adapters/loggers/disk_based.rs:671
Function
test_new_creates_oplogs
()
duva/src/adapters/loggers/disk_based.rs:554
Function
test_new_handles_corrupted_segment
()
duva/src/adapters/loggers/disk_based.rs:782
Function
test_new_handles_multiple_segments
()
duva/src/adapters/loggers/disk_based.rs:729
Function
test_new_loads_existing_segment_metadata
()
duva/src/adapters/loggers/disk_based.rs:692
Function
test_new_quicklist
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:687
Function
test_no_migration_when_rings_identical
()
duva/src/domains/cluster_actors/hash_ring/tests/migration.rs:13
Function
test_node_creation
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:695
Function
test_node_creation_with_size_limit
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:716
Function
test_node_merging_is_correct
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:999
Function
test_node_pool_recycling
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:898
Function
test_node_removal_redistribution
()
duva/src/domains/cluster_actors/hash_ring/tests/add_and_remove.rs:120
Function
test_non_expiry_key_value_pair
()
duva/src/domains/saves/endec/decoder.rs:516
Function
test_partial_commit_with_new_entries
()
duva/src/domains/cluster_actors/actor/tests/replications.rs:296
Function
test_peer_identifier
()
duva/src/domains/peers/identifier.rs:75
Function
test_peer_identifier2
()
duva/src/domains/peers/identifier.rs:83
Function
test_performance_with_maximum_history
()
duva/src/domains/peers/peer.rs:625
Function
test_phi_calculation_mathematical_accuracy
()
duva/src/domains/peers/peer.rs:651
Function
test_phi_calculation_normal_operation
()
duva/src/domains/peers/peer.rs:273
Function
test_prioritize_nodes_with_same_replid
()
duva/src/domains/peers/peer.rs:193
Function
test_push
()
duva/src/domains/caches/read_queue.rs:50
Function
test_range_empty_log
()
duva/src/adapters/loggers/disk_based.rs:803
Function
test_range_multiple_segments
()
duva/src/adapters/loggers/disk_based.rs:886
Function
test_range_single_segment
()
duva/src/adapters/loggers/disk_based.rs:834
Function
test_read_at_empty_log
()
duva/src/adapters/loggers/disk_based.rs:943
Function
test_read_at_multiple_segments
()
duva/src/adapters/loggers/disk_based.rs:983
Function
test_read_at_single_segment
()
duva/src/adapters/loggers/disk_based.rs:956
Function
test_realistic_distributed_system_scenario
()
duva/src/domains/peers/peer.rs:591
Function
test_rebalance_request_before_member_connected
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:23
Function
test_rebalance_request_happypath
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:61
Function
test_rebalance_request_to_replica
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:38
Function
test_rebalance_request_with_lazy
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:8
Function
test_receive_batch_when_consensus_is_required
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:374
Function
test_receive_batch_when_empty_cache_entries
()
duva/src/domains/cluster_actors/actor/tests/partitionings.rs:357
Function
test_receive_election_vote_candidate_gets_vote_not_enough_to_win
()
duva/src/domains/cluster_actors/actor/tests/elections.rs:212
Function
test_receive_election_vote_candidate_wins_election
()
duva/src/domains/cluster_actors/actor/tests/elections.rs:157
Function
test_reconnection_on_gossip
()
duva/src/domains/cluster_actors/actor/tests/cluster_managements.rs:81
Function
test_reconnection_on_reboot
()
duva/tests/cluster_ops/test_reconnection_on_reboot.rs:44
Function
test_recovery_after_false_positive
()
duva/src/domains/peers/peer.rs:524
Function
test_removed_leader_connection_with_replica
()
duva/tests/client_ops/test_removed_leader_connection_with_replica.rs:42
Function
test_removed_leader_connection_without_replica
()
duva/tests/client_ops/test_removed_leader_connection_without_replica.rs:35
Function
test_removes_node_when_heartbeat_is_not_received_for_certain_time
()
duva/tests/cluster_ops/test_removes_node_when_heartbeat_is_not_received_for_certain_time.rs:30
Function
test_replay_multiple_operations
()
duva/src/adapters/loggers/disk_based.rs:596
Function
test_replay_partial_data
()
duva/src/adapters/loggers/disk_based.rs:625
Function
test_replication_info
()
duva/tests/client_ops/test_replication_info.rs:25
Function
test_rolling_window_behavior
()
duva/src/domains/peers/peer.rs:352
Function
test_route_bulk_set_distribution_across_shards
()
duva/src/domains/caches/cache_manager.rs:452
Function
test_route_bulk_set_with_expiry
()
duva/src/domains/caches/cache_manager.rs:477
Function
test_rpop
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:876
Function
test_rpop
()
duva/tests/client_ops/test_rpop.rs:31
Function
test_rpush
()
duva/tests/client_ops/test_rpush.rs:19
Function
test_rpush_and_node_creation
()
duva/src/domains/caches/cache_objects/types/quicklist.rs:739
Function
test_rpushx
()
duva/tests/client_ops/test_rpushx.rs:20
Function
test_run_for_election_no_replicas
()
duva/src/domains/cluster_actors/actor/tests/elections.rs:37
← previous
next →
801–900 of 954, ranked by callers