Unverified Commit 693acc01 authored by Binbin's avatar Binbin Committed by GitHub
Browse files

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.
parent b4568fc7
...@@ -196,3 +196,7 @@ test "Regression test for a crash when calling SHARDS during handshake" { ...@@ -196,3 +196,7 @@ test "Regression test for a crash when calling SHARDS during handshake" {
# connections were in handshake state. # connections were in handshake state.
R 19 CLUSTER SHARDS R 19 CLUSTER SHARDS
} }
test "Cluster is up" {
assert_cluster_state ok
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment