]> git.saurik.com Git - redis.git/history - tests/test_helper.tcl
Be less verbose in testing; improve error handling
[redis.git] / tests / test_helper.tcl
2010-12-10  Pieter NoordhuisBe less verbose in testing; improve error handling
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-15  Pieter NoordhuisAdd tests for OK on QUIT
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-13  Pieter NoordhuisReturn OK on QUIT
2010-10-13  Pieter NoordhuisAllow to specify which specific test files to run
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-26  antirezredis-cli tests commented out since there is a problem...
2010-08-26  antirezMerge remote branch 'pietern/redis-cli-fix'
2010-08-26  antirezforgot the traceleaks var in tests set to 1, reverted...
2010-08-26  antirezfixed a memory leak in the new Set code
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-04  Pieter NoordhuisTests for the interactive mode of redis-cli
2010-07-23  Pieter Noordhuisexit with non-zero status when there are failed tests
2010-07-02  Pieter Noordhuismerged intset code into the split files
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