Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b0c06e90
Unverified
Commit
b0c06e90
authored
Dec 28, 2021
by
Ozan Tezcan
Committed by
GitHub
Dec 28, 2021
Browse files
Fixed typo in test tag (for needs:debug) (#10021)
parent
43229e4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/unit/multi.tcl
View file @
b0c06e90
...
...
@@ -710,7 +710,7 @@ start_server {tags {"multi"}} {
{
set foo bar
}
}
close_replication_stream $repl
}
{}
{
need:repl
}
}
{}
{
need
s
:repl
}
tags
{
"stream"
}
{
test
{
MULTI propagation of XREADGROUP
}
{
...
...
tests/unit/scripting.tcl
View file @
b0c06e90
...
...
@@ -522,7 +522,7 @@ start_server {tags {"scripting"}} {
{
set *
}
}
close_replication_stream $repl
}
{}
{
need:repl
}
}
{}
{
need
s
: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
}
}
{}
{
need
s
: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
}
}
{}
{
need
s
:repl
}
}
;
# is_eval
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment