zentol commented on a change in pull request #12653:
URL: https://github.com/apache/flink/pull/12653#discussion_r440116830



##########
File path: flink-end-to-end-tests/test-scripts/test-runner-common.sh
##########
@@ -93,7 +93,9 @@ function post_test_validation {
 
     if [[ ${exit_code} == 0 ]]; then
         cleanup
+        log_environment_info
     else
+        log_environment_info

Review comment:
       can't do it before since cleanup hasn't executed, can't do it after 
since we're doing an `exit` in one of the branches.




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


Reply via email to