Just some more info: i took away the seed and used -Dtests.iter=100 on this test:
JAVA5: [junit] Testsuite: org.apache.lucene.util.TestOpenBitSet [junit] Tests run: 400, Failures: 0, Errors: 23, Time elapsed: 21.793 sec JAVA6: junit-sequential: [junit] Testsuite: org.apache.lucene.util.TestOpenBitSet [junit] Tests run: 400, Failures: 0, Errors: 0, Time elapsed: 19.719 sec so this test fails 23% of the time on java5. The reason we never caught it, is that java5 is unmaintained and we cannot even test it in hudson... aka we cannot support this monster anymore!!!! On Fri, Jun 24, 2011 at 11:02 AM, Robert Muir <rcm...@gmail.com> wrote: > On Fri, Jun 24, 2011 at 10:54 AM, Uwe Schindler <u...@thetaphi.de> wrote: >> The OpenBitSet test is in all cases serious (vs. the skiplist test is a test >> bug, that true). >> >> The AIOOBE is caused inside OpenBitSet and that should never ever happen, >> even if you use it incorrectly! > > Its not clear that its that serious, it only fails with java 5 for me > (not java 6) :) > > Looks like a bug in java 5... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org