]> git.saurik.com Git - redis.git/history - tests/test_helper.tcl
exit with non-zero status when there are failed tests
[redis.git] / tests / test_helper.tcl
2010-07-23  Pieter Noordhuisexit with non-zero status when there are failed tests
2010-06-24  antirezMerge remote branch 'pietern/zfixes'
2010-06-16  Pieter Noordhuisinitial basic pub/sub tests
2010-06-15  Pieter Noordhuistests for BLPOP/BRPOP via an option in the tcl client...
2010-06-14  antirezMerge branch 'ltrim-tests' of git://github.com/pietern...
2010-06-14  antirezallow running the test suite against an external Redis...
2010-06-04  Pieter Noordhuisrefactor list tests to test both encodings; implemented...
2010-06-04  Pieter Noordhuismerge antirez/smallkeys
2010-06-03  antireztest restored
2010-06-03  antireztop level keys are no longer redis objects but sds...
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  Pieter Noordhuispass tags to filter and match via arguments
2010-06-02  Pieter Noordhuisbasic support to tag tests
2010-06-02  Pieter Noordhuisremoved obsolete code
2010-06-02  Pieter Noordhuiscatch exceptions in the server proc, to be able to...
2010-05-25  antirezWATCH tests
2010-05-21  antirezMerge branch 'solaris' of git://github.com/pietern...
2010-05-21  antirezMerge branch 'master' of git@github.com:antirez/redis
2010-05-21  antireztests suite initial support for valgrind, fixed the...
2010-05-20  antirezDon't exit with error in tests temp file cleanup if...
2010-05-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-05-20  antirezMerge branch 'test_vm' of git://github.com/pietern...
2010-05-20  Pieter Noordhuiscode to enable running tests with the vm enabled
2010-05-20  antirezMerge http://github.com/ngmoco/redis
2010-05-19  Pieter Noordhuisinitial tests for AOF (and small changes to server...
2010-05-15  antirezMerge branch 'redis-cli-fix' of http://github.com/tizoc...
2010-05-14  antirezMerge branch 'integration' of git://github.com/pietern...
2010-05-14  Pieter Noordhuisinitial rough integration test for replication
2010-05-14  Pieter Noordhuisstore entire server object on the stack instead of...
2010-05-14  antirezminor fixes to the new test suite, html doc updated