summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* AOF: run tests with preamble off when it makes sense.antirez2018-03-254-3/+6
* Merge pull request #4691 from oranagra/active_defrag_v2Salvatore Sanfilippo2018-03-222-40/+148
|\
| * Adding real allocator fragmentation to INFO and MEMORY command + active defra...Oran Agra2018-03-122-40/+148
* | CG: test XACK remaining features.antirez2018-03-151-0/+10
* | CG: test XACK ability to remove items from the PELs.antirez2018-03-151-0/+13
* | CG: test XPENDING ability to return pending items.antirez2018-03-151-0/+20
* | CG: test XGROUPREAD abilities.antirez2018-03-151-0/+30
* | CG: test group creation.antirez2018-03-151-0/+1
* | CG: More specific duplicated group error.antirez2018-03-151-0/+11
* | Cluster: add test for the nofailover flag.antirez2018-03-142-0/+71
|/
* Fix integration test NOREPLICAS error time dependent false positive.antirez2018-01-241-3/+6
* Test: MIGRATE AUTH test added.antirez2018-01-091-0/+24
* Regression test for #4505 (Lua AUX field loading).antirez2017-12-041-1/+22
* Streams: add some initial test for XREVRANGE.antirez2017-12-011-0/+8
* Streams: fix XREAD test broken after previous tests improvements.antirez2017-12-011-1/+1
* Streams: move ID ms/seq separator from '.' to '-'antirez2017-12-011-7/+7
* Streams: add XADD + MAXLEN test.antirez2017-12-011-0/+17
* Streams: modify tests to stress compression.antirez2017-12-011-5/+10
* Streams: tests for blocking and non-blocking XREAD.antirez2017-12-011-0/+90
* Streams: XRANGE fuzz testing.antirez2017-12-011-1/+52
* Streams: more advanced XADD and XRANGE tests.antirez2017-12-011-0/+43
* Streams: basic XADD tests.antirez2017-12-012-0/+43
* Regression test: Slave restart with EVALSHA in backlog issue #4483.antirez2017-11-301-1/+64
* Merge pull request #4215 from lamby/correct-faield-spellingSalvatore Sanfilippo2017-11-281-1/+1
|\
| * Correct spelling of "faield".Chris Lamb2017-08-121-1/+1
* | Test: regression test for latency expire events logging bug.antirez2017-11-241-0/+14
* | fix string to double conversion, stopped parsing on \0 even if the string has...Oran Agra2017-11-231-0/+7
* | Regression test for issue #4391.antirez2017-10-301-0/+4
|/
* 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