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
f745c018
Unverified
Commit
f745c018
authored
Feb 23, 2021
by
guybe7
Committed by
GitHub
Feb 23, 2021
Browse files
Fix race in CONFIG REWRITE sanity (#8536)
server may still be LOADING the RDB when receiving the ping
parent
dd885780
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/introspection.tcl
View file @
f745c018
...
...
@@ -173,7 +173,7 @@ start_server {tags {"introspection"}} {
# Rewrite entire configuration, restart and confirm the
# server is able to parse it and start.
assert_equal
[
r debug config-rewrite-force-all
]
"OK"
restart_server 0
fals
e false
restart_server 0
tru
e false
assert_equal
[
r ping
]
"PONG"
# Verify no changes were introduced
...
...
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