On Tue, Mar 15, 2022 at 8:13 AM Uwe Schindler <[email protected]> wrote: > > The “tests.multiplier=3” looks like the problem. I have no idea how to stop > this, because the gradle properties are injected through the config file. Is > there a way to pass custom parameters. Maybe we should add > “-Dtests.multiplier=1” to the command line. At least in combination with > “-Dtests.nightly=true” this seems to break (see ASF Jenkins which has most > nightly jobs taking forever) >
Hi Uwe, I looked at one of these ASF jenkins logs: https://ci-builds.apache.org/job/Lucene/job/Lucene-NightlyTests-main/575/console You can see a lot of the problem may be just a few bad tests that get super-slow with the parameters. Let's open issue and tone these down to be reasonable? I don't think tests should require an hour of CPU time, even with nightly and 3x multiplier. The slowest tests (exceeding 500 ms) during this run: 3298.44s TestDoubleRangeFieldQueries.testRandomBig (:lucene:core) 2869.82s Test2BPostings.test (:lucene:core) 1951.74s TestLatLonDocValuesQueries.testRandomBig (:lucene:core) 1628.04s TestLatLonPointQueries.testRandomBig (:lucene:core) 1492.32s TestGeo3DPoint.testRandomBig (:lucene:spatial3d) 1481.19s TestXYDocValuesQueries.testRandomBig (:lucene:core) 1351.95s TestXYPointQueries.testRandomBig (:lucene:core) 940.30s TestLongRangeFieldQueries.testRandomBig (:lucene:core) 871.50s Test4GBStoredFields.test (:lucene:core) 743.00s TestFloatRangeFieldQueries.testRandomBig (:lucene:core) The slowest suites (exceeding 1s) during this run: 3315.29s TestDoubleRangeFieldQueries (:lucene:core) 2869.92s Test2BPostings (:lucene:core) 2055.19s TestLatLonDocValuesQueries (:lucene:core) 1710.01s TestLatLonPointQueries (:lucene:core) 1556.67s TestLucene90DocValuesFormatMergeInstance (:lucene:core) 1547.51s TestXYDocValuesQueries (:lucene:core) 1526.50s TestGeo3DPoint (:lucene:spatial3d) 1510.20s TestSimpleTextTermVectorsFormat (:lucene:codecs) 1424.21s TestXYPointQueries (:lucene:core) 1375.18s TestLucene90DocValuesFormat (:lucene:core) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
