mirror of https://github.com/apache/lucene.git
LUCENE-10078: Fix more TestIndexWriterWithThreads failures.
This commit is contained in:
parent
e78b2f2fe0
commit
b180a8a97e
|
@ -116,7 +116,7 @@ public class TestIndexWriterWithThreads extends LuceneTestCase {
|
|||
}
|
||||
} catch (
|
||||
@SuppressWarnings("unused")
|
||||
AlreadyClosedException ace) {
|
||||
IllegalStateException ise) {
|
||||
// OK: abort closes the writer
|
||||
break;
|
||||
} catch (Throwable t) {
|
||||
|
|
Loading…
Reference in New Issue