Thanks for participating Alejandro! 2) You need dev-tools/scripts/smokeTestRelease.py to run the smoke tests. > I downloaded the solr src tgz from the artifacts folder, uncompress and > then ran the smoke test command. > Is this the correct way to do it? >
Generally the strategy is checkout the release branch from the git repository (in this case branch_9_2), and then run the smoketester from there. 3) What is the correct/recommended way to handle the trusted chain for this output. You can run the following command, which will download all of the trusted GPG keys from Solr Committers and import them into your local keystore. curl -sL0 "https://dist.apache.org/repos/dist/release/solr/KEYS" | gpg --import Hope that helps! - Houston On Thu, Mar 23, 2023 at 10:54 AM Anshum Gupta <ans...@anshumgupta.net> wrote: > Thanks for voting, Alejandro. > > All votes count :) > > The binding votes from the PMCs are required for passing a release vote, > but all community votes are essential to ensure a stable build. > > On Thu, Mar 23, 2023 at 8:38 PM Arrieta, Alejandro < > aarri...@perrinsoftware.com> wrote: > > > 1) Solr 9.2.0 RC1 > > > > SUCCESS! [0:25:45.706109] > > virtualbox ubuntu 22.04 + ubuntu openjdk 11 > > > > +0 don't know if my vote counts. > > > > 2) Solr operator test (Thanks Houston Putman for the command to run the > > solr operator tests) > > > > Ran 6 of 6 Specs in 286.376 seconds > > SUCCESS! -- 6 Passed | 0 Failed | 0 Pending | 0 Skipped > > > > noob question warning ;-) > > > > 1) Do you need to be a Solr committer to have a valid vote? > > > > 2) You need dev-tools/scripts/smokeTestRelease.py to run the smoke tests. > > I downloaded the solr src tgz from the artifacts folder, uncompress and > > then ran the smoke test command. > > Is this the correct way to do it? > > > > 3) What is the correct/recommended way to handle the trusted chain for > this > > output. > > verify trust > > GPG: gpg: WARNING: This key is not certified with a trusted > > signature! > > > > > > Kind Regards, > > Alejandro Arrieta > > > > On Thu, Mar 23, 2023 at 11:21 AM Jason Gerlowski <gerlowsk...@gmail.com> > > wrote: > > > > > +1 > > > SUCCESS! [0:27:15.62963] > > > > > > On Thu, Mar 23, 2023 at 4:14 AM Jan Høydahl <jan....@cominvent.com> > > wrote: > > > > > > > > Ran smoke tester and inspected the binary artifacts, release notes > and > > > CHANGES. > > > > > > > > SUCCESS! [0:35:32.006982] > > > > > > > > Only a few minors: > > > > > > > > * Mal-placed release notes in refguide, fixed in > > > https://github.com/apache/solr/pull/1486 > > > > * Duplicate CHANGES entries in 9.2 section: > > > > * SOLR-15787: FileSystemConfigSetService: implement the > abstraction > > > completely. It could be useful > > > > for putting ConfigSets on a shared file system. (Nazerke > Seidan, > > > David Smiley) > > > > * SOLR-16665: The base docker image has been upgraded from Ubuntu > > 20 > > > (Focal) to Ubuntu 22 (Jammy). (Houston Putman) > > > > > > > > All in all good I believe, can fix the changes duplication if there > is > > a > > > re-spin. > > > > > > > > +1 (binding) > > > > > > > > Jan > > > > > > > > > 21. mar. 2023 kl. 16:25 skrev Houston Putman <hous...@apache.org>: > > > > > > > > > > Please vote for release candidate 1 for Solr 9.2.0 > > > > > > > > > > The artifacts can be downloaded from: > > > > > > > > > > > https://dist.apache.org/repos/dist/dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea > > > > > > > > > > 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-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea > > > > > > > > > > You can build a release-candidate of the official docker image > using > > > the > > > > > following command: > > > > > > > > > > DIST_BASE=https://dist.apache.org/repos/dist/dev/solr && \ > > > > > > > RC_FOLDER=solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea > > > && \ > > > > > docker build > $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \ > > > > > --build-arg > > > SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.2.0.tgz \ > > > > > -t solr-rc:9.2.0-1 > > > > > > > > > > The vote will be open for at least 72 hours i.e. until 2023-03-24 > > > 16:00 UTC. > > > > > > > > > > [ ] +1 approve > > > > > [ ] +0 no opinion > > > > > [ ] -1 disapprove (and reason why) > > > > > > > > > > Here is my +1 > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org > > > > For additional commands, e-mail: dev-h...@solr.apache.org > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org > > > For additional commands, e-mail: dev-h...@solr.apache.org > > > > > > > > > > > -- > Anshum Gupta >