summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* SPOP replication tests.dictcantirez2015-02-111-0/+19
* SPOP explicit tests for the three different code paths.antirez2015-02-111-0/+27
* alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading.antirez2015-02-091-1/+1
* Fix RDB corruption test after server behavior change.antirez2015-02-041-1/+1
* Avoid duplicated instance execution code in Cluster test.antirez2015-01-221-26/+21
* Cluster test: when valgrind is enabled, use a larger node-timeout.antirez2015-01-221-1/+6
* Cluster test initialization: use transaction for reset + set-config-epoch.antirez2015-01-211-0/+2
* Cluster test: wait for port to unbound in kill_instance.antirez2015-01-211-0/+16
* Cluster/Sentinel test: also pause on abort_sentinel_test call.antirez2015-01-211-0/+1
* Cluster/Sentinel test: pause on exceptions as well.antirez2015-01-211-0/+1
* Add --track-origins=yes to valgrindMatt Stancliff2015-01-212-3/+3
* Tell sentinel/cluster tests to allow valgrindMatt Stancliff2015-01-211-2/+17
* Cluster test: also write from Lua script in resharding test.antirez2015-01-092-2/+13
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-024-8/+4
* Increase test size for migrating large valuesMatt Stancliff2015-01-021-2/+2
* Add quicklist implementationMatt Stancliff2015-01-026-126/+73
* Added <count> parameter to SPOP:Alon Diamant2014-12-143-1/+67
* Merge pull request #2094 from mattsta/nosortSalvatore Sanfilippo2014-12-111-0/+18
|\
| * Fix zero-ordering SORT when called against listsMatt Stancliff2014-10-291-0/+18
* | Regression test for issue #2175.issue_2175antirez2014-12-031-0/+10
* | Test: wait for actual startup in start_server.antirez2014-11-281-0/+6
* | Test: try to cleanup still running Redis instances on exit.antirez2014-11-282-9/+27
* | Test framework: exit on timeout with report.antirez2014-11-281-18/+35
* | Attempt to prevent false positives in replication test.antirez2014-11-241-11/+15
* | Merge remote-tracking branch 'origin/unstable' into unstableantirez2014-11-141-0/+19
|\ \
| * \ Merge pull request #1662 from mattsta/lua-add-bitopsSalvatore Sanfilippo2014-11-141-0/+19
| |\ \ | | |/ | |/|
| | * Lua: Add bitopMatt Stancliff2014-10-091-0/+19
* | | Lua: add cmsgpack scripting testsMatt Stancliff2014-11-141-0/+52
* | | Lua: add cjson scripting testMatt Stancliff2014-11-141-0/+17
|/ /
* | Merge branch 'memsync' into unstableantirez2014-10-291-64/+67
|\ \ | |/ |/|
| * Diskless replication tested with the multiple slaves consistency test.antirez2014-10-241-64/+67
* | Cluster test: helpers/onlydots.tcl: detect EOF and exit.antirez2014-10-081-1/+3
* | Cluster test: less console-spammy resharding test.antirez2014-10-082-2/+19
|/
* Merge pull request #1902 from mattsta/comment-fixesSalvatore Sanfilippo2014-10-0618-32/+32
|\
| * Remove trailing spaces from testsMatt Stancliff2014-09-299-21/+21
| * Fix spelling in some test casesMatt Stancliff2014-09-295-5/+5
| * Spell software correctlyMatt Stancliff2014-09-295-5/+5
| * Fix typosAaron Rutkovsky2014-09-291-1/+1
* | Test: check that INCR object sharing works as expected.antirez2014-10-031-0/+23
|/
* Better truncated AOF loading tests.antirez2014-09-161-2/+29
* Cluster test: unit 09, Pub/Sub across the cluster.antirez2014-09-151-0/+40
* Cluster test: unit 08, update messages.antirez2014-09-151-0/+90
* Tests for aof-load-truncated = yes.antirez2014-09-081-1/+27
* AOF tests fixed turning aof-load-truncated to no.antirez2014-09-081-6/+6
* Test AOF format error detection.antirez2014-09-081-0/+25
* AOF loading: split handling of format errors from unexpected EOF.antirez2014-09-081-1/+1
* Add regression test for issue #1939Paddy Byers2014-09-011-0/+12
* Stop tests from leaving a black backgroundMariano Pérez Rodríguez2014-08-251-1/+1
* Reject MOVE to non-integer DBsMatt Stancliff2014-08-081-0/+6
* pubsub: Return integers for NUMSUB, not stringsMatt Stancliff2014-08-081-0/+4