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
366d5101
Unverified
Commit
366d5101
authored
Nov 18, 2021
by
Yossi Gottlieb
Committed by
GitHub
Nov 18, 2021
Browse files
Tests: add a few missing needs:debug tags. (#9806)
parent
75d50e5d
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/unit/protocol.tcl
View file @
366d5101
...
@@ -145,7 +145,7 @@ start_server {tags {"protocol network"}} {
...
@@ -145,7 +145,7 @@ start_server {tags {"protocol network"}} {
# restore state
# restore state
r hello 2
r hello 2
set _ $res
set _ $res
}
{
Some real reply following the attribute
}
{
resp3
}
}
{
Some real reply following the attribute
}
{
needs:debug
resp3
}
test
{
RESP3 attributes readraw
}
{
test
{
RESP3 attributes readraw
}
{
r hello 3
r hello 3
...
@@ -168,13 +168,13 @@ start_server {tags {"protocol network"}} {
...
@@ -168,13 +168,13 @@ start_server {tags {"protocol network"}} {
r deferred 0
r deferred 0
r hello 2
r hello 2
set _
{}
set _
{}
}
{}
{
resp3
}
}
{}
{
needs:debug
resp3
}
test
{
RESP3 attributes on RESP2
}
{
test
{
RESP3 attributes on RESP2
}
{
r hello 2
r hello 2
set res
[
r debug protocol attrib
]
set res
[
r debug protocol attrib
]
set _ $res
set _ $res
}
{
Some real reply following the attribute
}
}
{
Some real reply following the attribute
}
{
needs:debug
}
test
"test big number parsing"
{
test
"test big number parsing"
{
r hello 3
r hello 3
...
...
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