Re: [VOTE] Release Lucene 9.12.3 RC2

2025-09-24 Thread Benjamin Trent
SUCCESS! [0:48:46.455533] +1 On Wed, Sep 24, 2025 at 4:32 PM Michael Sokolov wrote: > SUCCESS! [1:01:55.136848] > > +1 > > On Wed, Sep 24, 2025 at 12:14 PM Ankit Jain wrote: > > > > Please vote for release candidate 2 for Lucene 9.12.3 > > > > > > The artifacts can be downloaded from: > > > >

[VOTE] Release Lucene 9.12.3 RC2

2025-09-24 Thread Ankit Jain
Please vote for release candidate 2 for Lucene 9.12.3 The artifacts can be downloaded from: https://dist.apache.org/repos/dist/dev/lucene/lucene-9.12.3-RC2-rev-f965e930673c1f5cb478dc6a8907f5fc4ef7b539 You can run the smoke tester directly with this command: python3 -u dev-tools/scripts/smoke

Re: [VOTE] Release Lucene 9.12.3 RC2

2025-09-24 Thread Michael Sokolov
SUCCESS! [1:01:55.136848] +1 On Wed, Sep 24, 2025 at 12:14 PM Ankit Jain wrote: > > Please vote for release candidate 2 for Lucene 9.12.3 > > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene-9.12.3-RC2-rev-f965e930673c1f5cb478dc6a8907f5fc4ef7b539 >

Re: [JENKINS] Lucene-9.12-Windows (64bit/hotspot/jdk-21.0.6) - Build # 662 - Unstable!

2025-09-24 Thread Uwe Schindler
Hi, several Linux, macos and Windows builds with various jdk versions up to 25 and 26-ea succeeded now. Uwe Am 24.09.2025 um 11:19 schrieb Uwe Schindler: It was fixed. The new 2-arg nextInt() method was not available in Java 11. I just changed to add 2 to have a lower bound. Uwe Am 24.0

Re: [JENKINS] Lucene-9.12-Windows (64bit/hotspot/jdk-21.0.6) - Build # 662 - Unstable!

2025-09-24 Thread Ankit Jain
Thanks Uwe for a prompt fix. I could successfully rebuild and smoke test the artifacts. Test Maven artifacts... download artifacts .

Re: Inconsistent randomisation behaviour

2025-09-24 Thread Michael Sokolov
did you also set the other test parameters like -Ptests.nightly=true ? On Wed, Sep 24, 2025 at 7:01 AM Alan Woodward wrote: > > Hi all, > > I’m seeing some strange behaviour trying to reproduce a test failure in > IntelliJ, compared to what happens when I run the test on the command line > via

Re: [VOTE] Release Lucene 9.12.3 RC1

2025-09-24 Thread Ankit Jain
Thanks Ignacio! This vote is officially void now, will respin and send out another vote. It will have following additional fixes: 1. Support for JDK24+ 2. Fix failure due to hole bridge being coplanar with polygon edge 3. Fix mock filesystem WindowsFS to also work on Windows. This is

Inconsistent randomisation behaviour

2025-09-24 Thread Alan Woodward
Hi all, I’m seeing some strange behaviour trying to reproduce a test failure in IntelliJ, compared to what happens when I run the test on the command line via gradle. The following failed in the elasticsearch CI this morning, and reproduces when I run it on my laptop: ./gradlew :lucene:test-f

Re: [JENKINS] Lucene-9.12-Windows (64bit/hotspot/jdk-21.0.6) - Build # 662 - Unstable!

2025-09-24 Thread Uwe Schindler
It was fixed. The new 2-arg nextInt() method was not available in Java 11. I just changed to add 2 to have a lower bound. Uwe Am 24.09.2025 um 11:04 schrieb Uwe Schindler: I will fix this, sorry. The backport calls a method not available in earlier JDK. Will fix in a moment, i did not run

Re: [JENKINS] Lucene-9.12-Windows (64bit/hotspot/jdk-21.0.6) - Build # 662 - Unstable!

2025-09-24 Thread Uwe Schindler
I will fix this, sorry. The backport calls a method not available in earlier JDK. Will fix in a moment, i did not run tests after cherry-picking! Uwe Am 24.09.2025 um 09:40 schrieb Ankit Jain: Thanks Uwe for backporting the change. While building RC2, saw some issues while running ./gradle

Re: [JENKINS] Lucene-9.12-Windows (64bit/hotspot/jdk-21.0.6) - Build # 662 - Unstable!

2025-09-24 Thread Ankit Jain
Thanks Uwe for backporting the change. While building RC2, saw some issues while running ./gradlew --no-daemon -Dtests.badapples=false clean check is failing with below error: *> Task :lucene:test-framework:compileTestJava* /local/home/akjain/ws/lucene/lucene/test-framework/src/test/org/apach

Re: [JENKINS] Lucene-9.12-Windows (64bit/hotspot/jdk-21.0.6) - Build # 662 - Unstable!

2025-09-24 Thread Uwe Schindler
Hi, I just backported the other one, too. The Changes entry is now also available. Uwe Am 24.09.2025 um 08:55 schrieb Uwe Schindler: Hi, https://github.com/apache/lucene/pull/14706 only fixes a random bug which is caused by an incorrectly generated filename which is assumed to be "incorr