Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
Signed-off-by: drivebyer <[email protected]>
  • Loading branch information
drivebyer committed Nov 4, 2024
1 parent b17ed4d commit 164a941
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
21 changes: 0 additions & 21 deletions tests/e2e-chainsaw/v1beta2/ha-failover/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ spec:
file: sentinel.yaml
- create:
file: cli-pod.yaml
catch:
- description: Redis Operator Logs
podLogs:
namespace: redis-operator-system
selector: control-plane=redis-operator
container: manager
tail: -1 # tail all logs

- name: Sleep for 3 minutes
try:
Expand All @@ -35,13 +28,6 @@ spec:
if [ "$MASTER_IP_FROM_SENTINEL" = "$MASTER_IP_FROM_LABEL" ]; then echo "OK"; else echo "FAIL"; fi
check:
(contains($stdout, 'OK')): true
catch:
- description: Redis Operator Logs
podLogs:
namespace: redis-operator-system
selector: control-plane=redis-operator
container: manager
tail: -1 # tail all logs

# New created cluster, the first pod is master
- name: Terminate the redis-replication-0 pod
Expand All @@ -66,10 +52,3 @@ spec:
if [ $MASTER_IP_FROM_SENTINEL = $MASTER_IP_FROM_LABEL ]; then echo "OK"; else echo "FAIL"; fi
check:
(contains($stdout, 'OK')): true
catch:
- description: Redis Operator Logs
podLogs:
namespace: redis-operator-system
selector: control-plane=redis-operator
container: manager
tail: -1 # tail all logs
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ spec:
file: ready-pvc.yaml
- assert:
file: secret.yaml
catch:
- description: Redis Operator Logs
podLogs:
namespace: redis-operator-system
selector: control-plane=redis-operator
container: manager
tail: -1 # tail all logs

- name: Check Redis GET/SET
try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ spec:
file: ready-replication.yaml
- assert:
file: secret.yaml
catch:
- description: Redis Operator Logs
podLogs:
namespace: redis-operator-system
selector: control-plane=redis-operator
container: manager
tail: -1 # tail all logs

- name: Ping Replicated Cluster
try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ spec:
file: ready-sts.yaml
- assert:
file: ready-svc.yaml
catch:
- description: Redis Operator Logs
podLogs:
namespace: redis-operator-system
selector: control-plane=redis-operator
container: manager
tail: -1 # tail all logs

- name: redis-sentinel-uninstall
description: Uninstall Redis Sentinel
Expand Down

0 comments on commit 164a941

Please sign in to comment.