twalthr commented on a change in pull request #7073: [FLINK-10842][E2E tests] fix broken waiting loops in common.sh URL: https://github.com/apache/flink/pull/7073#discussion_r233032145
########## File path: flink-end-to-end-tests/test-scripts/common.sh ########## @@ -401,7 +406,7 @@ function wait_for_job_state_transition { echo "Waiting for job ($job) to switch from state ${initial_state} to state ${next_state} ..." while : ; do - N=$(grep -o "($job) switched from state ${initial_state} to ${next_state}" $FLINK_DIR/log/*standalonesession*.log | tail -1) + N=$(grep -o "($job) switched from state ${initial_state} to wait_dispatcher_running${next_state}" $FLINK_DIR/log/*standalonesession*.log | tail -1) Review comment: Is this change intended? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services