Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
60f13e7a
Commit
60f13e7a
authored
Dec 24, 2020
by
xhe
Browse files
try to fix the test
Signed-off-by:
xhe
<
xw897002528@gmail.com
>
parent
50d75073
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/tracking.tcl
View file @
60f13e7a
...
...
@@ -146,13 +146,13 @@ start_server {tags {"tracking"}} {
assert
{[
lindex $reply 2
]
eq
{
proto 3
}}
set reply
[
r HELLO 2
]
assert
{[
lindex $reply
2
]
eq
{
proto
2
}
}
assert
{[
lindex $reply
6
]
eq 2
}
set reply
[
r HELLO
]
assert
{[
lindex $reply
2
]
eq
{
proto
2
}
}
assert
{[
lindex $reply
6
]
eq 2
}
set reply
[
r HELLO
]
assert
{[
lindex $reply
2
]
eq
{
proto
2
}
}
assert
{[
lindex $reply
6
]
eq 2
}
}
test
{
RESP3 based basic invalidation
}
{
...
...
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