HDDS-653. TestMetadataStore#testIterator fails on Windows.
Contributed by Yiqun Lin.
This commit is contained in:
parent
addb84600f
commit
9227f3d224
|
@ -163,6 +163,8 @@ public class TestMetadataStore {
|
|||
GenericTestUtils.assertExceptionContains("Store has no more elements",
|
||||
ex);
|
||||
}
|
||||
dbStore.close();
|
||||
dbStore.destroy();
|
||||
FileUtils.deleteDirectory(dbDir);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue