zentol commented on a change in pull request #10460: [FLINK-14574] Fixing
writing with plugin s3 filesystem.
URL: https://github.com/apache/flink/pull/10460#discussion_r354771047
##########
File path: flink-end-to-end-tests/run-single-test.sh
##########
@@ -48,6 +48,8 @@ fi
source "${END_TO_END_DIR}/test-scripts/test-runner-common.sh"
+cleanup
Review comment:
AFAIK this will also try to shutdown the cluster and print a bit of noise
since nothing is actually running.
It may be a good idea to either suppress stdout and/or only call
`cleanup_tmp_files` instead
----------------------------------------------------------------
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