HDDS-653. TestMetadataStore#testIterator fails on Windows.

Contributed by Yiqun Lin.
This commit is contained in:
Anu Engineer 2018-10-13 10:41:06 -07:00
parent addb84600f
commit 9227f3d224

View File

@ -163,6 +163,8 @@ public void testIterator() throws Exception {
GenericTestUtils.assertExceptionContains("Store has no more elements",
ex);
}
dbStore.close();
dbStore.destroy();
FileUtils.deleteDirectory(dbDir);
}