Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I noticed two tests were consistently failing with latest head of master branch (https://github.com/apache/lucene-solr/tree/4d7b2aebfe01e2a8d0407c179238bb5e092b8d2a):
Reproduce with
./gradlew clean; ./gradlew :solr:core:test --tests "org.apache.solr.core.TestCodecSupport.testDynamicFieldsDocValuesFormats" -Ptests.jvms=6 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70C20159183C205E -Ptests.file.encoding=US-ASCII
Error stacktrace
2> 3655 INFO (TEST-TestCodecSupport.testDynamicFieldsDocValuesFormats-seed#[70C20159183C205E]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDynamicFieldsDocValuesFormats > org.junit.ComparisonFailure: expected:<Lucene[9]0> but was:<Lucene[8]0> > at __randomizedtesting.SeedInfo.seed([70C20159183C205E:90115F9F0EA2960A]:0) > at org.junit.Assert.assertEquals(Assert.java:117) > at org.junit.Assert.assertEquals(Assert.java:146) > at org.apache.solr.core.TestCodecSupport.testDynamicFieldsDocValuesFormats(TestCodecSupport.java:89)
Reproduce with
./gradlew clean; ./gradlew :solr:core:test --tests "org.apache.solr.core.TestCodecSupport.testDocValuesFormats" -Ptests.jvms=6 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70C20159183C205E -Ptests.file.encoding=US-ASCII
Error stacktrace
2> 4261 INFO (TEST-TestCodecSupport.testDocValuesFormats-seed#[70C20159183C205E]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDocValuesFormats > org.junit.ComparisonFailure: expected:<Lucene[9]0> but was:<Lucene[8]0> > at __randomizedtesting.SeedInfo.seed([70C20159183C205E:7C99C9EBF03D80A1]:0) > at org.junit.Assert.assertEquals(Assert.java:117) > at org.junit.Assert.assertEquals(Assert.java:146) > at org.apache.solr.core.TestCodecSupport.testDocValuesFormats(TestCodecSupport.java:65)
Attachments
Issue Links
- is broken by
-
LUCENE-9705 Move all codec formats to the o.a.l.codecs.Lucene90 package
- Closed
- links to