mirror of https://github.com/apache/lucene.git
SOLR-12801: Fix thread leak in test.
This commit is contained in:
parent
33c40a8da4
commit
9b0b9032e2
|
@ -215,7 +215,7 @@ public class TestSimDistributedQueue extends SolrTestCaseJ4 {
|
|||
super.tearDown();
|
||||
} catch (Exception exc) {
|
||||
}
|
||||
executor.shutdown();
|
||||
ExecutorUtil.shutdownAndAwaitTermination(executor);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue