Test: ShadowEngineTests - close translogs on tear down here too

This commit is contained in:
Ryan Ernst 2015-02-27 22:05:42 -08:00
parent 8f73d95409
commit 2e797b9d55

View File

@ -157,6 +157,9 @@ public class ShadowEngineTests extends ElasticsearchLuceneTestCase {
replicaEngine.close();
storeReplica.close();
translog.close();
replicaTranslog.close();
primaryEngine.close();
store.close();
terminate(threadPool);