From 06e178708e46181c30a8ff99107d506ab76185f3 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 2 Apr 2012 16:38:59 +0200 Subject: [PATCH] MIGRATE test modified because the implementation changed. --- tests/unit/dump.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/dump.tcl b/tests/unit/dump.tcl index 120638ec6..6b432377e 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 } } }