Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
  • Loading branch information
drivebyer committed Jun 14, 2024
1 parent dd362ad commit 6829058
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/_config/chainsaw-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
timeouts:
apply: 5m
delete: 5m
assert: 20m
error: 20m
assert: 15m
error: 15m
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ spec:
file: ready-pvc.yaml
- assert:
file: ready-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: Install Redis Cli
try:
- script:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ spec:
file: ready-svc.yaml
- assert:
file: ready-pvc.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 Cluster
try:
Expand Down

0 comments on commit 6829058

Please sign in to comment.