summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix GEORADIUS edge case with huge radius.antirez2017-07-031-0/+3
* Fix set with ex/px option when propagated to aofxuzhou2017-06-161-0/+15
* SLOWLOG: log offending client address and name.antirez2017-06-151-1/+12
* Regression test for #3899 fixed.antirez2017-04-281-19/+36
* Regression test for PSYNC2 issue #3899 added.antirez2017-04-282-0/+62
* Defrag: test currently disabled, too many false positives.antirez2017-04-221-38/+40
* Defrag: fix test false positive.antirez2017-04-221-3/+4
* add test for active defragoranagra2017-04-221-0/+45
* Test: fix, hopefully, false PSYNC failure like in issue #2715.antirez2017-04-141-1/+1
* add LFU policies to the test suite, just for coverageOran Agra2017-03-151-2/+2
* Solaris fixes about tail usage and atomic vars.antirez2017-02-223-6/+6
* Test: replication-psync, wait more to detect write load.antirez2017-02-221-1/+1
* Test: fix conditional execution of HINCRBYFLOAT representation test.antirez2017-02-221-1/+1
* Geo: fuzzy test inconsistency report fixed to show all points.antirez2016-12-201-2/+3
* Fix test "server is up" detection after logging changes.antirez2016-12-192-1/+2
* Writable slaves expires: unit test.antirez2016-12-131-0/+12
* 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