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

This commit is contained in:
Yiqun Lin 2018-11-13 10:38:27 +08:00
parent 4c465f5535
commit f8713f8ade
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ public List<Object> handleExecutionException(ExecutionException ex,
*/
@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"};