HDDS-653. TestMetadataStore#testIterator fails on Windows.
Contributed by Yiqun Lin.
(cherry picked from commit 9227f3d224
)
This commit is contained in:
parent
690da72cd4
commit
39ffed2a11
|
@ -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