KarmaGYZ edited a comment on issue #10657: [FLINK-15360][e2e] Fix the parameter issue in retry_times URL: https://github.com/apache/flink/pull/10657#issuecomment-568256763 @tillrohrmann After https://github.com/apache/flink/commit/bdd432a09a776fec88f465771101893a8151dc1d , the retry_times function could not accept commands with multiple parts split by whitespace. This PR fix that problem. It holds the commands to a local variable and uses double quotes around this variable. So that, the commands could be accept as a single string parameter by retry_times_with_backoff_and_cleanup.
---------------------------------------------------------------- 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
