summaryrefslogtreecommitdiff
path: root/tests/unit/other.tcl
Commit message (Expand)AuthorAgeFilesLines
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-0/+24
* FLUSHDB and FLUSHALL add call forceCommandPropagation / FLUSHALL reset dirty ...Binbin2022-05-111-2/+18
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-251-1/+1
* Fix timing issue in rehash test (#10388)Binbin2022-03-071-1/+2
* Fix crash when error [sub]command name contains | (#10082)Binbin2022-01-091-1/+9
* Add external test that runs without debug command (#9964)Oran Agra2021-12-191-8/+10
* Connection leak in external tests. (#9777)yoav-steinberg2021-11-151-0/+1
* Test fails when flushdb triggers a bgsave (#9535)yoav-steinberg2021-10-061-1/+1
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-70/+75
* Hide migrate command from slowlog if they include auth (#8859)Madelyn Olson2021-05-191-3/+0
* Remove cron saving during BGSAVE test. (#8688)yoav-steinberg2021-03-241-1/+1
* Fix test false positive due to a race condition. (#8616)Yossi Gottlieb2021-03-081-0/+6
* minor test suite cleanup, revive old test (#8497)Oran Agra2021-02-151-1/+1
* Add proc-title-template option. (#8397)Yossi Gottlieb2021-01-281-0/+44
* Limit the main db and expires dictionaries to expand (#7954)Wang Yuan2020-12-061-2/+2
* Add RESET command. (#7982)Yossi Gottlieb2020-11-051-0/+51
* Disable rehash when redis has child process (#8007)Wang Yuan2020-11-031-0/+20
* tests: each test client work on a distinct port rangeOran Agra2020-05-261-2/+2
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-1/+5
* AOF: run tests with preamble off when it makes sense.antirez2018-03-251-0/+2
* Fix SELECT test, broken cause change in error msg.antirez2016-10-141-1/+1
* various cleanups and minor fixesOran Agra2016-04-251-0/+1
* Test: MULTI/EXEC tests moved into multi.tcl.antirez2012-11-221-47/+0
* false positive in expire tests mitigated with a sleep, but other solutions ex...antirez2012-01-261-0/+5
* A test modified to pass with the new AOF start/stop semantics.antirez2011-12-211-0/+1
* new tests for EXPIRE family functions, new millisecond precision, and new mil...antirez2011-11-111-1/+34
* fix a test timing issue when running the test over valgrindantirez2011-07-111-0/+1
* better recap of failed tests.antirez2011-07-111-7/+7
* initial support for failed tests summary at end of the test.antirez2011-07-111-0/+7
* the test runs less iterations of slow tests if no --accurate is given.antirez2011-07-111-2/+4
* Initial implementation of a client-server parallel testing system for Redis i...antirez2011-07-101-14/+8
* Restore argc/argv in EXEC after command is executedPieter Noordhuis2011-02-231-0/+7
* run both inmemory and diskstore tests.antirez2011-01-091-28/+30
* fixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't...antirez2011-01-091-1/+1
* test adapted to run with diskstore, and a few bugs fixedantirez2011-01-091-5/+12
* Refactor and rename SUBSTR to GETRANGEPieter Noordhuis2010-12-141-36/+0
* Change tests to use either the inline or the multibulk protocolPieter Noordhuis2010-10-151-1/+1
* faster server starting in Redis testsantirez2010-08-311-1/+1
* removed test code having bad effects...antirez2010-07-271-1/+0
* Consistency test improvedantirez2010-07-271-17/+51
* tag more slow testsPieter Noordhuis2010-06-031-13/+15
* changed how server.tcl accepts options to support more directives without req...Pieter Noordhuis2010-06-021-1/+1
* new multi/exec testsantirez2010-05-271-0/+16
* minor fixes to the new test suite, html doc updatedantirez2010-05-141-0/+218