HDFS-12167. Ozone: Intermittent failure TestContainerPersistence#testListKey. Contributed by Surendra Singh Lilhore.

This commit is contained in:
Weiwei Yang 2017-07-22 22:02:35 +08:00 committed by Owen O'Malley
parent 487aa2f7bf
commit b00830142b
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ public class TestContainerPersistence {
@Test
public void testListKey() throws Exception {
String containerName = "c0" + RandomStringUtils.randomAscii(10);
String containerName = "c0" + RandomStringUtils.randomAlphanumeric(10);
Pipeline pipeline = createSingleNodePipeline(containerName);
List<String> expectedKeys = new ArrayList<String>();
for (int i = 0; i < 10; i++) {