jpountz commented on pull request #754: URL: https://github.com/apache/lucene/pull/754#issuecomment-1072649487
Here's the output from Gradle after running tests with `-Dtests.multiplier=3 -Dtests.nigthly=true`: ``` The slowest tests (exceeding 500 ms) during this run: 793.90s Test2BPostings.test (:lucene:core) 562.91s TestGeo3DPoint.testRandomBig (:lucene:spatial3d) 450.43s TestBestSpeedLucene80DocValuesFormat.testNumericFieldJumpTables (:lucene:backward-codecs) 426.84s TestBestCompressionLucene80DocValuesFormat.testNumericFieldJumpTables (:lucene:backward-codecs) 423.51s TestLucene90DocValuesFormatMergeInstance.testNumericFieldJumpTables (:lucene:core) 417.91s TestNRTThreads.testNRTThreads (:lucene:core) 380.36s TestLucene90DocValuesFormat.testNumericFieldJumpTables (:lucene:core) 350.43s TestIndexWriterExceptions.testTooManyTokens (:lucene:core) 339.79s TestControlledRealTimeReopenThread.testControlledRealTimeReopenThread (:lucene:core) 338.21s TestSearcherManager.testSearcherManager (:lucene:core) ``` It's not great yet, but it's already a significant progress compared to master, notably thanks to the change to `atLeast` to no longer multiply the multiplier by 2 when nightly tests are enabled. -- 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