On Wed, Mar 14, 2012 at 5:53 PM, Dawid Weiss <[email protected]> wrote: > I can't explain the stack trace though... How is this possible? > >>> junit.framework.AssertionFailedError >>> at >>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:164) >>> at >>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57) >>> at >>> org.apache.lucene.util.UncaughtExceptionsRule$1.evaluate(UncaughtExceptionsRule.java:51) >>> at >>> org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:21) >>> at >>> org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22) >>> at >>> org.apache.lucene.util.PagedBytes$Reader.fillSliceWithPrefix(PagedBytes.java:212) > > How come it descends from PagedBytes into > SystemPropertiesInvariantRule and further on into LTCR?
I see this too when I run tests locally.... it's weird. Mike McCandless http://blog.mikemccandless.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
