prathmesh12-coder commented on code in PR #10773:
URL: https://github.com/apache/ozone/pull/10773#discussion_r3585492010
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAWithAllRunning.java:
##########
@@ -251,8 +252,8 @@ public void testAllVolumeOperations() throws Exception {
@Test
public void testAllBucketOperations() throws Exception {
- String volumeName = "volume" + RandomStringUtils.secure().nextNumeric(5);
- String bucketName = "volume" + RandomStringUtils.secure().nextNumeric(5);
+ String volumeName = uniqueObjectName("volume");
+ String bucketName = uniqueObjectName("volume");
Review Comment:
Thanks @sarvekshayr for review !!
I left this as it was before, will change the similar occurrences. volName
-> "vol.." , bucName -> "buc.." etc.
cc : @adoroszlai
--
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]