summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
Commit message (Expand)AuthorAgeFilesLines
* Test for maxclients.antirez2012-04-081-0/+1
* new option for choosing number of test clients to runPremysl Hruby2012-04-031-0/+4
* DUMP, RESTORE, MIGRATE tests.antirez2012-04-021-0/+1
* Regression test for issue 417 (memory leak when replicating to DB with id >= 10)antirez2012-03-301-0/+1
* convert-zipmap-hash-on-load test enabledantirez2012-03-241-0/+1
* RDB load of different encodings test added.antirez2012-03-231-0/+1
* Added test for client output buffer limit (hard limit).antirez2012-01-251-0/+1
* Regression test for the main problem causing issue #141. Minor changes/fixes/...antirez2012-01-061-1/+1
* unit/introspection added among tests executed by defaultantirez2011-12-191-0/+1
* Added tests for AOF rewrite.antirez2011-12-131-0/+1
* Redis test port allocation fixed.antirez2011-12-071-2/+2
* --quiet option implemented in the Redis test. Output improved a bit.antirez2011-11-291-9/+25
* still problems with the AOF race regression test, disabling it again for nowantirez2011-11-281-1/+0
* aof-race test reenabled now that port allocation of the test suite is smarterantirez2011-11-181-0/+1
* Redis test ports selection made more robust. This prevents the test from hang...antirez2011-10-041-21/+23
* commenting out aof-race test for now, waiting for a fix to issue #80antirez2011-09-161-1/+0
* Failing test related to AOF rewrite buffersPieter Noordhuis2011-09-161-0/+1
* Maxmemory testantirez2011-07-281-0/+1
* master branch merged into scripting.antirez2011-07-121-82/+241
|\
| * cleanup after testantirez2011-07-111-1/+3
| * --help implementedantirez2011-07-111-6/+12
| * better recap of failed tests.antirez2011-07-111-1/+1
| * initial support for failed tests summary at end of the test.antirez2011-07-111-3/+18
| * implemented --single, --list-tests. --accurante and --help are now recognized...antirez2011-07-111-0/+14
| * list test further split into smaller unitsantirez2011-07-111-0/+1
| * list-2 added to the list of testsantirez2011-07-111-0/+1
| * no longer prints testing... but just shows the test when we get the final res...antirez2011-07-111-0/+2
| * replication test split into three parts in order to improve test execution ti...antirez2011-07-111-3/+13
| * display less useless information in parallel testantirez2011-07-111-6/+6
| * some test colorization and some fixantirez2011-07-111-2/+9
| * print execution time of different units at endantirez2011-07-101-3/+12
| * Initial implementation of a client-server parallel testing system for Redis i...antirez2011-07-101-66/+168
| * more valgrind friendly testantirez2011-07-061-1/+8
| * SLOWLOG testsantirez2011-06-301-18/+1
* | Updated to unstableantirez2011-06-141-0/+7
|\ \ | |/
| * disabled development test entry, tests moved in the right placeantirez2011-05-311-1/+1
| * Variadic ZADD testsantirez2011-05-311-0/+7
* | Scripting tests addedantirez2011-05-251-0/+1
|/
* Print version info before running the testantirez2011-05-201-0/+1
* test fixed after ascii art banner modified the output of a running serverantirez2011-04-151-0/+1
* minor aesthetic change in test suite messagesantirez2011-01-091-1/+1
* run both inmemory and diskstore tests.antirez2011-01-091-11/+10
* fixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't...antirez2011-01-091-8/+8
* test adapted to run with diskstore, and a few bugs fixedantirez2011-01-091-4/+5
* initial fix of the test suite to run both in in-memory and diskstore modeantirez2011-01-091-3/+8
* diskstore more fixesantirez2011-01-031-1/+1
* Merge remote branch 'pietern/testverbosity'antirez2010-12-101-5/+29
|\
| * Be less verbose in testing; improve error handlingPieter Noordhuis2010-12-101-5/+29
* | command line option in test suite to activate valgrind modeantirez2010-12-101-0/+2
|/
* Add tests for OK on QUITPieter Noordhuis2010-10-151-0/+1