Build:
https://ci-builds.apache.org/job/Lucene/job/Lucene-NightlyTests-main/1315/
6 tests failed.
FAILED:
org.apache.lucene.backward_index.TestBinaryBackwardsCompatibility.testSearchOldIndex
{Lucene-Version:9.10.1; Pattern: unsupported.%1$s-cfs.zip}
Error Message:
java.lang.AssertionError: In
Build: https://jenkins.thetaphi.de/job/Lucene-9.x-Linux/15987/
Java: 64bit/openj9/jdk-11.0.20 -XX:+UseCompressedOops -Xgcpolicy:balanced
5 tests failed.
FAILED:
org.apache.lucene.index.TestFilterIndexInput.testRawFilterIndexInputRead
Error Message:
java.io.IOException: Invalid vInt detected (to
Hmm this failure looks not great.
I tried the "Reproduce with:" for one of the failures (see below) but it
fails to run any tests at all? Maybe because of the cool parameterized
testing we now have for our back compat tests? If I remove the "{...}"
pattern then the failures do repro.
./gradlew
Build: https://jenkins.thetaphi.de/job/Lucene-9.x-Linux/15993/
Java: 64bit/hotspot/jdk-17.0.9 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED:
org.apache.lucene.search.TestByteVectorSimilarityQuery.testVectorsAboveSimilarity
Error Message:
java.lang.AssertionError: expected:<165> but
This is me. We missed the 9.10.1 version in the 9x branch and the main
branch. So, I added it. But, obviously, I didn't think about generating all
the bwc indices that we didn't generate when that release was pushed.
We can remove it, I would just need to adjust some new BWC tests I added
that wer
I think gradle may not be able to filter out this test - it is the test's
name in JUnit and, in theory, it should be possible to filter it out, JUnit
4 is fairly basic in terms of test filtering and tools have their own
approach to this - I guess it's a corner case somewhere.
D.
On Tue, Apr 2, 20
Build: https://jenkins.thetaphi.de/job/Lucene-main-MacOSX/11162/
Java: 64bit/hotspot/jdk-21.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC
All tests passed
-
To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org
For additio
Build: https://jenkins.thetaphi.de/job/Lucene-9.x-Linux/16000/
Java: 64bit/openj9/jdk-11.0.20 -XX:-UseCompressedOops -Xgcpolicy:balanced
5 tests failed.
FAILED: org.apache.lucene.index.TestFilterIndexInput.testRawIndexInputRead
Error Message:
java.lang.AssertionError: expected:<45884592376200642
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-NightlyTests-9.x/873/
6 tests failed.
FAILED:
org.apache.lucene.backward_index.TestBinaryBackwardsCompatibility.testReadNMinusTwoCommit
{Lucene-Version:9.10.1; Pattern: unsupported.%1$s-cfs.zip}
Error Message:
java.lang.AssertionError:
Build: https://jenkins.thetaphi.de/job/Lucene-9.x-Linux/16001/
Java: 64bit/openj9/jdk-11.0.20 -XX:-UseCompressedOops -Xgcpolicy:balanced
5 tests failed.
FAILED: org.apache.lucene.index.TestFilterIndexInput.testByteArrayDataInput
Error Message:
java.lang.RuntimeException: Invalid vInt detected (t
10 matches
Mail list logo