dianfu commented on pull request #13034: URL: https://github.com/apache/flink/pull/13034#issuecomment-679479779
@kezhuw Thanks for your comments. - Regarding to "retrying 5 times", I think that's enough considering the frequency of this issue(it occurs two times in the last two weeks). - Regarding to use **generateRandomAlphanumericString** instead of **getRandomString**, I'm fine with this. However, it depends on the test purpose of this test case. For example, the generated string of **generateRandomAlphanumericString** only contains characters and digit, I'm not sure if this is what we want for this test case FsStorageLocationReferenceTest. What's your thought? @StephanEwen ---------------------------------------------------------------- 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]
