Skip to content

Commit

Permalink
Temporary skip blockwait aof test until it's fixed (valkey-io#773)
Browse files Browse the repository at this point in the history
See valkey-io#770 for details about
failure. Want to prevent the test failures.

Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson authored and zvi-code committed Jul 14, 2024
1 parent 70c46af commit cc0faad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/scripting.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc0faad

Please sign in to comment.