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_r408740140
 
 

 ##########
 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:
   ```
   function _on_exit_callback {
    export EXIT_CODE=$?
    ...
    // do the clean-up commands
   }
   ```
   If you mean the above the approach, i will verify whether it could work 
correctly both on linux and MAC. If yes, i will go in this way.

----------------------------------------------------------------
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

Reply via email to