Thank Uwe.

I ran locally the test and it  was successful:

 ./gradlew test --tests TestStressNRTReplication.test
-Dtests.seed=4980045515BCEBB2 -Dtests.multiplier=1
-Dtests.nightly=true -Dtests.locale=chr-US
-Dtests.timezone=Africa/Casablanca -Dtests.asserts=true
-Dtests.file.encoding=UTF-8

> Task :randomizationInfo
Running tests with randomization seed: tests.seed=4980045515BCEBB2
> Task :errorProneSkipped
WARNING: errorprone disabled (skipped on builds not running inside CI
environments, pass -Pvalidation.errorprone=true to enable)
> Task :lucene:distribution.tests:test
Testing binary distribution at:
/lucene/lucene/distribution/build/packages/lucene-10.2.0-SNAPSHOT-itests
> Task :lucene:replicator:test
WARNING: Using incubator modules: jdk.incubator.vector
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a
future release
WARNING: Test org.apache.lucene.replicator.nrt.TestStressNRTReplication
wrote 10,773,074 bytes of output.
:lucene:replicator:test (SUCCESS): 1 test(s)
The slowest tests (exceeding 500 ms) during this run:
  211.68s TestStressNRTReplication.test (:lucene:replicator)
The slowest suites (exceeding 1s) during this run:
  211.89s TestStressNRTReplication (:lucene:replicator)

BUILD SUCCESSFUL in 3m 35s

There are no changes to the replicator in this release and indeed this
test has failed before. I will continue with the release, else others
want to investigate the error further.

On Tue, Apr 8, 2025 at 4:14 PM Uwe Schindler <u...@thetaphi.de> wrote:
>
> Hi,
>
> I ran the smoke tester with the new Policeman Jenkins machine.
> Unfortunately I first enabled Java 24, which broke because of Gradle.
>
> On second run it timeouted due du to a problem in replicator. The disk
> did not fill up, so it was not Robert's complaint about the monster
> test, but something else. The test was killed by the test framework with
> jstack dump. You can have a look, its very lengthly:
> https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/5/consoleFull
>
> The third run worked:
> https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/6/consoleFull
>
> SUCCESS! [1:26:18.469810]
>
> I have no much time to review the artifacts by hand, so I just pass
> Jenkins' experience:
>
> +/- 0 to release. I agree to publish and release it, if others think the
> test failure (I have never seen it before) is OK.
>
> Uwe
>
> Am 07.04.2025 um 07:45 schrieb Ignacio Vera:
> > Please vote for release candidate 1 for Lucene 10.2.0
> >
> > The artifacts can be downloaded from:
> >
> > https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
> >
> > You can run the smoke tester directly with this command:
> >
> > python3 -u dev-tools/scripts/smokeTestRelease.py \
> > https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
> >
> > The vote will be open for at least 72 hours i.e. until 2025-04-10 06:00 UTC.
> >
> > [ ] +1  approve
> > [ ] +0  no opinion
> > [ ] -1  disapprove (and reason why)
> >
> > Here is my +1
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> > For additional commands, e-mail: dev-h...@lucene.apache.org
> >
> --
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> https://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to