zhuzhurk commented on code in PR #25472: URL: https://github.com/apache/flink/pull/25472#discussion_r1801458379
########## flink-end-to-end-tests/test-scripts/common_ha.sh: ########## @@ -65,7 +65,7 @@ function verify_logs() { fi # checks that all apart from the first JM recover the failed jobgraph. - if ! verify_num_occurences_in_logs 'standalonesession' 'Recovered JobGraph' ${JM_FAILURES}; then + if ! verify_num_occurences_in_logs 'standalonesession' 'Recovered StreamGraph' ${JM_FAILURES}; then Review Comment: I see, this StreamGraph is from the `toString()` of `executionPlan` which is now a `StreamGraph` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org