Trying to fix cluster test (#10963)
#10942 break the new test added in #10449 ``` Testing unit: 29-slot-migration-response.tcl Cluster Join and auto-discovery test: FAILED: Cluster failed to join into a full mesh. ``` It looks like we need to wait for the cluster in 28 to become stable.
This commit is contained in:
parent
b4568fc78a
commit
693acc0114
@ -196,3 +196,7 @@ test "Regression test for a crash when calling SHARDS during handshake" {
|
||||
# connections were in handshake state.
|
||||
R 19 CLUSTER SHARDS
|
||||
}
|
||||
|
||||
test "Cluster is up" {
|
||||
assert_cluster_state ok
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user