HDDS-831. TestOzoneShell in integration-test is flaky. Contributed by Nanda kumar.
This commit is contained in:
parent
4c465f5535
commit
f8713f8ade
|
@ -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"};
|
||||
|
||||
|
|
Loading…
Reference in New Issue