Skip to content

Commit

Permalink
fix(e2e): update catch pod label and add timeout to assert
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Sep 27, 2024
1 parent ed698f9 commit 498af69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions test/e2e/kerberos/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ spec:
- apply:
file: hbase.yaml
- assert:
timeout: 600s
file: hbase-assert.yaml
cleanup:
- sleep:
Expand All @@ -163,7 +164,7 @@ spec:
- describe:
apiVersion: v1
kind: Pod
selector: app.kubernetes.io/managed-by=hbase-operator
selector: app.kubernetes.io/instance=krb5-hbase
- podLogs:
selector: app.kubernetes.io/managed-by=hbase-operator
selector: app.kubernetes.io/instance=krb5-hbase
tail: -1
5 changes: 3 additions & 2 deletions test/e2e/oidc/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ spec:
- apply:
file: hbase.yaml
- assert:
timeout: 600s
file: hbase-assert.yaml
cleanup:
- sleep:
Expand All @@ -92,7 +93,7 @@ spec:
- describe:
apiVersion: v1
kind: Pod
selector: app.kubernetes.io/managed-by=hbase-operator
selector: app.kubernetes.io/instance=krb5-hbase
- podLogs:
selector: app.kubernetes.io/managed-by=hbase-operator
selector: app.kubernetes.io/instance=krb5-hbase
tail: -1

0 comments on commit 498af69

Please sign in to comment.