Shai Erera created LUCENE-4646:
----------------------------------

             Summary: TestFieldCacheSanityChecker.testInsanity1 failure
                 Key: LUCENE-4646
                 URL: https://issues.apache.org/jira/browse/LUCENE-4646
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Shai Erera


I've hit this while running tests:

{noformat}
[junit4:junit4] Suite: org.apache.lucene.util.TestFieldCacheSanityChecker
[junit4:junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFieldCacheSanityChecker -Dtests.method=testInsanity1 
-Dtests.seed=7E0EF33CC742369A -Dtests.slow=true -Dtests.locale=sr_RS_Latn 
-Dtests.timezone=ECT -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 1.30s J0 | TestFieldCacheSanityChecker.testInsanity1 <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: wrong number of 
entries in cache error expected:<2> but was:<4>
[junit4:junit4]    >    at 
__randomizedtesting.SeedInfo.seed([7E0EF33CC742369A:15B02AB0AB1CB68A]:0)
[junit4:junit4]    >    at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    >    at org.junit.Assert.failNotEquals(Assert.java:647)
[junit4:junit4]    >    at org.junit.Assert.assertEquals(Assert.java:128)
[junit4:junit4]    >    at org.junit.Assert.assertEquals(Assert.java:472)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestFieldCacheSanityChecker.testInsanity1(TestFieldCacheSanityChecker.java:135)
{noformat}

Failed to reproduce with the seed w/ and w/o tests.method. Tried w/ 
tetss.iters=100, but did not reproduce either.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to