From 9948f07a01c90174074d4bf1f7db10768307e052 Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Thu, 11 Jul 2024 12:10:13 -0500 Subject: [PATCH] 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 --- tests/unit/scripting.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/scripting.tcl b/tests/unit/scripting.tcl index a9bf242904..b608d39195 100644 --- a/tests/unit/scripting.tcl +++ b/tests/unit/scripting.tcl @@ -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