s1monw commented on a change in pull request #731: LUCENE-8865: Move to
executor in IndexSearcher
URL: https://github.com/apache/lucene-solr/pull/731#discussion_r295483481
##########
File path: lucene/core/src/test/org/apache/lucene/search/TestIndexSearcher.java
##########
@@ -237,4 +241,28 @@ public void testGetSlices() throws Exception {
service.shutdown();
IOUtils.close(r, dir);
}
+
+ public void testOneSegmentExecutesOnTheCallerThread() throws IOException {
Review comment:
RandomIndexWriter is used in this test which does that.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]