Skip to content

Commit a30fe9b

Browse files
committed
fix: formatting in e2e tests
1 parent 4a13fe0 commit a30fe9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/e2e-chainsaw/v1beta2/redis-cluster-single-shard-disconnected-v6/chainsaw-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
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
@@ -30,9 +30,9 @@ spec:
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

tests/e2e-chainsaw/v1beta2/redis-cluster-single-shard-disconnected-v7/chainsaw-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
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
@@ -30,9 +30,9 @@ spec:
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

0 commit comments

Comments
 (0)