Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-5587

TestSimpleTextDocValuesFormat.testMergeStability -seed 161C8BDA82B2190F

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.8, 6.0
    • None
    • None
    • New

    Description

      Fails with this:

      java.lang.AssertionError: expected:<{null=91, dat=39791, gen=36, pst=24, inf=697, fld=14434}> but was:<{null=91, dat=39792, gen=36, pst=24, inf=697, fld=14434}>
      	at __randomizedtesting.SeedInfo.seed([161C8BDA82B2190F:6250CDF58F581BB9]:0)
      	at org.junit.Assert.fail(Assert.java:93)
      	at org.junit.Assert.failNotEquals(Assert.java:647)
      	at org.junit.Assert.assertEquals(Assert.java:128)
      	at org.junit.Assert.assertEquals(Assert.java:147)
      	at org.apache.lucene.index.BaseIndexFileFormatTestCase.testMergeStability(BaseIndexFileFormatTestCase.java:111)
      	at org.apache.lucene.index.BaseDocValuesFormatTestCase.testMergeStability(BaseDocValuesFormatTestCase.java:70)
      

      I'm digging ... it's because we add the DV fields in a different order for the 2nd index ... not sure why the other DVFs aren't affected (or maybe they are).

      Attachments

        1. LUCENE-5587.patch
          16 kB
          Michael McCandless

        Activity

          People

            mikemccand Michael McCandless
            mikemccand Michael McCandless
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: