redict/tests/cluster/tests
ny0312 792afb4432
Introduce memory management on cluster link buffers (#9774)
Introduce memory management on cluster link buffers:
 * Introduce a new `cluster-link-sendbuf-limit` config that caps memory usage of cluster bus link send buffers.
 * Introduce a new `CLUSTER LINKS` command that displays current TCP links to/from peers.
 * Introduce a new `mem_cluster_links` field under `INFO` command output, which displays the overall memory usage by all current cluster links.
 * Introduce a new `total_cluster_links_buffer_limit_exceeded` field under `CLUSTER INFO` command output, which displays the accumulated count of cluster links freed due to `cluster-link-sendbuf-limit`.
2021-12-16 21:56:59 -08:00
..
helpers Cluster test: helpers/onlydots.tcl: detect EOF and exit. 2014-10-08 10:17:01 +02:00
includes Replica keep serving data during repl-diskless-load=swapdb for better availability (#9323) 2021-11-04 10:46:50 +02:00
00-base.tcl Fixes CLUSTER COUNTKEYSINSLOT (#9672) 2021-10-24 12:32:53 +03:00
01-faildet.tcl Cluster test: more reliable 01-faildet unit. 2014-05-23 11:40:34 +02:00
02-failover.tcl Cluster test: 02 unit more reliable waiting for slave sync. 2014-06-10 15:01:52 +02:00
03-failover-loop.tcl Fix failing cluster tests (#9707) 2021-10-31 19:22:21 +02:00
04-resharding.tcl Fix failing cluster tests (#9707) 2021-10-31 19:22:21 +02:00
05-slave-selection.tcl fix invalid 'failover' identifier in cluster slave selection test (#7942) 2020-10-25 10:05:38 +02:00
06-slave-stop-cond.tcl Cluster test: unit 06 cluster creation comment fixed. 2014-07-28 12:35:05 +02:00
07-replica-migration.tcl Cluster: more reliable migration tests. 2015-12-10 12:58:28 +01:00
08-update-msg.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
09-pubsub.tcl Cluster test: unit 09, Pub/Sub across the cluster. 2014-09-15 18:11:45 +02:00
10-manual-failover.tcl Cluster: unit 10 modified to leave cluster in proper state. 2015-03-22 22:58:53 +01:00
11-manual-takeover.tcl Cluster: CLUSTER FAILOVER TAKEOVER tests. 2015-03-22 22:44:23 +01:00
12-replica-migration-2.tcl Add cluster-allow-replica-migration option. (#5285) 2021-04-04 09:43:24 +03:00
12.1-replica-migration-3.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
13-no-failover-option.tcl Cluster: add test for the nofailover flag. 2018-03-14 16:30:32 +01:00
14-consistency-check.tcl Fix failing cluster tests (#9707) 2021-10-31 19:22:21 +02:00
15-cluster-slots.tcl Add support for plaintext clients in TLS cluster (#8587) 2021-03-30 23:11:32 +03:00
16-transactions-on-replica.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
17-diskless-load-swapdb.tcl Replica keep serving data during repl-diskless-load=swapdb for better availability (#9323) 2021-11-04 10:46:50 +02:00
18-info.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
19-cluster-nodes-slots.tcl Optimize CLUSTER SLOTS reply by reducing unneeded loops (#8541) 2021-03-11 22:40:35 -08:00
20-half-migrated-slot.tcl Revert cluster slot migration tests. (#8806) 2021-04-18 20:51:08 +03:00
21-many-slot-migration.tcl tests: fix a typo (#9294) 2021-07-30 10:00:07 +03:00
22-replica-in-sync.tcl Fix race condition in cluster test 22-replica-in-sync (#9721) 2021-11-04 08:44:18 +02:00
23-multiple-slot-operations.tcl New Cluster Command: CLUSTER DELSLOTSRANGE and CLUSTER ADDSLOTSRANGE (#9445) 2021-10-26 21:44:33 -07:00
24-links.tcl Introduce memory management on cluster link buffers (#9774) 2021-12-16 21:56:59 -08:00