summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* temporarily disable sentinel test FD leak print (#8425)Oran Agra2021-01-311-2/+2
* Fix test issues from introduction of HRANDFIELD (#8424)Oran Agra2021-01-312-1/+16
* fix sentinel tests error (#8422)Wen Hui2021-01-301-3/+8
* Enabled background and reply time tracking on blocked on keys/blocked on back...filipe oliveira2021-01-293-0/+288
* Add HRANDFIELD and ZRANDMEMBER. improvements to SRANDMEMBER (#8297)Yang Bodong2021-01-294-3/+354
* implement FAILOVER command (#8315)Allen Farris2021-01-283-6/+295
* Add proc-title-template option. (#8397)Yossi Gottlieb2021-01-281-0/+44
* Add modules API for streams (#8288)Viktor Söderqvist2021-01-283-1/+415
* Add hostname support in Sentinel. (#8282)Yossi Gottlieb2021-01-284-4/+125
* Add 'set-proc-title' config so that this mechanism can be disabled (#3623)Z. Liu2021-01-281-0/+1
* GETEX, GETDEL and SET PXAT/EXAT (#8327)Raghav Muddur2021-01-273-6/+172
* Add tests for RESP3 responce of ZINTER and ZRANGE (#8391)Oran Agra2021-01-262-0/+13
* Sentinel: Fix Config Dependency and Rewrite Sequence (#8271)Wen Hui2021-01-265-5/+39
* Fix rare test failures due to repl-ping-replica-period (#8393)Oran Agra2021-01-252-1/+3
* Fix recent test failures (#8386)Oran Agra2021-01-232-4/+5
* Test that module can wake up module blocked on non-empty list key (#8382)Viktor Söderqvist2021-01-222-1/+108
* Sentinel tests, disable FD leak check, and print more details (#8376)Andy Pan2021-01-222-1/+3
* Fix misleading module test (#8366)guybe72021-01-202-1/+3
* Fix sentinel FD leak test, checking the wrong OS name (#8364)Andy Pan2021-01-201-1/+1
* Fix sentinel FD leak test, not printing the list of leaks (#8363)Andy Pan2021-01-201-1/+1
* Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs (#8...Andy Pan2021-01-194-2/+36
* Add tests to make sure that relative EXPIRE is propagated to replicas (#8357)Oran Agra2021-01-191-9/+60
* Bugfix: Make modules blocked on keys unblock on commands like LPUSH (#8356)Viktor Söderqvist2021-01-192-0/+108
* Add io-thread daily CI tests. (#8232)Yossi Gottlieb2021-01-1713-25/+64
* Add lazyfree-lazy-user-flush config to control default behavior of FLUSH[ALL|...Yang Bodong2021-01-151-0/+9
* Optimize performance of clusterGenNodesDescription for large clusters (#8182)Wang Yuan2021-01-131-0/+62
* fix race in cluster transactions test (#8312)Oran Agra2021-01-121-0/+2
* Fix issues in wait test (#8310)Madelyn Olson2021-01-121-4/+7
* Fix cluster diskless load swapdb test (#8308)Oran Agra2021-01-122-5/+12
* Fix last COW INFO report, Skip test on non-linux platforms (#8301)Oran Agra2021-01-081-4/+20
* GEOSEARCH - ANY option, for limited search that returns ASAP (#8259)Yang Bodong2021-01-081-0/+13
* XADD and XTRIM, Trim by MINID, and new LIMIT argument (#8169)guybe72021-01-081-1/+139
* Skip defrag tests on systems with bigger page sizes (#8294)Oran Agra2021-01-081-1/+1
* Throw error for conflicting bcast tracking prefixes (#8176)Madelyn Olson2021-01-081-1/+19
* Add support for client pause WRITE (#8170)Madelyn Olson2021-01-072-0/+210
* Report child copy-on-write info continuouslyYaacovHazan2021-01-072-18/+105
* Add ZRANGESTORE command, and improve ZSTORE command (#7844)Jonah H. Harris2021-01-071-0/+82
* Add XAUTOCLAIM (#7973)guybe72021-01-061-46/+151
* Fix wrong order of key/value in Lua map response (#8266)Oran Agra2021-01-053-20/+34
* Swapdb should make transaction fail if there is any client watching keys (#8239)Yang Bodong2021-01-041-0/+23
* GEOADD - add [CH] [NX|XX] options (#8227)kukey2021-01-031-0/+43
* Fix leak in new errorstats commit, and a flaky test (#8278)Oran Agra2021-01-021-7/+16
* Add errorstats info section, Add failed_calls and rejected_calls to commandst...filipe oliveira2020-12-314-0/+196
* Make the protocol-version argument of HELLO optional (#7377)Oran Agra2020-12-271-0/+26
|\
| * resolve hung test.Oran Agra2020-12-241-0/+3
| * fix the testxhe2020-12-241-3/+6
| * try to fix the testxhe2020-12-241-3/+3
| * add a testxhe2020-12-241-0/+20
* | Tracking: add CLIENT TRACKINGINFO subcommand (#7309)zhaozhao.zz2020-12-271-0/+79
* | Adds count to L/RPOP (#8179)Itamar Haber2020-12-251-0/+17
|/