summaryrefslogtreecommitdiff
path: root/tests/support
Commit message (Expand)AuthorAgeFilesLines
* Test: randomInt() behavior commented.antirez2013-06-261-0/+2
* Tests added for min-slaves feature.antirez2013-05-301-0/+4
* Return a specific NOAUTH error if authentication is required.antirez2013-02-121-2/+2
* Test: fixed osx "leaks" support in test.antirez2012-12-031-1/+3
* fix a typo in a commentYAMAMOTO Takashi2012-10-311-1/+1
* New test: hash ziplist -> hashtable encoding conversion.antirez2012-06-111-3/+11
* EVAL replication test: less false positives.antirez2012-06-021-1/+1
* Tests modified to account for INFO fields renaming.antirez2012-05-251-2/+2
* Redis test: include bug report on crash.antirez2012-05-231-1/+5
* Redis test: More reliable BRPOPLPUSH replication test.antirez2012-04-271-1/+1
* Redis test: scripting EVALSHA replication test more reliable.antirez2012-04-271-0/+17
* Replace unnecessary calls to echo and catMichael Schlenker2012-04-241-1/+1
* redis.tcl: no longer leave unread replies if an error happens during a MULTI/...antirez2012-04-071-1/+7
* in kill_server send the signal once, then wait for up to 5sec before sending ...Premysl Hruby2012-04-051-2/+7
* Redis test: regexp to check if valgrind reported errors modified. Now we no l...antirez2012-03-281-1/+1
* When running the test in valgrind mode, pass the right flags to show memory l...antirez2012-03-241-1/+1
* DEBUG should not be flagged as w otherwise we can not call DEBUG DIGEST and o...antirez2012-03-221-1/+1
* 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
* Redis test: wait more time for the server to start if it is running using val...antirez2011-12-071-1/+1
* Redis test: handle inability to start the server in a better way.antirez2011-12-071-8/+12
* more valgrind (and other archs) friendly testing of floating number related f...antirez2011-11-161-0/+4
* Redis test ports selection made more robust. This prevents the test from hang...antirez2011-10-041-1/+2
* fixed assert proc on Redis testantirez2011-07-281-1/+1
* new test engine valgrind supportantirez2011-07-111-4/+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-102-43/+6
* The test now gives some more time for Redis to start before of exiting with a...antirez2011-07-091-1/+1
* more valgrind friendly testantirez2011-07-061-3/+5
* test fixed after ascii art banner modified the output of a running serverantirez2011-04-151-1/+1
* fixed color support for test suite. Now colors are shown as long as there is ...antirez2011-02-221-2/+7
* initial fix of the test suite to run both in in-memory and diskstore modeantirez2011-01-092-4/+7
* diskstore more fixesantirez2011-01-031-0/+3
* 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
* Merge remote branch 'pietern/testverbosity'antirez2010-12-103-62/+98
|\
| * Be less verbose in testing; improve error handlingPieter Noordhuis2010-12-103-62/+98
* | command line option in test suite to activate valgrind modeantirez2010-12-101-1/+1
|/
* minor test suite bug fixedantirez2010-11-041-2/+2
* Show output of leaks command on a leakPieter Noordhuis2010-10-151-1/+3
* Change tcl client to only use the multibulk protocolPieter Noordhuis2010-10-151-37/+7
* Return OK on QUITPieter Noordhuis2010-10-132-10/+14
* faster server starting in Redis testsantirez2010-08-311-4/+25
* Don't abort test suite when the server block has a return valuePieter Noordhuis2010-08-211-16/+22
* replication test with expiresantirez2010-08-031-1/+8
* 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