summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* HyperLogLog: speedup fuzz test.antirez2019-03-181-2/+1
* HyperLogLog: dense/sparse repr parsing fuzz test.antirez2019-03-181-0/+29
* Only increment delivery count if JUSTID option is omittedSteve Webster2019-03-131-1/+15
* Increment delivery counter on XCLAIM unless RETRYCOUNT specifiedSteve Webster2019-03-131-0/+29
* Remove debugging printf from replication.tcl test.antirez2018-12-211-1/+0
* fix small test suite race conditionsOran Agra2018-12-113-0/+11
* Don't call sdscmp() with shared.maxstring or shared.minstringGuy Benoish2018-12-111-1/+17
* Add unit test for stream XCLAIM command.Qu Chen2018-12-111-0/+48
* Test: regression test for #5570.antirez2018-11-201-0/+15
* Test: regression test for #5577.antirez2018-11-201-0/+24
* Tests for XGROUP CREATE MKSTREAM.antirez2018-10-171-0/+11
* Streams: Tests modified XSTREAM -> XSETIDzhaozhao.zz2018-10-171-2/+2
* Tests modified to use XADD MAXLEN 0 + XSETID.antirez2018-10-171-26/+12
* Streams: add tests for aof rewritezhaozhao.zz2018-10-171-0/+23
* Streams: add tests for XSTREAM commandzhaozhao.zz2018-10-171-0/+39
* Test: avoid time related false positive in RESTORE test.antirez2018-10-151-1/+1
* Test: cgroup propagation test also for NOACK variant.antirez2018-10-151-29/+39
* Test: consumer group last ID slave propagation test.antirez2018-10-151-0/+39
* Streams: add test cases for XADD/XTRIM maxlenzhaozhao.zz2018-10-091-0/+46
* fix #5024 - commandstats for multi-exec were logged as EXEC.Oran Agra2018-10-031-0/+57
* Slave removal: remove slave from integration tests descriptions.antirez2018-09-148-36/+36
* Slave removal: remove slave from top-level tests descriptions.antirez2018-09-143-12/+12
* Fix scripting tests now that we default to commands repl.antirez2018-09-051-1/+8
* Test: processing of master stream in slave -BUSY state.antirez2018-09-041-0/+44
* Correct "did not received" -> "did not receive" typos/grammar.Chris Lamb2018-09-044-6/+6
* Fix unstable tests on slow machines.Oran Agra2018-08-293-17/+23
* adjust qbuf to 26 in test case for client listzhaozhao.zz2018-08-291-1/+1
* Test suite: add --loop option.antirez2018-08-031-5/+12
* Test suite: new --stop option.antirez2018-08-031-4/+13
* Test: new sorted set skiplist order consistency.antirez2018-08-021-0/+26
* Minor improvements to PR #5187.antirez2018-08-022-6/+13
* test suite conveniency improvementsOran Agra2018-08-022-2/+78
* fix slave buffer test suite false positivesOran Agra2018-07-241-1/+1
* make active defrag test more stableOran Agra2018-07-181-2/+4
* slave buffers were wasteful and incorrectly counted causing evictionOran Agra2018-07-161-0/+92
* Test: XDEL fuzz testing. Remove and check stage.antirez2018-07-131-0/+15
* Test: fix lshuffle by providing the "K" combinator.antirez2018-07-131-0/+2
* Test: add lshuffle in the Tcl utility functions set.antirez2018-07-131-0/+14
* Test: XDEL fuzz testing, stream creation.antirez2018-07-131-0/+20
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-07-131-0/+10
|\
| * Add test in slowlog.tclWuYunlong2018-07-131-0/+10
* | Test: XDEL basic test.antirez2018-07-131-0/+12
|/
* Add regression test for #5111.antirez2018-07-121-0/+15
* Fix typoJack Drogon2018-07-034-4/+4
* Merge pull request #5084 from chendq8/pending-querybufSalvatore Sanfilippo2018-07-032-0/+36
|\
| * Merge branch 'unstable' into pending-querybufchendianqiang2018-07-0310-32/+183
| |\
| * | limit the size of pending-querybuf in masterclientchendianqiang2018-07-012-0/+36
* | | Merge pull request #5081 from trevor211/fixClusterFailoverSalvatore Sanfilippo2018-07-031-0/+77
|\ \ \ | |_|/ |/| |
| * | cluster.tcl: Add master consecutively down test.WuYunlong2018-06-301-0/+77
* | | fix tests/test_helper.tcl with --wait-server option.WuYunlong2018-07-021-1/+0
|/ /