summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
Commit message (Expand)AuthorAgeFilesLines
* Little typoJan-Erik Rediger2013-08-071-1/+1
* Test: read_from_replication_stream, workaround for 2.6antirez2013-03-271-1/+7
* Test: new functions to capture and analyze the replication stream.antirez2013-03-271-0/+53
* Use `info nameofexectuable` to find current executableJohan Bergström2013-02-051-1/+2
* Enforce tcl 8.5 or newerJohan Bergström2013-02-051-0/+2
* Test: MULTI/EXEC tests moved into multi.tcl.antirez2012-11-221-1/+1
* BITOP and BITCOUNT tests.antirez2012-05-241-0/+1
* If the computer running the Redis test is slow, we revert to --clients 1 to a...antirez2012-05-121-0/+17
* Test for maxclients.antirez2012-04-101-0/+1
* new option for choosing number of test clients to runPremysl Hruby2012-04-051-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