wangyang0918 commented on a change in pull request #11746: [FLINK-16750][e2e] Always copy and show the logs when yarn e2e tests failed URL: https://github.com/apache/flink/pull/11746#discussion_r408787922
########## File path: flink-end-to-end-tests/test-scripts/common_yarn_docker.sh ########## @@ -29,6 +29,8 @@ MAX_RETRY_SECONDS=120 CLUSTER_SETUP_RETRIES=3 IMAGE_BUILD_RETRIES=5 +SUCCEEDED=1 Review comment: I have verified that the exit code could be correctly trapped in the `_on_exit_callback`, both in linux like system or MAC. Please have another look at your convenience. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
