Re: Request for dev list subscription

2024-02-15 Thread Stefan Vodita
Hi Sandeepan, You can find information about the mailing lists, including how to sign up, at: https://lucene.apache.org/core/discussion.html Let us know if that doesn't work for some reason. Stefan On Thu, 15 Feb 2024 at 20:13, Sandeepan Baidya wrote: > Hi there, > > I would like to be added

Re: [VOTE] Release Lucene 9.10.0 RC1

2024-02-15 Thread Uwe Schindler
Hi, I used Stefan Vodita's Hack to make the Smoketester run on a large list of JDKs: https://github.com/apache/lucene/pull/13108 See the console of running Java 11, Java 17, Java 19, Java 20, Java 21. Due to limitations of Gradle I wasn't able to do the smoker checks on Java 22 release

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-15 Thread Dawid Weiss
> > One observation though: there are some docs under the help folder (that > too as text files) and some under dev-docs. I personally feel all these > should be organized into the dev-docs folder (as .md files for readability > on github and IDEs), since that was the first place I went to look

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-15 Thread Shubham Chaudhary
I see. This makes more sense; it looks to me like it's fine to add this info here in case anyone else ever requires it. One observation though: there are some docs under the help folder (that too as text files) and some under dev-docs. I personally feel all these should be organized into the

Request for dev list subscription

2024-02-15 Thread Sandeepan Baidya
Hi there, I would like to be added to your developer list. Please let me know if there is anything I need to do on my end. Thanks, Sandeepan Baidya

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-15 Thread Dawid Weiss
There's actually quite a lot of docs related to Lucene tests (my remark was meant at the randomizedtesting package) - see here: https://github.com/apache/lucene/blob/main/help/tests.txt The tests.timeoutSuite parameter could be added/ explained there too. I'm not sure how much it's needed though

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-15 Thread Shubham Chaudhary
I think this information could sit well within the dev-docs in lucene i.e. "randomized testing in lucene". This would make it more discoverable as well and there is already a lack of proper docs as Dawid pointed?. We could add some references to docs like randomized testing core concepts

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-15 Thread Shubham Chaudhary

Re: [VOTE] Release Lucene 9.10.0 RC1

2024-02-15 Thread Luca Cavanna
+1 SUCCESS! [0:44:04.729177] On Thu, Feb 15, 2024 at 8:10 PM Tomás Fernández Löbbe wrote: > +1 > > SUCCESS! [1:22:54.621515] > > On Thu, Feb 15, 2024 at 7:13 AM Robert Muir wrote: > >> On Thu, Feb 15, 2024 at 9:54 AM Uwe Schindler wrote: >> > >> > Hi, >> > >> > My Python knowledge is too

Re: [VOTE] Release Lucene 9.10.0 RC1

2024-02-15 Thread Tomás Fernández Löbbe
+1 SUCCESS! [1:22:54.621515] On Thu, Feb 15, 2024 at 7:13 AM Robert Muir wrote: > On Thu, Feb 15, 2024 at 9:54 AM Uwe Schindler wrote: > > > > Hi, > > > > My Python knowledge is too limited to fix the build script to allow to > test the smoker with arbitrary JAVA_HOME dircetories next to the

Re: Lucene 9.10

2024-02-15 Thread Uwe Schindler
I clarified the MMap stuff to say that it works now with Java 22 and later versions. Vector incubator was also added. Uwe Am 13.02.2024 um 14:37 schrieb Adrien Grand: I started a draft for release notes, feel free to modify or add more release highlights.

Re: [JENKINS] Lucene » Lucene-NightlyTests-9.x - Build # 825 - Still Unstable!

2024-02-15 Thread Adrien Grand
I removed 8.12 from the versions.txt file since it hasn't been released. On Thu, Feb 15, 2024 at 7:38 AM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: > https://ci-builds.apache.org/job/Lucene/job/Lucene-NightlyTests-9.x/825/ > > 6 tests failed. > FAILED: >

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-15 Thread Dawid Weiss
Sorry, the docs are not the best, I know. It's documented here - https://github.com/randomizedtesting/randomizedtesting/blob/master/randomized-runner/src/main/java/com/carrotsearch/randomizedtesting/SysGlobals.java#L186-L197 So: 1) if you pass tests.timeoutSuite=1000 this changes the default

Re: [VOTE] Release Lucene 9.10.0 RC1

2024-02-15 Thread Robert Muir
On Thu, Feb 15, 2024 at 9:54 AM Uwe Schindler wrote: > > Hi, > > My Python knowledge is too limited to fix the build script to allow to test > the smoker with arbitrary JAVA_HOME dircetories next to the baseline (Java > 11). With lots of copypaste I can make it run on Java 21 in addition to 17,

Re: [VOTE] Release Lucene 9.10.0 RC1

2024-02-15 Thread Uwe Schindler
Hi, My Python knowledge is too limited to fix the build script to allow to test the smoker with arbitrary JAVA_HOME dircetories next to the baseline (Java 11). With lots of copypaste I can make it run on Java 21 in addition to 17, but that looks like too unflexible. Mike McCandless: If you

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-15 Thread David Smiley
Oh; I didn't know that took precedence -- makes sense. Hopefully a test subclass (like SolrTestCase) could override it as well. On Mon, Feb 12, 2024 at 2:09 PM Dawid Weiss wrote: > > > You can override the defaults using sysprops in your CI builds - > > -Ptests.timeoutSuite=1000! > > takes

Re: [VOTE] Release Lucene 9.10.0 RC1

2024-02-15 Thread Jan Høydahl
+1 (binding) SUCCESS! [0:50:52.035790] Jan > 14. feb. 2024 kl. 20:28 skrev Adrien Grand : > > Please vote for release candidate 1 for Lucene 9.10.0 > > The artifacts can be downloaded from: >

Re: [VOTE] Release Lucene 9.10.0 RC1

2024-02-15 Thread Uwe Schindler
Hi, I ran the default smoke tester with Java 11 and Java 17 on Policeman Jenkins; all looks fine: https://jenkins.thetaphi.de/job/Lucene-Release-Tester/32/console SUCCESS! [1:04:45.740708] I only have one problem. Now that Java 21 LTS is out and more an more people use it, it would be good

Re: [VOTE] Release Lucene 9.10.0 RC1

2024-02-15 Thread Dawid Weiss
+1. SUCCESS! [2:43:47.883753] I've only ran the smoke tester. On Wed, Feb 14, 2024 at 8:29 PM Adrien Grand wrote: > Please vote for release candidate 1 for Lucene 9.10.0 > > The artifacts can be downloaded from: > >