summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
Commit message (Expand)AuthorAgeFilesLines
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-261-0/+11
* introduce dynamic client reply buffer size - save memory on idle clients (#9822)ranshid2022-02-221-0/+1
* Make INFO command variadic (#6891)Wen Hui2022-02-081-0/+1
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-201-0/+1
* Show the elapsed time of single test and speed up some tests (#10058)sundb2022-01-051-4/+4
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-0/+2
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-0/+1
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-0/+1
* 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/+1
* Increase test timeout in valgrind runs (#9767)Oran Agra2021-11-101-1/+1
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-0/+4
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-251-0/+1
* Release clients blocked on module commands in cluster resharding and down sta...qetu37902021-10-191-0/+1
* Add --skipfile and --skiptest regex support. (#9555)Yossi Gottlieb2021-09-261-2/+2
* Client eviction (#8687)yoav-steinberg2021-09-231-0/+1
* PSYNC2: make partial sync possible after master reboot (#8015)zhaozhao.zz2021-09-131-0/+1
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-0/+1
* support regex in "--only" in runtest (#9352)yoav-steinberg2021-08-101-1/+1
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-0/+1
* Use madvise(MADV_DONTNEED) to release memory to reduce COW (#8974)Wang Yuan2021-08-041-0/+1
* Add missing pause tcl test to test_helper.tcl (#9158)Binbin2021-06-301-0/+1
* Fix the wrong reisze of querybuf (#9003)sundb2021-06-151-0/+1
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-5/+35
* tests: prevent name clash in variables leading to wrong test name (#8995)Oran Agra2021-06-061-5/+5
* Make port, tls-port and bind configurations modifiable (#8510)YaacovHazan2021-03-011-0/+1
* Add --dump-logs tests option. (#8459)Yossi Gottlieb2021-02-071-0/+4
* implement FAILOVER command (#8315)Allen Farris2021-01-281-0/+1
* Fix rare test failures due to repl-ping-replica-period (#8393)Oran Agra2021-01-251-0/+2
* Add errorstats info section, Add failed_calls and rejected_calls to commandst...filipe oliveira2020-12-311-0/+1
* TLS: Add different client cert support. (#8076)Yossi Gottlieb2020-12-111-2/+2
* testsuite: fix fd leak, prevent port clashing when using --baseportOran Agra2020-12-061-1/+5
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-0/+1
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+1
* Tests: fix filename reported in run_solo tests.Yossi Gottlieb2020-11-041-4/+5
* redis-benchmark: add tests, --version, a minor bug fixes (#7947)filipe oliveira2020-10-261-0/+1
* Add a --no-latency tests flag. (#7939)Yossi Gottlieb2020-10-221-0/+4
* Remove tmp rdb file in background thread (#7762)Wang Yuan2020-09-171-0/+1
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-3/+4
* test infra - add durable mode to work around test suite crashingOran Agra2020-09-061-0/+4
* test infra - improve test skipping abilityOran Agra2020-09-061-6/+41
* Add oom-score-adj configuration option to control Linux OOM killer. (#1690)Yossi Gottlieb2020-08-121-0/+1
* runtest --stop pause stops before terminating the redis server (#7513)Oran Agra2020-07-131-2/+2
* Add missing latency-monitor tcl test to test_helper.tcl. (#6782)WuYunlong2020-07-101-0/+1
* TLS: Add missing redis-cli options. (#7456)Yossi Gottlieb2020-07-101-0/+1
* EXEC always fails with EXECABORT and multi-state is clearedOran Agra2020-06-231-0/+15
* Test: add the tracking unit as default.antirez2020-05-281-0/+1
* tests: each test client work on a distinct port rangeOran Agra2020-05-261-9/+21
* Test: --dont-clean should do first cleanup.antirez2020-05-051-5/+2
* A few comments and name changes for #7103.antirez2020-04-171-4/+13