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:
Binbin 2022-07-11 20:21:35 +08:00 committed by GitHub
parent b4568fc78a
commit 693acc0114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}