Great idea Martin. This could increase our test coverage a great deal for releases, albeit semi-manually. Of course our apps might not yet be on the very latest releases, but some will be.
~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Thu, May 23, 2019 at 2:25 AM Martin Grigorov <[email protected]> wrote: > Hi, > > +1 > > P.S. May I suggest to add short instructions to the vote mail how to test > the new release in your application. > E.g. for applications using Maven one needs to add the following to > pom.xml and to change the dependencies version to 8.1.1: > > <repositories> > <repository> > <id>Apache Lucene</id> > <url> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.1.1-RC1-revfcbe46c28cef11bc058779afba09521de1b19bef/lucene/maven/ > </url> > <releases><enabled>true</enabled></releases> > <snapshots><enabled>false</enabled></snapshots> > </repository> > </repositories> > > And similar for Gradle. > > I hope that this way more Lucene/Solr users (i.e. non-committers) can help > testing the release. > > Regards, > Martin > > On Wed, May 22, 2019 at 8:53 PM Andrzej Białecki <[email protected]> wrote: > >> Please vote for release candidate 1 for Lucene/Solr 8.1.1. >> >> The artifacts can be downloaded from: >> >> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.1.1-RC1-revfcbe46c28cef11bc058779afba09521de1b19bef >> >> You can run the smoke tester directly with this command: >> >> python3 -u dev-tools/scripts/smokeTestRelease.py \ >> >> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.1.1-RC1-revfcbe46c28cef11bc058779afba09521de1b19bef >> >> >> Here's my +1 >> SUCCESS! [1:00:35.149875] >> >> — >> >> Andrzej Białecki >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >>
