[TEST] Wait for test thread to join before
This commit is contained in:
parent
7ec6dc9956
commit
9e196c3a0b
|
@ -991,6 +991,7 @@ public class InternalEngineTests extends ElasticsearchTestCase {
|
||||||
}
|
}
|
||||||
indexed.await();
|
indexed.await();
|
||||||
IOUtils.close(engine);
|
IOUtils.close(engine);
|
||||||
|
thread.join();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue