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 d184526 commit 0c9d1b0Copy full SHA for 0c9d1b0
e2e-tests/test_batch_job.sh
@@ -41,8 +41,8 @@ sleep "$SLEEP_DURATION"
41
# Verify the job is *still* in the FINISHED state (second check).
42
wait_for_status $APPLICATION_IDENTIFIER '.status.jobStatus.state' FINISHED $TIMEOUT || exit 1
43
44
-# Verify the job status change shows up in the operator logs.
+# Verify the job status change to FINISHED shows up in the operator logs.
45
operator_pod_name=$(get_operator_pod_name)
46
-wait_for_operator_logs "$operator_pod_name" "Job status changed from RECONCILING to FINISHED" ${TIMEOUT} || exit 1
+wait_for_operator_logs "$operator_pod_name" "Job status changed from .* to FINISHED" ${TIMEOUT} || exit 1
47
48
echo "Successfully ran the batch job test (with persistence check)"
0 commit comments