Skip to content

Commit 0c9d1b0

Browse files
Change job status change string
1 parent d184526 commit 0c9d1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e-tests/test_batch_job.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ sleep "$SLEEP_DURATION"
4141
# Verify the job is *still* in the FINISHED state (second check).
4242
wait_for_status $APPLICATION_IDENTIFIER '.status.jobStatus.state' FINISHED $TIMEOUT || exit 1
4343

44-
# Verify the job status change shows up in the operator logs.
44+
# Verify the job status change to FINISHED shows up in the operator logs.
4545
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
46+
wait_for_operator_logs "$operator_pod_name" "Job status changed from .* to FINISHED" ${TIMEOUT} || exit 1
4747

4848
echo "Successfully ran the batch job test (with persistence check)"

0 commit comments

Comments
 (0)