File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
tests/e2e-chainsaw/v1beta2
redis-cluster-single-shard-disconnected-v6
redis-cluster-single-shard-disconnected-v7 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77spec :
88 description : |
99 Test that a single-shard Redis cluster with HA (1 leader, 1 follower) can detect and repair
10- disconnected nodes when both leader and follower are deleted simultaneously. This validates
10+ disconnected nodes when both leader and follower are deleted simultaneously. This validates
1111 that RepairDisconnectedMasters properly handles both master and slave node disconnections.
1212 steps :
1313 - name : Create single-shard cluster with follower
3030 - assert :
3131 timeout : 5m
3232 file : failed-cluster.yaml
33-
33+
3434 - name : Wait for cluster to self-heal after both nodes disconnected
3535 try :
3636 - assert :
3737 timeout : 5m
38- file : ready-cluster.yaml
38+ file : ready-cluster.yaml
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77spec :
88 description : |
99 Test that a single-shard Redis cluster with HA (1 leader, 1 follower) can detect and repair
10- disconnected nodes when both leader and follower are deleted simultaneously. This validates
10+ disconnected nodes when both leader and follower are deleted simultaneously. This validates
1111 that RepairDisconnectedMasters properly handles both master and slave node disconnections.
1212 steps :
1313 - name : Create single-shard cluster with follower
3030 - assert :
3131 timeout : 5m
3232 file : failed-cluster.yaml
33-
33+
3434 - name : Wait for cluster to self-heal after both nodes disconnected
3535 try :
3636 - assert :
3737 timeout : 5m
38- file : ready-cluster.yaml
38+ file : ready-cluster.yaml
You can’t perform that action at this time.
0 commit comments