summaryrefslogtreecommitdiff
path: root/tests/support
Commit message (Expand)AuthorAgeFilesLines
...
* | When running the test in valgrind mode, pass the right flags to show memory l...antirez2012-03-241-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
* better random dataset creation function in test. master-slave replication tes...antirez2010-07-281-31/+41
* Consistency test improvedantirez2010-07-271-0/+49
* improved random dataset creation in test: del, sunionstore, zunionstoreantirez2010-07-061-2/+30
* redis.c split into many different C files.antirez2010-07-011-2/+2
* more pub/sub testsPieter Noordhuis2010-06-161-0/+7
* initial basic pub/sub testsPieter Noordhuis2010-06-161-1/+1
* tests for BLPOP/BRPOP via an option in the tcl client that defers reading the...Pieter Noordhuis2010-06-152-10/+19
* Merge branch 'ltrim-tests' of git://github.com/pietern/redisantirez2010-06-141-0/+2
|\
| * change ltrim tests to cover all min/max cases and add stronger stresserPieter Noordhuis2010-06-141-0/+2
* | allow running the test suite against an external Redis instance, without auto...antirez2010-06-141-0/+21
|/
* squashed merge from robey/twitter3: LINSERT BEFORE|AFTER, LPUSHX, RPUSHXRobey Pointer2010-06-111-1/+1
* refactor list tests to test both encodings; implemented assert functionsPieter Noordhuis2010-06-041-10/+46
* tag memory leak check on kill server as "leaks"Pieter Noordhuis2010-06-031-3/+5
* make sure the config it returned when called without codePieter Noordhuis2010-06-031-3/+2
* pass tags to filter and match via argumentsPieter Noordhuis2010-06-021-1/+1
* basic support to tag testsPieter Noordhuis2010-06-022-4/+49