Unverified Commit cf41c0b5 authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

fix race in config rewrite test (#8960)

parent 55fa91ae
...@@ -172,7 +172,7 @@ start_server {tags {"introspection"}} { ...@@ -172,7 +172,7 @@ start_server {tags {"introspection"}} {
# server is able to parse it and start. # server is able to parse it and start.
assert_equal [r debug config-rewrite-force-all] "OK" assert_equal [r debug config-rewrite-force-all] "OK"
restart_server 0 true false restart_server 0 true false
assert_equal [r ping] "PONG" wait_done_loading r
# Verify no changes were introduced # Verify no changes were introduced
dict for {k v} $configs { dict for {k v} $configs {
......
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