summaryrefslogtreecommitdiff
path: root/tests/support
Commit message (Expand)AuthorAgeFilesLines
* Fix some compile warnings and errors when building with gcc-12 or clang (#12035)sundb2023-04-181-1/+1
* Attempt to solve MacOS CI issues in GH Actions (#12013)Oran Agra2023-04-123-8/+41
* Fix redis-cli cluster test timing issue (#11887)Binbin2023-03-261-1/+1
* Fix WAITAOF reply when using last_offset and last_numreplicas (#11917)Binbin2023-03-151-2/+2
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-141-2/+2
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-113-5/+172
* Fix test and improve assert_replication_stream print the whole stream (#11793)Binbin2023-03-081-2/+4
* Make assert_refcount skip the OBJECT REFCOUNT check with needs:debug tag (#11...Binbin2022-11-221-0/+13
* Fix set with duplicate elements causes sdiff to hang (#11530)Binbin2022-11-221-3/+10
* fixes for fork child exit and test: #11463 (#11499)Oran Agra2022-11-121-0/+1
* diskless master, avoid bgsave child hung when fork parent crashes (#11463)Oran Agra2022-11-091-0/+8
* Re-design cluster link send buffer to improve memory management (#11343)Brennan2022-11-011-2/+39
* Stabilize cluster hostnames tests (#11307)Madelyn Olson2022-10-032-2/+2
* Fix crash due to delete entry from compress quicklistNode and wrongly split q...sundb2022-09-191-0/+6
* fix test Migrate the last slot away from a node using redis-cli (#11221)ranshid2022-09-061-0/+19
* Bump codespell from 2.1.0 to 2.2.1 in /.codespell (#11184)Binbin2022-08-241-1/+1
* Build TLS as a loadable moduleOran Agra2022-08-232-1/+26
* Cluster test improvements (#10920)Madelyn Olson2022-07-123-9/+106
* Add cluster-port support to redis-cli --cluster (#10344)Binbin2022-07-111-2/+2
* Fix TLS tests on newer tcl-tls/OpenSSL. (#10910)Yossi Gottlieb2022-07-031-7/+34
* Fix regex support in --only, --skipfile and --skiptest (#10741)Valentino Geron2022-05-251-9/+17
* Fix --save command line regression in redis 7.0.0 (#10690)Oran Agra2022-05-091-6/+16
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-261-0/+6
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-0/+10
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-0/+4
* optimize(remove) usage of client's pending_querybuf (#10413)zhaozhao.zz2022-03-251-2/+2
* Fix redis-cli CLUSTER SETSLOT race conditions (#10381)Viktor Söderqvist2022-03-161-0/+8
* Regression test for sync psync crash (#10288)Binbin2022-02-132-6/+6
* add test suite infra to test RESP3 attributes (#10247)Oran Agra2022-02-071-2/+9
* redis-cli generates command help tables from the results of COMMAND (#10043)Jason Elbaum2022-02-051-1/+1
* Revent the attempt to fix cluster rebalance test (#10207) (#10212)Oran Agra2022-01-311-2/+3
* Fix EVAL timeout test failed on freebsd (#10098)chenyang80942022-01-241-1/+5
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-0/+6
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-171-0/+8
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-051-0/+6
* Show the elapsed time of single test and speed up some tests (#10058)sundb2022-01-051-1/+3
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-033-5/+180
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-1/+5
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-022-3/+10
* Tests: don't rely on the response of MEMORY USAGE when mem_allocator is not j...chenyang80942021-12-271-0/+10
* resolve replication test timing sensitivity - 2nd attempt (#9988)Oran Agra2021-12-221-2/+2
* Add external test that runs without debug command (#9964)Oran Agra2021-12-192-6/+19
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-191-0/+10
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-0/+8
* Add FUNCTION FLUSH command to flush all functions (#9936)Meir Shpilraien (Spielrein)2021-12-161-0/+1
* Fix possible int overflow when hashing an sds. (#9916)yoav-steinberg2021-12-131-0/+71
* Obliterate STRALGO! add LCS (which only works on keys) (#9799)guybe72021-11-181-1/+1
* Connection leak in external tests. (#9777)yoav-steinberg2021-11-151-1/+5
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-112-1/+47
* Archive external redis log in external tests (#9765)yoav-steinberg2021-11-112-10/+8