summaryrefslogtreecommitdiff
path: root/tests/unit/multi.tcl
Commit message (Expand)AuthorAgeFilesLines
* multi.tcl: reset readraw at the end of the test (#12123)guybe72023-05-041-3/+3
* Fix possible memory corruption in FLUSHALL when a client watches more than on...ranshid2023-02-281-0/+8
* Fix replication inconsistency on modules that uses key space notifications (#...Meir Shpilraien (Spielrein)2022-08-181-3/+3
* Fix timing issue in EXEC fail on lazy expired WATCHed key test (#10332)Binbin2022-02-231-9/+13
* Delete key doesn't dirty client who watched stale key (#10256)Viktor Söderqvist2022-02-221-0/+85
* Fix typo in multi test (#10054)Ozan Tezcan2022-01-051-1/+1
* Ban snapshot-creating commands and other admin commands from transactions (#1...guybe72022-01-041-0/+80
* Fixed typo in test tag (for needs:debug) (#10021)Ozan Tezcan2021-12-281-1/+1
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-12/+77
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-6/+24
* Reject PING with MASTERDOWN when replica-serve-stale-data=no (#9757)Eduardo Semprebon2021-11-181-4/+6
* Fail EXEC command in case a watched key is expired (#9194)perryitay2021-07-111-0/+16
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-48/+63
* Swapdb should make transaction fail if there is any client watching keys (#8239)Yang Bodong2021-01-041-0/+23
* Remove read-only flag from non-keyspace cmds, different approach for EXEC to ...Oran Agra2020-12-221-2/+85
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-0/+17
* WATCH no longer ignores keys which have expired for MULTI/EXEC. (#7920)Qu Chen2020-10-221-2/+2
* EXEC with only read commands should not be rejected when OOM (#7696)valentinogeron2020-08-271-0/+38
* EXEC always fails with EXECABORT and multi-state is clearedOran Agra2020-06-231-24/+95
* Adapt EVAL+busy script test to new behavior.antirez2020-06-091-0/+3
* MULTI/EXEC during LUA script timeout are messed upOran Agra2020-03-231-0/+72
* DISCARD should not fail during OOMvalentino2019-09-221-0/+14
* Test: test replication of MULTI/EXEC.antirez2013-03-271-0/+54
* Test: Restore DB back to 9 after testing MULTI/EXEC with DB 5.antirez2013-03-271-1/+4
* Make an EXEC test more latency proof.antirez2012-11-291-2/+2
* Test: MULTI state is cleared after EXECABORT error.antirez2012-11-221-0/+11
* Test: make sure EXEC fails after previous transaction errors.antirez2012-11-221-0/+28
* Test: MULTI/EXEC tests moved into multi.tcl.antirez2012-11-221-0/+213