summaryrefslogtreecommitdiff
path: root/tests/support/test.tcl
Commit message (Expand)AuthorAgeFilesLines
* Add --skipfile and --skiptest regex support. (#9555)Yossi Gottlieb2021-09-261-2/+2
* support regex in "--only" in runtest (#9352)yoav-steinberg2021-08-101-1/+12
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-15/+9
* Improve testsuite print of log file (#8805)Oran Agra2021-04-181-0/+2
* Report child copy-on-write info continuouslyYaacovHazan2021-01-071-18/+30
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* handle cur_test for nested testsOran Agra2020-09-081-0/+3
* Tests: Some fixes for macOSbodong.ybd2020-09-081-1/+0
* test infra - add durable mode to work around test suite crashingOran Agra2020-09-061-1/+5
* test infra - improve test skipping abilityOran Agra2020-09-061-10/+1
* test infra - write test name to logfileOran Agra2020-09-061-0/+13
* runtest --stop pause stops before terminating the redis server (#7513)Oran Agra2020-07-131-0/+6
* test infra: improve prints on failed assertionsOran Agra2019-10-291-6/+33
* Allowed passing in of password hash and fixed config rewriteMadelyn Olson2019-09-301-0/+6
* test suite conveniency improvementsOran Agra2018-07-301-0/+20
* various cleanups and minor fixesOran Agra2016-04-251-6/+0
* Add quicklist implementationMatt Stancliff2015-01-021-2/+5
* Fix spelling in some test casesMatt Stancliff2014-09-291-1/+1
* Sentinel test: framework improved and conf-update unit added.antirez2014-02-221-2/+8
* Test: colorstr moved to util.tcl.antirez2014-02-171-30/+0
* Redis test: More reliable BRPOPLPUSH replication test.antirez2012-04-261-1/+1
* Redis test: scripting EVALSHA replication test more reliable.antirez2012-04-261-0/+17
* Regression test for the main problem causing issue #141. Minor changes/fixes/...antirez2012-01-061-1/+1
* Redis test: when assertion fails print not just the expression but also expan...antirez2011-12-211-1/+1
* fixed assert proc on Redis testantirez2011-07-281-1/+1
* better recap of failed tests.antirez2011-07-111-5/+3
* display less useless information in parallel testantirez2011-07-111-2/+8
* some test colorization and some fixantirez2011-07-111-37/+11
* Initial implementation of a client-server parallel testing system for Redis i...antirez2011-07-101-36/+5
* fixed color support for test suite. Now colors are shown as long as there is ...antirez2011-02-221-2/+7
* fixed test rendering when test failed in non verbose modeantirez2010-12-151-1/+1
* print test names inline in the non verbose output modeantirez2010-12-151-0/+16
* colorized make test output when the verbose output is disabled (default)antirez2010-12-151-3/+43
* Be less verbose in testing; improve error handlingPieter Noordhuis2010-12-101-26/+55
* Show output of leaks command on a leakPieter Noordhuis2010-10-151-1/+3
* Fix assertion function on value encodingPieter Noordhuis2010-08-011-2/+2
* ensure the value is swapped in before testing its encodingPieter Noordhuis2010-07-291-3/+8
* more pub/sub testsPieter Noordhuis2010-06-161-0/+7
* tests for BLPOP/BRPOP via an option in the tcl client that defers reading the...Pieter Noordhuis2010-06-151-1/+1
* change ltrim tests to cover all min/max cases and add stronger stresserPieter Noordhuis2010-06-141-0/+2
* refactor list tests to test both encodings; implemented assert functionsPieter Noordhuis2010-06-041-10/+46
* pass tags to filter and match via argumentsPieter Noordhuis2010-06-021-1/+1
* basic support to tag testsPieter Noordhuis2010-06-021-0/+21
* removed obsolete codePieter Noordhuis2010-06-021-1/+0
* catch exceptions in the server proc, to be able to kill the entire chain of r...Pieter Noordhuis2010-06-021-9/+3
* WATCH is now able to detect keys removed by FLUSHALL and FLUSHDBantirez2010-05-251-0/+1
* print warnings in redis log when a test raises an exception (very likely to b...Pieter Noordhuis2010-05-151-1/+10
* minor fixes to the new test suite, html doc updatedantirez2010-05-141-0/+24