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
0c959294
Commit
0c959294
authored
Aug 03, 2021
by
Oran Agra
Browse files
Skip new redis-cli ASK test in TLS mode (#9312)
(cherry picked from commit
52df350f
)
parent
8892b5cf
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/integration/redis-cli.tcl
View file @
0c959294
...
...
@@ -211,6 +211,7 @@ start_server {tags {"cli"}} {
assert_equal
"foo
\n
bar"
[
run_cli lrange list 0 -1
]
}
if
{
!$::tls
}
{
;
# fake_redis_node doesn't support TLS
test_nontty_cli
"ASK redirect test"
{
# Set up two fake Redis nodes.
set tclsh
[
info nameofexecutable
]
...
...
@@ -227,6 +228,7 @@ start_server {tags {"cli"}} {
# Run the cli
assert_equal
"OK"
[
run_cli_host_port_db
"127.0.0.1"
$port1 0 -c SET foo bar
]
}
}
test_nontty_cli
"Quoted input arguments"
{
r set
"
\x00\x00
"
"value"
...
...
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