summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
Commit message (Expand)AuthorAgeFilesLines
* Test: split basic unit into string, incr, keyspace units.antirez2015-02-251-1/+3
* Added regression test for issue #2371.antirez2015-02-101-0/+1
* Test: try to cleanup still running Redis instances on exit.antirez2014-11-281-1/+19
* Test framework: exit on timeout with report.antirez2014-11-281-18/+35
* Spell software correctlyMatt Stancliff2014-09-291-1/+1
* Fix typosAaron Rutkovsky2014-09-291-1/+1
* Initial HyperLogLog tests.antirez2014-04-031-0/+1
* Test: code to test server availability refactored.antirez2014-02-171-15/+0
* Test: fixed osx msg passing issue in testing framework.antirez2014-01-311-1/+23
* SCAN: tests moved to unit/scan.tcl.antirez2013-10-301-0/+1
* Test: added a memory efficiency test.antirez2013-08-291-0/+1
* Little typoJan-Erik Rediger2013-08-071-1/+1
* test-server: only listen to 127.0.0.1Marc-Antoine Perennou2013-06-121-1/+1
* Test: check that replication partial sync works if we break the link.antirez2013-05-081-0/+1
* Test: new functions to capture and analyze the replication stream.antirez2013-03-271-0/+53
* Use `info nameofexectuable` to find current executableJohan Bergström2013-01-241-1/+2
* Enforce tcl 8.5 or newerJohan Bergström2013-01-241-0/+2
* Test: MULTI/EXEC tests moved into multi.tcl.antirez2012-11-221-1/+1
* Test: more MIGRATE tests.antirez2012-11-141-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-111-0/+17
* 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