We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2326f7c commit 9584aabCopy full SHA for 9584aab
2 files changed
tests/templates/kuttl/cluster-operation/09-assert.yaml
@@ -5,4 +5,4 @@ kind: TestAssert
5
timeout: 30
6
commands:
7
- script: |
8
- kubectl -n $NAMESPACE logs airflow-scheduler-default-0 | grep "Database migrating done!"
+ kubectl -n $NAMESPACE logs airflow-scheduler-default-0 | grep -E "Database migrat(ing|ion) done!"
tests/templates/kuttl/cluster-operation/31-assert.yaml
- kubectl -n $NAMESPACE logs airflow-scheduler-default-0 | grep "Database migrating done!" && exit 1 || exit 0
+ kubectl -n $NAMESPACE logs airflow-scheduler-default-0 | grep -E "Database migrat(ing|ion) done!" && exit 1 || exit 0
0 commit comments