]> git.saurik.com Git - redis.git/history - tests
cleanup after test
[redis.git] / tests /
2011-07-11  antirezcleanup after test
2011-07-11  antirez--help implemented
2011-07-11  antirezbetter recap of failed tests.
2011-07-11  antirezinitial support for failed tests summary at end of...
2011-07-11  antirezthe test runs less iterations of slow tests if no ...
2011-07-11  antirezimplemented --single, --list-tests. --accurante and...
2011-07-11  antirezlist test further split into smaller units
2011-07-11  antirezlist-2 added to the list of tests
2011-07-11  antirezlist test split into smaller parts
2011-07-10  antirezno longer prints testing... but just shows the test...
2011-07-10  antirezreplication test split into three parts in order to...
2011-07-10  antirezdisplay less useless information in parallel test
2011-07-10  antirezsome test colorization and some fix
2011-07-10  antirezprint execution time of different units at end
2011-07-10  antirezInitial implementation of a client-server parallel...
2011-07-09  antirezThe test now gives some more time for Redis to start...
2011-07-08  antirezTest for regression about: Redis should not try to...
2011-07-07  Hampus WessmanAdd test for incorrect expiration when loading AOF.
2011-07-06  antirezmore valgrind friendly test
2011-07-01  antirezAdded slowlog.tcl
2011-06-30  antirezSLOWLOG tests
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezFix for bug 561 and other related problems
2011-06-20  Pieter NoordhuisSETNX regression tests.
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-31  antirezZREM tests
2011-05-31  antirezFix for the variadic version of SREM. Regression test...
2011-05-31  antirezdisabled development test entry, tests moved in the...
2011-05-31  antirezVariadic ZADD tests
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-25  antirezMerge branch 'unstable'
2011-05-24  antirezComment typo fixed
2011-05-20  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-05-20  antirezPrint version info before running the test
2011-05-19  antirezFix for ZUNIONSTORE bug when there is an empty set...
2011-05-19  antirezFix for ZUNIONSTORE bug when there is an empty set...
2011-05-16  antirezMerge branch 'unstable'
2011-05-12  antirezreplication with expire test modified to produce no...
2011-05-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-05-12  antirezZINTERSTORE regressiont test with two sets, intset...
2011-05-10  antirezMerge branch 'unstable'
2011-04-22  Pieter NoordhuisUse correct argc/argv for cleanup when loading AOF
2011-04-22  Pieter NoordhuisReformat AOF tests
2011-04-19  antirezVariadic SREM
2011-04-19  antirezvariadic HDEL with tests
2011-04-15  antirezVariadic SADD tests
2011-04-15  antireztests for variadic list push
2011-04-15  antireztest fixed after ascii art banner modified the output...
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-06  Pieter NoordhuisTest for ENCODING_SKIPLIST instead of ENCODING_RAW
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-22  Pieter NoordhuisTest that sorted sets are removed when empty
2011-03-14  Pieter NoordhuisTest both sorted set encodings for every test
2011-03-11  Pieter NoordhuisTest for empty inner range when looking for elements...
2011-03-08  Pieter NoordhuisTest for ranges where min > max
2011-03-08  Pieter NoordhuisMove logic concerned with zset ranges
2011-02-23  Pieter NoordhuisRestore argc/argv in EXEC after command is executed
2011-02-22  antirezfixed color support for test suite. Now colors are...
2011-01-09  antirezminor aesthetic change in test suite messages
2011-01-09  antirezrun both inmemory and diskstore tests.
2011-01-09  antirezfixed bgsave_in_progress in INFO when BGSAVEing with...
2011-01-09  antireztest adapted to run with diskstore, and a few bugs...
2011-01-09  antirezinitial fix of the test suite to run both in in-memory...
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-03  antirezdiskstore more fixes
2011-01-02  antirezfixed a bug in diskstore
2010-12-15  antirezMerge remote branch 'pietern/string-patches'
2010-12-15  Pieter NoordhuisUpdate tests for STRLEN
2010-12-15  Pieter NoordhuisDisable negative offsets for SETRANGE
2010-12-15  Pieter NoordhuisAdd fuzzy test for SETBIT
2010-12-15  antirezfixed test rendering when test failed in non verbose...
2010-12-15  antirezprint test names inline in the non verbose output mode
2010-12-15  antirezcolorized make test output when the verbose output...
2010-12-14  Pieter NoordhuisMake SETBIT return original bit value
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-14  Pieter NoordhuisAdd test cases for GETRANGE against integer-encoded...
2010-12-14  Pieter NoordhuisRefactor and rename SUBSTR to GETRANGE
2010-12-14  Pieter NoordhuisAdd SETRANGE command implementation and tests
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-10  Pieter NoordhuisBe less verbose in testing; improve error handling
2010-12-10  antirezcommand line option in test suite to activate valgrind...
2010-12-10  Pieter NoordhuisAdd generic function to grow an sds value
2010-12-09  Pieter NoordhuisEnforce maximum string value length of 512MB
2010-12-09  Pieter NoordhuisAdd commands SETBIT/GETBIT
2010-12-06  Pieter NoordhuisFix case and indent
2010-12-06  Pieter NoordhuisCheck other blocked clients when value could not be...
2010-12-06  Pieter NoordhuisMerge branch 'master' into brpoplpush
2010-11-30  Michel Martens ... Fix BRPOPLPUSH behavior for all use cases.
2010-11-30  Damian Janowski... Handle BRPOPLPUSH inside a transaction.
2010-11-30  Damian Janowski... Refactor code for BRPOPLPUSH.
2010-11-30  Damian Janowski... BRPOPLPUSH.
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-05  antirezMerge remote branch 'pietern/benchmark'
next