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:
Madelyn Olson 2024-07-11 12:10:13 -05:00 committed by GitHub
parent a323dce890
commit 9948f07a01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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