]> git.saurik.com Git - redis.git/history - tests
Merge pull request #77 from Poincare/patch-1
[redis.git] / tests /
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-12  antirezregression test for bug 593 added
2011-08-09  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-07-28  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-07-28  antirezRegression for a crash with blocking ops and pipelining
2011-07-28  antirezMerge remote branch 'origin/unstable' into unstable
2011-07-28  antirezMaxmemory test
2011-07-28  antirezfixed assert proc on Redis test
2011-07-27  Pieter NoordhuisHDEL: Abort deleting fields when hash is removed
2011-07-15  antirezmake a scripting test more valgrind friendly
2011-07-15  antireztest that EVALSHA is replicated as EVAL
2011-07-12  antirezmaster branch merged into scripting.
2011-07-11  antirezsolved a slow positive in the slow log test when the...
2011-07-11  antirezfixed another timing issue when running the test over...
2011-07-11  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-11  antirezfix a test timing issue when running the test over...
2011-07-11  antireznew test engine valgrind support
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  antirezcolorized test output shows scripting tests with X
2011-06-25  antirezunstable merge conflicts resolved
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-14  antirezUpdated to unstable
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-25  antirezScripting tests added
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'
next