fix race in test

Former-commit-id: fa03a539f391e53bcd8237625dc0b52f3f25c9bd
This commit is contained in:
John Sully 2020-06-07 00:44:11 -04:00
parent 2a77cff00f
commit c83f094d3a

View File

@ -245,6 +245,7 @@ start_server {tags {"dump"}} {
set rd [redis_deferring_client]
$rd debug sleep 1.0 ; # Make second server unable to reply.
after 100
set e {}
catch {r -1 migrate $second_host $second_port key 9 500} e
assert_match {IOERR*} $e