[ 
https://issues.apache.org/jira/browse/SOLR-15181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Potter updated SOLR-15181:
----------------------------------
    Fix Version/s: master (9.0)
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> TestCodecSupport.testDynamicFieldsDocValuesFormats & 
> TestCodecSupport.testDocValuesFormats are failing
> ------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-15181
>                 URL: https://issues.apache.org/jira/browse/SOLR-15181
>             Project: Solr
>          Issue Type: Test
>            Reporter: Zach Chen
>            Assignee: Timothy Potter
>            Priority: Major
>             Fix For: master (9.0)
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> I noticed two tests were consistently failing with latest head of master 
> branch 
> (https://github.com/apache/lucene-solr/tree/4d7b2aebfe01e2a8d0407c179238bb5e092b8d2a):
> Reproduce with 
> {code:java}
> ./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
> {code}
> Error stacktrace
> {code:java}
>  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)
> {code}
>  
> Reproduce with
> {code:java}
> ./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{code}
> Error stacktrace
> {code:java}
>  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)
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to