Lines Matching refs:test
2 test {MUTLI / EXEC basics} {
14 test {DISCARD} {
26 test {Nested MULTI are not allowed} {
34 test {MULTI where commands alter argc/argv} {
41 test {WATCH inside MULTI is not allowed} {
49 test {EXEC fails if there are errors while queueing commands #1} {
60 test {EXEC fails if there are errors while queueing commands #2} {
77 test {If EXEC aborts, the client MULTI state is cleared} {
88 test {EXEC works on WATCHed key not modified} {
96 test {EXEC fail on WATCHed key modified (1 key of 1 watched)} {
105 test {EXEC fail on WATCHed key modified (1 key of 5 watched)} {
114 test {EXEC fail on WATCHed key modified by SORT with STORE even if the result is empty} {
124 test {After successful EXEC key is no longer watched} {
136 test {After failed EXEC key is no longer watched} {
149 test {It is possible to UNWATCH} {
159 test {UNWATCH when there is nothing watched works as expected} {
163 test {FLUSHALL is able to touch the watched keys} {
172 test {FLUSHALL does not touch non affected keys} {
181 test {FLUSHDB is able to touch the watched keys} {
190 test {FLUSHDB does not touch non affected keys} {
199 test {WATCH is able to remember the DB a key belongs to} {
214 test {WATCH will consider touched keys target of EXPIRE} {
224 test {WATCH will not consider touched expired keys} {
235 test {DISCARD should clear the WATCH dirty flag on the client} {
245 test {DISCARD should UNWATCH all the keys} {
256 test {MULTI / EXEC is propagated correctly (single write command)} {
270 test {MULTI / EXEC is propagated correctly (empty transaction)} {
282 test {MULTI / EXEC is propagated correctly (read-only commands)} {
296 test {MULTI / EXEC is propagated correctly (write command, no effect)} {