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
3c8b3945
Commit
3c8b3945
authored
Sep 09, 2020
by
Yossi Gottlieb
Committed by
Oran Agra
Sep 10, 2020
Browse files
Tests: clean up stale .cli files. (#7768)
(cherry picked from commit
918abd72
)
parent
84ba2ec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/redis-cli.tcl
View file @
3c8b3945
...
...
@@ -182,6 +182,7 @@ start_server {tags {"cli"}} {
set tmpfile
[
write_tmpfile
"from file"
]
assert_equal
"OK"
[
run_cli_with_input_file $tmpfile set key
]
assert_equal
"from file"
[
r get key
]
file delete $tmpfile
}
test_nontty_cli
"Status reply"
{
...
...
@@ -215,6 +216,7 @@ start_server {tags {"cli"}} {
set tmpfile
[
write_tmpfile
"from file"
]
assert_equal
"OK"
[
run_cli_with_input_file $tmpfile set key
]
assert_equal
"from file"
[
r get key
]
file delete $tmpfile
}
proc test_redis_cli_rdb_dump
{}
{
...
...
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