atris 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_r295282033
 
 

 ##########
 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:
   Should we have more random testing, where we test different combination of 
slices? Maybe have a document distribution with random commit calls to create 
different segment distributions?

----------------------------------------------------------------
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]

Reply via email to