From b0c06e904a94bbc2da8003a1b230482ee34d6d5f Mon Sep 17 00:00:00 2001 From: Ozan Tezcan Date: Tue, 28 Dec 2021 17:23:02 +0300 Subject: [PATCH] Fixed typo in test tag (for needs:debug) (#10021) --- tests/unit/multi.tcl | 2 +- tests/unit/scripting.tcl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/unit/multi.tcl b/tests/unit/multi.tcl index 8261792e5..28b8a5cf8 100644 --- a/tests/unit/multi.tcl +++ b/tests/unit/multi.tcl @@ -710,7 +710,7 @@ start_server {tags {"multi"}} { {set foo bar} } close_replication_stream $repl - } {} {need:repl} + } {} {needs:repl} tags {"stream"} { test {MULTI propagation of XREADGROUP} { diff --git a/tests/unit/scripting.tcl b/tests/unit/scripting.tcl index 292335f93..0b5b261f2 100644 --- a/tests/unit/scripting.tcl +++ b/tests/unit/scripting.tcl @@ -522,7 +522,7 @@ start_server {tags {"scripting"}} { {set *} } close_replication_stream $repl - } {} {need:repl} + } {} {needs:repl} test {MGET: mget shouldn't be propagated in Lua} { set repl [attach_to_replication_stream] @@ -536,7 +536,7 @@ start_server {tags {"scripting"}} { {set *} } close_replication_stream $repl - } {} {need:repl} + } {} {needs:repl} test {EXPIRE: We can call scripts rewriting client->argv from Lua} { set repl [attach_to_replication_stream] @@ -550,7 +550,7 @@ start_server {tags {"scripting"}} { {pexpireat expirekey *} } close_replication_stream $repl - } {} {need:repl} + } {} {needs:repl} } ;# is_eval