mladjan-gadzic opened a new pull request, #4619: URL: https://github.com/apache/ozone/pull/4619
## What changes were proposed in this pull request? Fix for a flaky test. Instead of `RandomStringUtils.randomNumeric(5)`, `RandomStringUtils.randomNumeric(32)` is used and unecessary `cleanup()` method was removed. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8433 ## How was this patch tested? [GitHub action](https://github.com/mladjan-gadzic/ozone/actions/workflows/HDDS-8433.yml?page=2) was created that executed one test multiple times. Since #37 run GitHub action was running on latest changes without an intermittent failure. Prior to that it was running on old codebase and it was confirmed that test was flaky. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
