[ 
https://issues.apache.org/jira/browse/LUCENE-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972410#action_12972410
 ] 

Robert Muir commented on LUCENE-2817:
-------------------------------------

junit-sequential:
    [junit] Testsuite: org.apache.lucene.index.TestCodecs
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.492 sec
    [junit]
    [junit] ------------- Standard Error -----------------
    [junit] NOTE: reproduce with: ant test -Dtestcase=TestCodecs 
-Dtestmethod=testBulkPostingsBufferReuse 
-Dtests.seed=8878914233730236058:-5578535381307601353
    [junit] NOTE: test params are: codec=RandomCodecProvider: 
{field=SimpleText}, locale=mk, timezone=America/Indiana/Tell_City
    [junit] NOTE: all tests run in this JVM:
    [junit] [TestCodecs]
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: 
testBulkPostingsBufferReuse(org.apache.lucene.index.TestCodecs):  FAILED
    [junit] 
expected:<org.apache.lucene.index.codecs.simpletext.simpletextfieldsreader$simpletextbulkpostingse...@1a42792>
 
but 
was:<org.apache.lucene.index.codecs.simpletext.simpletextfieldsreader$simpletextbulkpostingse...@2200d5>
    [junit] junit.framework.AssertionFailedError: 
expected:<org.apache.lucene.index.codecs.simpletext.simpletextfieldsreader$simpletextbulkpostingse...@1a42792>
 
but 
was:<org.apache.lucene.index.codecs.simpletext.simpletextfieldsreader$simpletextbulkpostingse...@2200d5>
    [junit]     at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1043)
    [junit]     at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:981)
    [junit]     at 
org.apache.lucene.index.TestCodecs.testBulkPostingsBufferReuse(TestCodecs.java:671)
    [junit]
    [junit]
    [junit] Test org.apache.lucene.index.TestCodecs FAILED


> SimpleText has a bulk enum buffer reuse bug
> -------------------------------------------
>
>                 Key: LUCENE-2817
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2817
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Codecs
>    Affects Versions: Bulk Postings branch
>            Reporter: Robert Muir
>
> testBulkPostingsBufferReuse fails with SimpleText codec.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to