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

@ -156,6 +156,9 @@ public class ShadowEngineTests extends ElasticsearchLuceneTestCase {
super.tearDown();
replicaEngine.close();
storeReplica.close();
translog.close();
replicaTranslog.close();
primaryEngine.close();
store.close();