This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new c95f924c47 HDDS-8735. Intermittent failure in 
TestOzoneManagerHAWithACL due to Volume already exists. (#5357)
c95f924c47 is described below

commit c95f924c47a8ac60fca5c886e503b4fb40caa2c9
Author: Devesh Kumar Singh <[email protected]>
AuthorDate: Tue Sep 26 15:59:46 2023 +0530

    HDDS-8735. Intermittent failure in TestOzoneManagerHAWithACL due to Volume 
already exists. (#5357)
---
 .../src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java
index 60080e57e4..8197cdf42c 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java
@@ -240,7 +240,7 @@ public abstract class TestOzoneManagerHA {
   protected OzoneBucket setupBucket() throws Exception {
     String userName = "user" + RandomStringUtils.randomNumeric(5);
     String adminName = "admin" + RandomStringUtils.randomNumeric(5);
-    String volumeName = "volume" + RandomStringUtils.randomNumeric(5);
+    String volumeName = "volume" + UUID.randomUUID();
 
     VolumeArgs createVolumeArgs = VolumeArgs.newBuilder()
         .setOwner(userName)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to