diff --git a/tests/unit/cluster/shardid-propagation.tcl b/tests/unit/cluster/shardid-propagation.tcl index b6bf87d771..6535214002 100644 --- a/tests/unit/cluster/shardid-propagation.tcl +++ b/tests/unit/cluster/shardid-propagation.tcl @@ -30,7 +30,7 @@ tags {tls:skip external:skip cluster} { cluster_allocate_slots 1 1 } - test "MEET is reliable when target drops the initial MEETs" { + test "Restart of node in cluster mode doesn't cause nodes.conf corruption due to shard id mismatch" { set primary_id [R 0 CLUSTER MYID] R 1 CLUSTER MEET 127.0.0.1 [srv 0 port] set pattern *$primary_id* @@ -44,7 +44,7 @@ tags {tls:skip external:skip cluster} { set result [catch {R 0 DEBUG RESTART 0} err] if {$result != 0 && $err ne "I/O error reading reply"} { - fail "Unexpected error restarting server $server_id: $err" + fail "Unexpected error restarting server: $err" } wait_for_condition 100 100 {