I got a test failure that reproduces:
     ./gradlew :solr:core:test --tests
"org.apache.solr.uninverting.TestUninvertingReader.testSortedSetFloat"
-Ptests.seed=5827A2FA13E7BE3C
Based on GE 
https://ge.apache.org/scans/tests?search.relativeStartTime=P90D&search.rootProjectNames=solr-root&search.timeZoneId=America%2FNew_York&tests.container=org.apache.solr.uninverting.TestUninvertingReader&tests.test=testSortedSetFloat
and 
http://fucit.org/solr-jenkins-reports/history-trend-of-recent-failures.html#series/org.apache.solr.uninverting.TestUninvertingReader.testSortedSetInteger
(notice looking at testSortedSetFloat vs testSortedSetInteger)
these test methods on this suite have failed in the past since the
start of this year.  I ran a "git bisect" exploration and the test
broke as of SOLR-17097: Upgrade Solr to use Lucene 9.9.2 (#2176).
That shipped in Solr 9.5.  I wish we had reproducer-detection /
alerts.  I'll file a JIRA issue for this bug.

As to the seriousness... well this affects anyone using our Legacy
numerics (vs Points) and who uninverts them (i.e. didn't enable
docValues, which people _should_ be doing but it's easy to forget).

The Smoketest passed for me when I ran it a second time.

On Thu, Apr 25, 2024 at 7:04 PM Tomás Fernández Löbbe
<tomasflo...@gmail.com> wrote:
>
> +1 (binding)
>
> SUCCESS! [0:46:03.145181]
>
> On Thu, Apr 25, 2024 at 12:39 PM Anshum Gupta <ans...@apache.org> wrote:
>
> > +1 (binding)
> >
> > Only ran the smoke tester and basic searching/indexing.
> >
> > On Tue, Apr 23, 2024 at 10:36 AM Gus Heck <gus.h...@gmail.com> wrote:
> >
> > > Please vote for release candidate 1 for Solr 9.6.0
> > >
> > > The artifacts can be downloaded from:
> > >
> > >
> > https://dist.apache.org/repos/dist/dev/solr/solr-9.6.0-RC1-rev-f8e5a93c11267e13b7b43005a428bfb910ac6e57
> > >
> > > 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.6.0-RC1-rev-f8e5a93c11267e13b7b43005a428bfb910ac6e57
> > >
> > > 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-9.6.0-RC1-rev-f8e5a93c11267e13b7b43005a428bfb910ac6e57/solr
> > > &&
> > > <
> > https://dist.apache.org/repos/dist/dev/solr/solr-9.6.0-RC1-rev-f8e5a93c11267e13b7b43005a428bfb910ac6e57/solr&&;
> > >
> > > \
> > >   docker build
> > $SOLR_DOWNLOAD_SERVER/9.6.0/docker/Dockerfile.official-full
> > > \
> > >     --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > >     -t solr-rc:9.6.0-1 && \
> > >   docker build
> > $SOLR_DOWNLOAD_SERVER/9.6.0/docker/Dockerfile.official-slim
> > > \
> > >     --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > >     -t solr-rc:9.6.0-1-slim
> > >
> > > The vote will be open for at least 72 hours i.e. until 2024-04-26 06:00
> > > UTC.
> > >
> > > [ ] +1  approve
> > > [ ] +0  no opinion
> > > [ ] -1  disapprove (and reason why)
> > >
> > > Here is my +1
> > >
> > >
> > > --
> > > http://www.needhamsoftware.com (work)
> > > https://a.co/d/b2sZLD9 (my fantasy fiction book)
> > >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
For additional commands, e-mail: dev-h...@solr.apache.org

Reply via email to