Unverified Commit 366d5101 authored by Yossi Gottlieb's avatar Yossi Gottlieb Committed by GitHub
Browse files

Tests: add a few missing needs:debug tags. (#9806)

parent 75d50e5d
......@@ -145,7 +145,7 @@ start_server {tags {"protocol network"}} {
# restore state
r hello 2
set _ $res
} {Some real reply following the attribute} {resp3}
} {Some real reply following the attribute} {needs:debug resp3}
test {RESP3 attributes readraw} {
r hello 3
......@@ -168,13 +168,13 @@ start_server {tags {"protocol network"}} {
r deferred 0
r hello 2
set _ {}
} {} {resp3}
} {} {needs:debug resp3}
test {RESP3 attributes on RESP2} {
r hello 2
set res [r debug protocol attrib]
set _ $res
} {Some real reply following the attribute}
} {Some real reply following the attribute} {needs:debug}
test "test big number parsing" {
r hello 3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment