fix race in test

Former-commit-id: 02e821530a402796697e63c68e768b563de0a3cb
This commit is contained in:
John Sully 2020-06-07 00:44:11 -04:00
parent ebf5d2826a
commit c60bf228b4

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