[
https://issues.apache.org/jira/browse/SOLR-16304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574308#comment-17574308
]
ASF subversion and git services commented on SOLR-16304:
--------------------------------------------------------
Commit d41ae28c919bd47ce774a82902757687c296037b in solr's branch
refs/heads/main from Mike Drob
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=d41ae28c919 ]
SOLR-16304 Remove @Slow test annotation (#951)
Removed @LuceneTestCase.Slow test annotation from our code base
Some tests were re-annotated as Nightly tests because they are too long
Speed up tests:
* Scope down work in non-nightly runs and full testing in Nightly mode
* Combined use of cluster in single classes to speed up multiple methods
* Replaced several polling sleeps with zookeeper watches
* Replaced slow waits on async calls with sync calls when not explicitly
testing async
> Stop using @LuceneTestCase.Slow
> -------------------------------
>
> Key: SOLR-16304
> URL: https://issues.apache.org/jira/browse/SOLR-16304
> Project: Solr
> Issue Type: Sub-task
> Reporter: Mike Drob
> Priority: Blocker
> Fix For: 9.1
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Lucene dropped the {{@Slow}} annotation in LUCENE-10532 so we need to come up
> with a solution if we want to upgrade. We can do one or more of:
> 1. Create our own Slow annotation and wire that into the build instead
> 2. Switch all of the currently Slow tests to use a different annotation
> (maybe Nightly?)
> 3. Make the tests fast (haha, yikes!)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]