[ https://issues.apache.org/jira/browse/LUCENE-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065337#comment-13065337 ]
Uwe Schindler commented on LUCENE-3314: --------------------------------------- The "bug" is a feature of the test: The test iterates the enum until it returns null. After it returned null (end of enum), it calls again next() and asserts it still returns null. And that is where it fails, it looks like a new bug in MultiTermsEnum. > TestNumericRangeQuery test failure > ---------------------------------- > > Key: LUCENE-3314 > URL: https://issues.apache.org/jira/browse/LUCENE-3314 > Project: Lucene - Java > Issue Type: Bug > Affects Versions: 4.0 > Reporter: Robert Muir > > https://builds.apache.org/view/G-L/view/Lucene/job/Lucene-trunk/1624/testReport/org.apache.lucene.search/TestNumericRangeQuery32/testEnum/ > ant test -Dtestcase=TestNumericRangeQuery32 -Dtestmethod=testEnum > -Dtests.seed=-3603272894684698645:-1998239306864854687 -Dtests.multiplier=3 > -Dtests.nightly=true -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org