rich7420 commented on code in PR #9517:
URL: https://github.com/apache/ozone/pull/9517#discussion_r2633629776


##########
hadoop-ozone/integration-test-s3/src/test/java/org/apache/hadoop/ozone/s3/awssdk/v2/AbstractS3SDKV2Tests.java:
##########
@@ -1066,16 +1065,16 @@ private String getBucketName() {
     return getBucketName("");
   }
 
-  private String getBucketName(String suffix) {
-    return ("v2-" + getTestName() + "bucket" + 
suffix).toLowerCase(Locale.ROOT);
+  private String getBucketName(String ignored) {
+    return uniqueObjectName();

Review Comment:
   and here



##########
hadoop-ozone/integration-test-s3/src/test/java/org/apache/hadoop/ozone/s3/awssdk/v1/AbstractS3SDKV1Tests.java:
##########
@@ -1424,16 +1423,16 @@ private String getBucketName() {
     return getBucketName("");
   }
 
-  private String getBucketName(String suffix) {
-    return ("v1-" + getTestName() + "bucket" + 
suffix).toLowerCase(Locale.ROOT);
+  private String getBucketName(String ignored) {
+    return uniqueObjectName();

Review Comment:
   Should we have "v1-" / "v2-" prefixes still ?



-- 
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]

Reply via email to