summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
Commit message (Expand)AuthorAgeFilesLines
* Streams: basic XADD tests.antirez2017-12-011-0/+1
* Regression test for PSYNC2 issue #3899 added.antirez2017-04-281-0/+1
* PSYNC2 test: test added to the default tests.antirez2016-11-291-0/+1
* Test: WAIT tests added in wait.tcl unit.antirez2016-11-181-0/+1
* Test TOUCH and new TTL / TYPE behavior about object access time.antirez2016-06-151-0/+1
* Test: run GEO tests by default.antirez2016-05-311-0/+1
* BITFIELD: overflow fuzzy testing.antirez2016-03-021-0/+1
* Test: basic lazyfree unit test.antirez2015-10-091-0/+1
* Test: fix attach_to_replication_stream to handle newlines.antirez2015-10-071-2/+5
* Test: stack_logging var should be initialized to 0.antirez2015-10-011-0/+1
* Test: support for stack logging for OSX malloc/leaks.antirez2015-10-011-0/+5
* 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