]> git.saurik.com Git - redis.git/commitdiff
MIGRATE test modified because the implementation changed.
authorantirez <antirez@gmail.com>
Mon, 2 Apr 2012 14:38:59 +0000 (16:38 +0200)
committerantirez <antirez@gmail.com>
Mon, 2 Apr 2012 14:41:11 +0000 (16:41 +0200)
tests/unit/dump.tcl

index 120638ec6318e465ebb27dfae1c1ca17326ab041..6b432377ee9da4d22b213f9f8773c63254f455c0 100644 (file)
@@ -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
         }
     }
 }