summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Geo: improve fuzz test.antirez2016-12-051-3/+11
* PSYNC2 test: check ability to resync after restart.antirez2016-11-291-1/+35
* PSYNC2 test: 20 seconds are enough...antirez2016-11-291-1/+5
* PSYNC2 test: test added to the default tests.antirez2016-11-291-0/+1
* PSYNC2 test: modify the test for production.antirez2016-11-291-17/+33
* PSYNC2: stop sending newlines to sub-slaves when master is down.antirez2016-11-281-0/+1
* PSYNC2: Test (WIP).antirez2016-11-281-0/+127
* Test: WAIT tests added in wait.tcl unit.antirez2016-11-182-0/+43
* Test: regression test for #3564 added.antirez2016-10-311-0/+9
* Fix SELECT test, broken cause change in error msg.antirez2016-10-141-1/+1
* RDB AOF preamble: test it in the aofrw unit.aofrdbantirez2016-08-241-49/+52
* Multiple GEORADIUS bugs fixed.antirez2016-07-271-2/+79
* Sentinel: new test unit 07 that tests master down conditions.antirez2016-07-221-0/+68
* Sentinel: check Slave INFO state more often when disconnected.antirez2016-07-221-1/+2
* Regression test for issue #3333.antirez2016-07-061-0/+6
* Fix test for new RDB checksum failure message.antirez2016-07-041-1/+1
* Test: new randomized stress tester for #3343 alike bugs.antirez2016-06-281-2/+27
* Stress tester WIP.antirez2016-06-281-0/+3
* Regression test for issue #3343 exact min crash sequence.antirez2016-06-281-0/+16
* Test TOUCH and new TTL / TYPE behavior about object access time.antirez2016-06-152-0/+24
* Regression test for #3282.antirez2016-06-151-0/+10
* make RPUSHX and LPUSHX variadicPierre Chapuis2016-06-051-1/+3
* Test: run GEO tests by default.antirez2016-05-311-0/+1
* Now that SPOP can be called by scripts use BLPOP on 's' flag test.antirez2016-05-311-1/+1
* Test for BITFIELD regression #3221.antirez2016-05-181-0/+5
* Scripting test: match new error message.antirez2016-05-061-1/+1
* Cluster test 12: reshard back just a few slots to speedup the test.antirez2016-05-051-7/+7
* Quick fix to avoid false positive in replica migration test.antirez2016-05-051-1/+4
* Merge pull request #3191 from oranagra/minor_fixSalvatore Sanfilippo2016-05-044-20/+16
|\
| * various cleanups and minor fixesOran Agra2016-04-254-20/+16
* | Cluster regression test for #3043.antirez2016-05-021-0/+61
|/
* Fix ZINCRBY return value.Damian Janowski2016-04-181-0/+6
* BITFIELD: overflow wrap behavior fuzz tester.antirez2016-03-021-0/+51
* BITFIELD basic unit tests.antirez2016-03-021-1/+85
* BITFIELD: overflow fuzzy testing.antirez2016-03-022-0/+53
* Fix typo in bitops.tcl comment.antirez2016-03-021-1/+1
* GEOADD STORE/STOREDIST tests.antirez2016-02-181-0/+54
* Cluster: resharding test provides more state when failing.antirez2016-02-171-3/+8
* Fix to Cluster test to support @busport format.antirez2016-02-021-2/+4
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-01-151-3/+4
|\
| * Merge pull request #2726 from seppo0010/patch-2Salvatore Sanfilippo2016-01-151-3/+4
| |\
| | * Fix race condition in unit/introspectionSebastian Waisbrot2015-08-111-3/+4
* | | Test: Handle LOADING in restart_instance.antirez2016-01-151-0/+12
|/ /
* | Detect and show crashes on Sentinel/Cluster tests.antirez2016-01-151-0/+18
* | Scripting: handle trailing comments.antirez2016-01-081-0/+4
* | Cluster test: do leaks detection with OSX leaks utility.antirez2016-01-021-0/+32
* | Cluster/Sentinel test: report ability to run via valgrind.antirez2015-12-291-0/+1
* | Cluster: verify slaves consistency after resharding.antirez2015-12-181-0/+23
* | Cluster: resharding test now checks AOF consistency.antirez2015-12-171-0/+42
* | MIGRATE: test more corner cases.antirez2015-12-111-0/+37