rmuir commented on PR #11749:
URL: https://github.com/apache/lucene/pull/11749#issuecomment-1238540078

   The `-Dtests.nightly` run has some tests that timeout (theres a 7200 second 
hard limit to a test class) or take hours. At a glance, most of the trouble 
seems to be subclasses of the `ThreadedIndexingAndSearchingTestCase`:
   * TestNRTThreads
   * TestControlledRealTimeReopenThread
   * TestSearcherManager
   Also see a ton of time spent in:
   * TestIDVersionPostingsFormat
   
   This list may not be exhaustive, due to timeouts/failures... the build is 
still running after many hours.
   
   Let's tweak the nightly parameters for these tests? I think its ok if they 
do something like 10x the iterations normally at most. But we don't want them 
taking hours in CI, or when we're smoketesting a release (the release 
smoketester uses `-Dtests.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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to