+1 (non-binding) Ran the smokeTester on Windows and MacOS. Kicked the tires on Windows by running a couple of examples and a few queries.
If anyone is looking to run the smokeTester on Windows, you can get it from https://github.com/rahulgoswami/solr/blob/solr_10_0/dev-tools/scripts/smokeTestRelease.py Some pre-requisites/notes: 1. Install gpg4win 2. Run cmd as Administrator. 3. Comment out the line "java.run_java('%s --no-daemon integrationTest..." since integrationTest task runs BATS tests which are Linux shell scripts and won't run on Windows. - Rahul On Mon, Feb 16, 2026 at 7:38 PM Jan Høydahl <[email protected]> wrote: > Ran smoke tester and built the docker images. > > SUCCESS! [0:44:08.662798] > > +1 > > Jan > > > 13. feb. 2026 kl. 09:26 skrev Anshum Gupta <[email protected]>: > > > > Hi everyone, > > > > Thank you again for your patience with the multiple release candidates > for > > releasing Solr 10. > > > > Please vote for release candidate 4 for Solr 10.0.0 > > > > *Reminder note for non-committers*: Your vote counts! Please test and > vote > > for this RC and help us in releasing a candidate that's tested by > > multiple people, across multiple platforms, on a variety of machines and > > JVMs. > > > > The artifacts can be downloaded from: > > > https://dist.apache.org/repos/dist/dev/solr/solr-10.0.0-RC4-rev-6c6c48a6f78486130682ea9c1f7a2723af5a87be > > > > You can *run the smoke tester directly* with this command: > > > > python3 -u dev-tools/scripts/smokeTestRelease.py \ > > > https://dist.apache.org/repos/dist/dev/solr/solr-10.0.0-RC4-rev-6c6c48a6f78486130682ea9c1f7a2723af5a87be > > > > You can *build a release-candidate of the official docker images* (full & > > slim) using the following command: > > > > SOLR_DOWNLOAD_SERVER= > > > https://dist.apache.org/repos/dist/dev/solr/solr-10.0.0-RC4-rev-6c6c48a6f78486130682ea9c1f7a2723af5a87be/solr > > && \ > > docker build > $SOLR_DOWNLOAD_SERVER/10.0.0/docker/Dockerfile.official-full > > \ > > --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \ > > -t solr-rc:10.0.0-4 && \ > > docker build > $SOLR_DOWNLOAD_SERVER/10.0.0/docker/Dockerfile.official-slim > > \ > > --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \ > > -t solr-rc:10.0.0-4-slim > > > > The vote will be open for at least 5 days including the weekend i.e. > > until *2026-02-18 > > 09:00 UTC*. > > > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove (and reason why) > > > > Here is my +1 > > SUCCESS! [0:51:32.459024] > > > > -- > > Anshum Gupta > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
