summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* adjust qbuf to 26 in test case for client listzhaozhao.zz2018-08-141-1/+1
* Test suite: add --loop option.antirez2018-08-021-5/+12
* Test suite: new --stop option.antirez2018-08-021-4/+13
* Test: new sorted set skiplist order consistency.antirez2018-08-021-0/+26
* Minor improvements to PR #5187.antirez2018-07-312-6/+13
* Merge pull request #5187 from oranagra/testsuite_improvementsSalvatore Sanfilippo2018-07-312-2/+78
|\
| * test suite conveniency improvementsOran Agra2018-07-302-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
|/ /
* | minor fix in creating a stream NACK for rdb and defrag testsOran Agra2018-06-272-2/+2
* | Merge pull request #5063 from oranagra/test_suite_improvementsSalvatore Sanfilippo2018-06-272-0/+19
|\ \
| * | test suite infra improvements and fixOran Agra2018-06-262-0/+19
* | | add active defrag support for streamsOran Agra2018-06-272-6/+17
|/ /
* | Sentinel: test command renaming feature.antirez2018-06-261-0/+10
* | fix typoshenlongxing2018-06-211-1/+1
* | Enhance RESTORE with RDBv9 new featuresGuy Benoish2018-06-201-0/+33
* | Test RDB stream encoding saving/loading.antirez2018-06-191-0/+17
* | Fix SCAN bug regression test, avoiding empty SREM call.antirez2018-06-141-1/+1
* | Regression test for issue #5006.antirez2018-06-121-0/+16
* | Improved regression test for #4906.antirez2018-06-111-29/+37
* | Regression test for the dictScan() issue #4906.antirez2018-06-111-0/+38
* | ZPOP: invert score-ele to match ZRANGE WITHSCORES order.antirez2018-06-051-25/+25
|/
* Streams: fix test ID format.antirez2018-05-251-4/+4
* Make active defragmentation tests optional.antirez2018-05-241-54/+62
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-05-171-4/+6
|\
| * Merge pull request #4927 from oranagra/defrag_32bit_fixSalvatore Sanfilippo2018-05-171-4/+6
| |\
| | * Active defrag fixes for 32bit buildsOran Agra2018-05-171-4/+6
* | | Merge remote-tracking branch 'artix/trib2cli' into unstableantirez2018-05-172-12/+12
|\ \ \ | |/ / |/| |
| * | Cluster tests now using redis-cli instead of redis-tribartix2018-04-232-12/+12
* | | Test: fix blocking lists/zsets replication test.antirez2018-05-152-5/+6
* | | Test: replication test blocking lists/zsets ops.antirez2018-05-153-0/+110
| |/ |/|
* | ZPOP: fix the tests according to new non-blocking "count" argument.zpopantirez2018-05-111-15/+11
* | ZPOP: renaming to have explicit MIN/MAX score idea.antirez2018-05-111-42/+42
* | Implements [B]Z[REV]POP and the respective unit testsItamar Haber2018-04-301-0/+158
|/