You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/03/23 13:34:00 UTC

[jira] [Resolved] (LUCENE-10473) Address slow testRandomBig runs

     [ https://issues.apache.org/jira/browse/LUCENE-10473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrien Grand resolved LUCENE-10473.
-----------------------------------
    Fix Version/s: 9.2
       Resolution: Fixed

There's certainly more we can do to speed up nightly tests, but the main offenders that were listed in the issue description are no longer the most time-consuming tests, and nightly builds on builds.apache.org for both main and branch_9x have gone from ~4h30 overall to ~2h overall. So I'm resolving this issue.

> Address slow testRandomBig runs
> -------------------------------
>
>                 Key: LUCENE-10473
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10473
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Julie Tibshirani
>            Priority: Major
>             Fix For: 9.2
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> While working on the 9.1 release, we noticed the smoke tester sometimes taking several hours. It looks like some tests can take a really long time, especially when a higher "tests.multiplier" is used (than the default of 1):
> {code:java}
> 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)
> {code}
> -The main offender looks like {{{}BaseSpatialTestCase#testRandomBig{}}}, we should look into making this run faster.-
> Maybe relates to LUCENE-8643?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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