HDDS-1943. TestKeyManagerImpl.testLookupKeyWithLocation is failing. Contributed by Xiaoyu Yao. (#1262)
This commit is contained in:
parent
bd4be6e168
commit
fba222a856
|
@ -699,6 +699,7 @@ public class TestKeyManagerImpl {
|
|||
String keyName = RandomStringUtils.randomAlphabetic(5);
|
||||
OmKeyArgs keyArgs = createBuilder()
|
||||
.setKeyName(keyName)
|
||||
.setSortDatanodesInPipeline(true)
|
||||
.build();
|
||||
|
||||
// lookup for a non-existent key
|
||||
|
|
Loading…
Reference in New Issue