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
cf41c0b5
Unverified
Commit
cf41c0b5
authored
May 18, 2021
by
Oran Agra
Committed by
GitHub
May 18, 2021
Browse files
fix race in config rewrite test (#8960)
parent
55fa91ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/introspection.tcl
View file @
cf41c0b5
...
...
@@ -172,7 +172,7 @@ start_server {tags {"introspection"}} {
# server is able to parse it and start.
assert_equal
[
r debug config-rewrite-force-all
]
"OK"
restart_server 0 true false
assert_equal
[
r ping
]
"PONG"
wait_done_loading r
# Verify no changes were introduced
dict for
{
k v
}
$configs
{
...
...
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