Unverified Commit f745c018 authored by guybe7's avatar guybe7 Committed by GitHub
Browse files

Fix race in CONFIG REWRITE sanity (#8536)

server may still be LOADING the RDB when receiving the ping
parent dd885780
......@@ -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 false false
restart_server 0 true false
assert_equal [r ping] "PONG"
# Verify no changes were introduced
......
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