Hmmm this means a bug is lurking. This is the power of random testing (that every time we all run tests, we're testing different "paths" through the code)....
It seems exceptionally unlikely that LUCENE-2537's changes would cause this! But, unfortunately, when I plug that seed in I don't see it fail, which is odd. I'll run a stress test to see if I can tickle the bug... can you open a Jira issue so we don't lose track? Mike On Mon, Jul 26, 2010 at 2:57 AM, Shai Erera <[email protected]> wrote: > Hi > > I was running tests on trunk (after merging the changes from LUCENE-2537) > and received this error message: > > expected:<true> but was:<false> > > junit.framework.AssertionFailedError: expected: but was: > at > org.apache.lucene.util.automaton.TestUTF32ToUTF8.assertAutomaton(TestUTF32ToUTF8.java:197) > at > org.apache.lucene.util.automaton.TestUTF32ToUTF8.testRandomRegexes(TestUTF32ToUTF8.java:170) > at org.apache.lucene.util.LuceneTestCase.runBare(LuceneTestCase.java:285) > > NOTE: random seed of testcase 'testRandomRegexes' was: 3510820306304573866 > > I'm sure it's related to my changes. Has anyone else seen this before? > > Shai > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
