summaryrefslogtreecommitdiff
path: root/tests/cluster
Commit message (Expand)AuthorAgeFilesLines
* Tests: Do not save an RDB by default and add a SIGTERM default AOFRW test (#1...Binbin2023-04-181-0/+1
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-112-0/+14
* Harden init-tests for cluster tests (#11635)Madelyn Olson2022-12-222-6/+25
* Introduce Shard IDs to logically group nodes in cluster mode (#10536)Ping Xie2022-11-162-3/+105
* Re-design cluster link send buffer to improve memory management (#11343)Brennan2022-11-012-183/+0
* Correctly handle scripts with shebang (not read-only) on a cluster replica (#...chendianqiang2022-09-051-0/+8
* Cluster test improvements (#10920)Madelyn Olson2022-07-123-353/+0
* Trying to fix cluster test (#10963)Binbin2022-07-111-0/+4
* Fix crash during handshake and cluster shards call (#10942)Madelyn Olson2022-07-101-1/+14
* Add tests for error messages during slot migrations (#10449)Wen Hui2022-07-041-0/+50
* Fix CLUSTER RESET command argument number issue (#10898)Wen Hui2022-06-291-0/+13
* Sharded pubsub publish messagebulk as smessage (#10792)Harkrishn Patro2022-05-311-4/+4
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-1/+1
* Turn into replica on SETSLOT (#10489)Viktor Söderqvist2022-04-021-3/+4
* Prevent replica failover during manual takeover test (#10499)Madelyn Olson2022-03-311-6/+18
* Fix timing issue in shards test and fix displayed TLS port (#10450)Madelyn Olson2022-03-201-3/+3
* Fixed incorrect parsing of hostname information from nodes.conf (#10435)Madelyn Olson2022-03-161-0/+3
* Add new cluster shards command (#10293)Harkrishn Patro2022-03-153-15/+200
* Check target node is a primary during cluster setslot. (#10277)Harkrishn Patro2022-02-101-1/+29
* Fix cluster tests failing due to subcommand names (#10231)Binbin2022-02-041-6/+4
* Add test case to improve code coverage for Addslotsrange and Delslotsrange co...Wen Hui2022-02-021-1/+50
* Change replica migration tests to use continous slots to improve speed (#10215)Madelyn Olson2022-01-302-2/+2
* Revent the attempt to fix cluster rebalance test (#10207) (#10212)Oran Agra2022-01-312-19/+3
* fix cluster rebalance test race (#10207)Oran Agra2022-01-303-11/+32
* Change expression to look for at least one limit exceeded (#10173)Madelyn Olson2022-01-261-1/+1
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-241-1/+11
* Fix flaky cluster tests in 24-links.tcl (#10157)ny03122022-01-231-23/+38
* Fix replica count check in migration tests. (#10140)Ozan Tezcan2022-01-193-4/+4
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-173-3/+21
* Fix function no-cluster flag test (#10115)Binbin2022-01-151-1/+3
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-0/+6
* Fix timing issue with cluster hostname test (#10086)Madelyn Olson2022-01-101-0/+10
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-023-1/+225
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-025-27/+297
* Fix recent daily CI test failures (#9966)Binbin2021-12-201-0/+2
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-162-0/+168
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-042-5/+6
* Fix race condition in cluster test 22-replica-in-sync (#9721)Oran Agra2021-11-041-1/+29
* Fix failing cluster tests (#9707)Oran Agra2021-10-313-4/+9
* New Cluster Command: CLUSTER DELSLOTSRANGE and CLUSTER ADDSLOTSRANGE (#9445)Wen Hui2021-10-261-0/+68
* Fixes `CLUSTER COUNTKEYSINSLOT` (#9672)Itamar Haber2021-10-241-0/+5
* Improved the reliability of cluster replica sync tests (#9628)Madelyn Olson2021-10-132-23/+40
* Hide empty and loading replicas from CLUSTER SLOTS responses (#9287)GutovskyMaria2021-10-061-0/+103
* tests: fix a typo (#9294)Long Dai2021-07-301-1/+1
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-105-10/+10
* Fix typo on buckup to backup (#8919)pgxiaolianzi2021-06-011-1/+1
* Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8...ny03122021-05-301-1/+1
* Revert cluster slot migration tests. (#8806)Yossi Gottlieb2021-04-182-0/+12
* Fix failing cluster tests. (#8763)Yossi Gottlieb2021-04-134-1/+12
* Clean up and stabilize cluster migration tests. (#8745)Yossi Gottlieb2021-04-064-25/+66