Skip to content

Commit fba222a

Browse files
authored
HDDS-1943. TestKeyManagerImpl.testLookupKeyWithLocation is failing. Contributed by Xiaoyu Yao. (#1262)
1 parent bd4be6e commit fba222a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestKeyManagerImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ public void testLookupKeyWithLocation() throws IOException {
699699
String keyName = RandomStringUtils.randomAlphabetic(5);
700700
OmKeyArgs keyArgs = createBuilder()
701701
.setKeyName(keyName)
702+
.setSortDatanodesInPipeline(true)
702703
.build();
703704

704705
// lookup for a non-existent key

0 commit comments

Comments
 (0)