mirror of https://mirror.osredm.com/root/redis.git
fix race in config rewrite test (#8960)
This commit is contained in:
parent
55fa91ae53
commit
cf41c0b5ff
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue