msokolov commented on issue #15212:
URL: https://github.com/apache/lucene/issues/15212#issuecomment-3319746471

   After the "late interaction" vector tests are reduced, test run shows:
   
   ```
     32.84s TestIndexOrDocValuesQuery.testUseIndexForSelectiveMultiValueQueries 
(:lucene:core)
     21.89s TestPriorityQueue.testRemovalsAndInsertions (:lucene:core)
     16.42s TestIndexedDISI.testRandom (:lucene:core)
     14.05s TestIndexWriterExceptions.testRandomExceptions (:lucene:core)
     13.29s TestTermInSetQuery.testDuel (:lucene:core)
     12.15s TestRescoreTopNQuery.testRescoreField (:lucene:core)
     10.86s TestPointQueries.testRandomLongsBig (:lucene:core)
      7.43s TestLucene104PostingsFormat.testDocIDRunEnd (:lucene:core)
      6.54s TestPerFieldPostingsFormat.testDocIDRunEnd (:lucene:core)
      5.95s TestNRTThreads.testNRTThreads (:lucene:core)
   ```
   
   I see `TestIndexedDISI.testRandom` has this comment (from @rmuir): 
   
   ```
      // TODO: can this be toned down?
     @Nightly
   ```
   
   not sure why it is running for me when I do `gradlew -p lucene/core test` 
even though it is annotated as nightly?
    


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to