From: antirez Date: Mon, 2 Apr 2012 14:38:59 +0000 (+0200) Subject: MIGRATE test modified because the implementation changed. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/06e178708e46181c30a8ff99107d506ab76185f3 MIGRATE test modified because the implementation changed. --- diff --git a/tests/unit/dump.tcl b/tests/unit/dump.tcl index 120638ec..6b432377 100644 --- a/tests/unit/dump.tcl +++ b/tests/unit/dump.tcl @@ -60,7 +60,7 @@ start_server {tags {"dump"}} { $rd debug sleep 5.0 ; # Make second server unable to reply. set e {} catch {r -1 migrate $second_host $second_port key 9 1000} e - assert_match {ERR*} $e + assert_match {IOERR*} $e } } }