summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* Free backlog only if rsi is invalid when master reboot (#12088)zhaozhao.zz2023-05-061-4/+37
* Tests: Do not save an RDB by default and add a SIGTERM default AOFRW test (#1...Binbin2023-04-183-1/+9
* Attempt to solve MacOS CI issues in GH Actions (#12013)Oran Agra2023-04-129-72/+68
* Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-301-0/+21
* Fix new subscribe mode test in reply-schemas-validator (#11939)Binbin2023-03-201-0/+6
* redis-cli: Accept commands in subscribed mode (#11873)Viktor Söderqvist2023-03-191-2/+80
* Fix tail->repl_offset update in feedReplicationBuffer (#11905)Binbin2023-03-131-1/+11
* Large blocks of replica client output buffer could lead to psync loops and un...xbasel2023-03-121-0/+57
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-113-2/+3
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-2/+6
* Optimize ZRANGE replies WITHSCORES in case of integer scores (#11779)filipe oliveira2023-02-061-1/+1
* Fix unstable test: replication with parallel clients writing in different DBs...Binbin2023-02-031-5/+18
* Fix handshake timeout replication test race (#11773)Binbin2023-02-011-0/+8
* fix handshake timeout replication test race (#11640)Oran Agra2023-01-041-5/+5
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-1/+2
* Fix race in PSYNC2 partial resync test (#11653)Binbin2022-12-221-0/+7
* Fix races in swapdb async_loading test (#11613)Binbin2022-12-131-4/+17
* solve race in replication test due to ping (#11609)Oran Agra2022-12-121-0/+3
* Fix timing issue in replication test (#11611)Binbin2022-12-121-3/+3
* Avoid ASAN test errors on crash report tests (#11605)Oran Agra2022-12-111-2/+2
* Try to fix a race in psync2 test (#11553)Oran Agra2022-11-301-0/+4
* Fix replication on expired key test timing issue, give it more chances (#11548)Binbin2022-11-281-4/+20
* Fix set with duplicate elements causes sdiff to hang (#11530)Binbin2022-11-222-1/+31
* sanitize dump payload: fix crash with empty set with listpack encoding (#11519)Binbin2022-11-202-1/+11
* Add listpack encoding for list (#11303)sundb2022-11-161-1/+2
* fixes for fork child exit and test: #11463 (#11499)Oran Agra2022-11-121-1/+1
* diskless master, avoid bgsave child hung when fork parent crashes (#11463)Oran Agra2022-11-091-1/+40
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-151-1/+1
* fix test timeout wait command (#11181)Meir Shpilraien (Spielrein)2022-08-241-1/+1
* Reverts most of the changes of #10969 (#11178)Meir Shpilraien (Spielrein)2022-08-241-0/+31
* Re-enable aof-race integration tests (#10972)Binbin2022-08-041-11/+13
* Fix bgsaveerr issue in psync wrong offset test (#11043)Binbin2022-07-271-4/+0
* Avoid valgrind fishy value warning on corrupt restore payloads (#10937)Oran Agra2022-07-131-0/+11
* fix benchmark failure in daily test with TLS (#10896)judeng2022-06-231-3/+3
* fix redis-benchmark's bug: check if clients are created successfully in idle ...judeng2022-06-221-0/+9
* Fixing test to consider statically linked binaries (#10835)Christian Krieg2022-06-091-3/+6
* Update musl libc detection pattern (#10826)Petr Vaněk2022-06-071-1/+1
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-011-0/+45
* FLUSHDB and FLUSHALL add call forceCommandPropagation / FLUSHALL reset dirty ...Binbin2022-05-113-5/+85
* Fix bug when AOF enabled after startup. put the new incr file in the manifest...chenyang80942022-04-261-3/+165
* Set replicas to panic on disk errors, and optionally panic on replication err...Madelyn Olson2022-04-261-0/+45
* solve corrupt dump fuzzer crash in streams (#10579)Oran Agra2022-04-141-2/+10
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-053-7/+13
* Fix redis-cli test issues on tcl8.5. (#10386)Yossi Gottlieb2022-03-061-3/+3
* redis-cli: Better --json Unicode support and --quoted-json (#10286)Yuta Hongo2022-03-051-0/+24
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-4/+3
* fix return value of loadAppendOnlyFiles (#10295)YaacovHazan2022-02-221-2/+2
* Adapt redis-check-aof tool for Multi Part Aof (#10061)chenyang80942022-02-172-11/+128
* fix "Connect multiple replicas at the same time" test (#10294)YaacovHazan2022-02-141-1/+1
* Regression test for sync psync crash (#10288)Binbin2022-02-131-8/+94