HDFS-12167. Ozone: Intermittent failure TestContainerPersistence#testListKey. Contributed by Surendra Singh Lilhore.
This commit is contained in:
parent
63e211ff75
commit
c539095200
|
@ -816,7 +816,7 @@ public class TestContainerPersistence {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testListKey() throws Exception {
|
public void testListKey() throws Exception {
|
||||||
String containerName = "c0" + RandomStringUtils.randomAscii(10);
|
String containerName = "c0" + RandomStringUtils.randomAlphanumeric(10);
|
||||||
Pipeline pipeline = createSingleNodePipeline(containerName);
|
Pipeline pipeline = createSingleNodePipeline(containerName);
|
||||||
List<String> expectedKeys = new ArrayList<String>();
|
List<String> expectedKeys = new ArrayList<String>();
|
||||||
for (int i = 0; i < 10; i++) {
|
for (int i = 0; i < 10; i++) {
|
||||||
|
|
Loading…
Reference in New Issue