GJL commented on a change in pull request #12350:
URL: https://github.com/apache/flink/pull/12350#discussion_r431854108
##########
File path: flink-end-to-end-tests/test-scripts/common.sh
##########
@@ -799,3 +799,32 @@ function extract_job_id_from_job_submission_return() {
echo "$JOB_ID"
}
+
+#
+# NOTE: This function requires at least Bash version >= 4. Mac OS in 2020
still ships 3.x
+#
+
+run_test_with_timeout() {
Review comment:
`local` can still be added I think. The variables are only used in the
subshell.
----------------------------------------------------------------
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]