Temporary skip blockwait aof test until it's fixed (#773)
See https://github.com/valkey-io/valkey/issues/770 for details about failure. Want to prevent the test failures. Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
This commit is contained in:
parent
a323dce890
commit
9948f07a01
@ -293,9 +293,10 @@ start_server {tags {"scripting"}} {
|
||||
run_script {return redis.pcall('wait','1','0')} 0
|
||||
} {0}
|
||||
|
||||
# Temporarily disable test for external until it is stabilized, see https://github.com/valkey-io/valkey/issues/770
|
||||
test {EVAL - Scripts do not block on waitaof} {
|
||||
run_script {redis.call('incr', 'x') return redis.pcall('waitaof','0','1','0')} 0
|
||||
} {0 0}
|
||||
} {0 0} {external:skip}
|
||||
|
||||
test {EVAL - Scripts do not block on XREAD with BLOCK option} {
|
||||
r del s
|
||||
|
Loading…
x
Reference in New Issue
Block a user