prathmesh12-coder opened a new pull request, #10773: URL: https://github.com/apache/ozone/pull/10773
## What changes were proposed in this pull request? - we have intermittent `BUCKET_ALREADY_EXISTS` error during integration tests due to `RandomStringUtils.secure().nextNumeric(...)` - Replaced `RandomStringUtils.secure().nextNumeric(...)` with `OzoneTestBase.uniqueObjectName(...)` for Ozone object names (volume/bucket/key/snapshot) in integration tests. - Identity names (user/admin/owner), loop-indexed names, and `nextNumeric(32)` usages left unchanged. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15709 ## How was this patch tested? CI success : https://github.com/prathmesh12-coder/ozone/actions/runs/29388650631 -- 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]
