Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/templates/kuttl/cluster-operation/10-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 300
timeout: 600
commands:
- script: kubectl -n $NAMESPACE rollout status daemonset test-opa-server-default --timeout 301s
- script: kubectl -n $NAMESPACE wait --for=condition=available opaclusters.opa.stackable.tech/test-opa --timeout 301s
- script: kubectl -n $NAMESPACE rollout status daemonset test-opa-server-default --timeout 600s
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing there was some reason the timeouts were longer by one second on these commands, but if that isn't recorded in a comment, I'm happy for us to re-learn and them document why.

- script: kubectl -n $NAMESPACE wait --for=condition=available opaclusters.opa.stackable.tech/test-opa --timeout 600s
4 changes: 2 additions & 2 deletions tests/templates/kuttl/logging/03-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 300
timeout: 600
commands:
- script: kubectl -n $NAMESPACE rollout status daemonset test-opa-server-automatic-log-config --timeout 301s
- script: kubectl -n $NAMESPACE rollout status daemonset test-opa-server-automatic-log-config --timeout 600s
4 changes: 2 additions & 2 deletions tests/templates/kuttl/resources/10-assert.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 600
commands:
- script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role --timeout 301s
- script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role-group --timeout 301s
- script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role --timeout 600s
- script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role-group --timeout 600s
---
apiVersion: apps/v1
kind: DaemonSet
Expand Down