XComp commented on code in PR #23528:
URL: https://github.com/apache/flink/pull/23528#discussion_r1369933104


##########
flink-end-to-end-tests/test-scripts/common_kubernetes.sh:
##########
@@ -87,6 +89,42 @@ function setup_kubernetes_for_linux {
     sudo sysctl fs.protected_regular=0
 }
 
+function retry_times_with_download {

Review Comment:
   shouldn't we be able to generalize it even more? We could move the actual 
download logic into this function as well. The only parameter that should be 
passed would be the URL of the artifact. WDYT?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to