Re: 8.11.3 release

2023-10-27 Thread Jan Høydahl
Thanks Kevin, Ishan for doing the prep work here. I re-enabled the jenkins job https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.11/ to get a feel for the current status. We also have a smokeTest job that should be enabled when release is approaching. Jan > 12. okt. 2023 kl. 19:

Re: 8.11.3 release

2023-10-27 Thread Ishan Chattopadhyaya
Thanks Jan. Some tests are failing; Noble and I are looking into them. If all goes well, I'm planning to spin the RC1 by this weekend. On Fri, 27 Oct, 2023, 2:45 pm Jan Høydahl, wrote: > Thanks Kevin, Ishan for doing the prep work here. > > I re-enabled the jenkins job > https://ci-builds.apache

Re: How about using JDK 21 in the official docker image?

2023-10-27 Thread Houston Putman
Those images are available now. https://hub.docker.com/r/apache/solr-nightly/tags?page=1&name=java21 Also I setup the Jenkins jobs to only push the tags if the docker tests pass, so we at least have that guarantee! Hopefully we can get a good amount of testing with these and upgrade when java 21

Re: Jenkins Build Errors

2023-10-27 Thread Houston Putman
After fixing the docker tests, I believe all of the other Solr-Check and Solr-Smoketest errors, that were the result of running Solr processes, have gone away. The MTLs issue still exists, and there are other issues with the smoketest but at least there is progress. We should definitely move the d

Re: Jenkins Build Errors

2023-10-27 Thread David Smiley
Thanks Houston! ~ David On Fri, Oct 27, 2023 at 2:03 PM Houston Putman wrote: > After fixing the docker tests, I believe all of the other Solr-Check and > Solr-Smoketest errors, that were the result of running Solr processes, have > gone away. > The MTLs issue still exists, and there are other

Re: forbidden-apis + assertThat = insanity

2023-10-27 Thread David Smiley
This would be cleared up if we change LuceneTestCase? ~ David On Wed, Oct 25, 2023 at 4:26 PM Chris Hostetter wrote: > > Begin Rant... > > $ tail -6 ./gradle/validation/forbidden-apis/junit.junit.all.txt > junit.framework.TestCase @ All classes should derive from LuceneTestCase > junit.framewor

Re: 8.11.3 release

2023-10-27 Thread Jan Høydahl
I also enabled the smoketest job, and it passes: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-SmokeRelease-8.11/lastSuccessfulBuild/ ! The Lucene-Solr-Tests-8.11 has failed a few times, but on different tests, so things are looking good. Jan > 27. okt. 2023 kl. 13:55 skrev Ishan Ch

Re: forbidden-apis + assertThat = insanity

2023-10-27 Thread Chris Hostetter
: I agree that having to write "MatcherAssert.assertThat" each time is : tedious and makes my code ugly. So finally I try to avoid this nice : construction. Not satisfying. This right there is the "twist" of the knife in my heart. The 2 lines of code below are both very similar in terms of ea