Fixed typo in test tag (for needs:debug) (#10021)
This commit is contained in:
parent
43229e4f10
commit
b0c06e904a
@ -710,7 +710,7 @@ start_server {tags {"multi"}} {
|
|||||||
{set foo bar}
|
{set foo bar}
|
||||||
}
|
}
|
||||||
close_replication_stream $repl
|
close_replication_stream $repl
|
||||||
} {} {need:repl}
|
} {} {needs:repl}
|
||||||
|
|
||||||
tags {"stream"} {
|
tags {"stream"} {
|
||||||
test {MULTI propagation of XREADGROUP} {
|
test {MULTI propagation of XREADGROUP} {
|
||||||
|
@ -522,7 +522,7 @@ start_server {tags {"scripting"}} {
|
|||||||
{set *}
|
{set *}
|
||||||
}
|
}
|
||||||
close_replication_stream $repl
|
close_replication_stream $repl
|
||||||
} {} {need:repl}
|
} {} {needs:repl}
|
||||||
|
|
||||||
test {MGET: mget shouldn't be propagated in Lua} {
|
test {MGET: mget shouldn't be propagated in Lua} {
|
||||||
set repl [attach_to_replication_stream]
|
set repl [attach_to_replication_stream]
|
||||||
@ -536,7 +536,7 @@ start_server {tags {"scripting"}} {
|
|||||||
{set *}
|
{set *}
|
||||||
}
|
}
|
||||||
close_replication_stream $repl
|
close_replication_stream $repl
|
||||||
} {} {need:repl}
|
} {} {needs:repl}
|
||||||
|
|
||||||
test {EXPIRE: We can call scripts rewriting client->argv from Lua} {
|
test {EXPIRE: We can call scripts rewriting client->argv from Lua} {
|
||||||
set repl [attach_to_replication_stream]
|
set repl [attach_to_replication_stream]
|
||||||
@ -550,7 +550,7 @@ start_server {tags {"scripting"}} {
|
|||||||
{pexpireat expirekey *}
|
{pexpireat expirekey *}
|
||||||
}
|
}
|
||||||
close_replication_stream $repl
|
close_replication_stream $repl
|
||||||
} {} {need:repl}
|
} {} {needs:repl}
|
||||||
|
|
||||||
} ;# is_eval
|
} ;# is_eval
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user