فهرست منبع

HDDS-831. TestOzoneShell in integration-test is flaky. Contributed by Nanda kumar.

Yiqun Lin 6 سال پیش
والد
کامیت
f8713f8ade

+ 1 - 1
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/ozShell/TestOzoneShell.java

@@ -266,7 +266,7 @@ public class TestOzoneShell {
    */
   @Test
   public void testCreateVolumeWithoutUser() throws Exception {
-    String volumeName = "volume" + RandomStringUtils.randomNumeric(1);
+    String volumeName = "volume" + RandomStringUtils.randomNumeric(5);
     String[] args = new String[] {"volume", "create", url + "/" + volumeName,
         "--root"};