GJL commented on a change in pull request #12350:
URL: https://github.com/apache/flink/pull/12350#discussion_r431850898



##########
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:
       > I'm registering the function with the on_exit callback, thus it needs 
to be accessible outside of run_test_with_timeout.
   
   Sorry, missed that. 




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