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

   > Mentioned, also, so that we can keep an eye on those tests, in case, some 
turn out to be rather slow, maybe some further tuning of the max iterations is 
needed.
   
   I see two suspicion ones in the build log after tests are run: 
`TestIDVersionPostingsFormat.testGlobalVersions`, and 
`TestNeverDelete.testIndexing`. Looks like we may want to tone these down, 20+ 
seconds is way too much, since we have thousands of tests. 
   
   ```
   The slowest tests (exceeding 500 ms) during this run:
     35.84s TestIDVersionPostingsFormat.testGlobalVersions (:lucene:sandbox)
     23.68s TestNeverDelete.testIndexing (:lucene:core)
     10.95s TestScripts.testLukeCanBeLaunched (:lucene:distribution.tests)
      6.94s TestSortedSetDocValuesFacets.testRandomHierarchicalFlatMix 
(:lucene:facet)
      6.52s TestTessellator.testComplexPolygon47 (:lucene:core)
      4.93s TestExitableDirectoryReader.testExitableTermsEnumSampleTimeoutCheck 
(:lucene:core)
      3.48s TestNRTThreads.testNRTThreads (:lucene:core)
      3.36s TestIndexAndTaxonomyReplicationClient.testConsistencyOnExceptions 
(:lucene:replicator)
      3.27s TestStressIndexing.testStressIndexAndSearching (:lucene:core)
      3.20s 
TestIndexWriterMergePolicy.testStressUpdateSameDocumentWithMergeOnGetReader 
(:lucene:core)
   The slowest suites (exceeding 1s) during this run:
     36.11s TestIDVersionPostingsFormat (:lucene:sandbox)
     23.73s TestNeverDelete (:lucene:core)
     10.96s TestScripts (:lucene:distribution.tests)
     10.45s TestLucene90DocValuesFormatMergeInstance (:lucene:core)
     10.38s TestBackwardsCompatibility (:lucene:backward-codecs)
      9.90s TestLucene90DocValuesFormat (:lucene:core)
      8.62s TestSimpleTextDocValuesFormat (:lucene:codecs)
      7.90s TestTessellator (:lucene:core)
      7.53s TestSortedSetDocValuesFacets (:lucene:facet)
      7.27s TestIndexWriterExceptions (:lucene:core)
   ```


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