SOLR-12801: Fix thread leak in test.

This commit is contained in:
markrmiller 2018-12-01 00:50:54 -06:00
parent 33c40a8da4
commit 9b0b9032e2
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public class TestSimDistributedQueue extends SolrTestCaseJ4 {
super.tearDown();
} catch (Exception exc) {
}
executor.shutdown();
ExecutorUtil.shutdownAndAwaitTermination(executor);
}
}