Wild guess: it's coming from a test that seems to deal with dates -- maybe it's code that uses a DateFormatter (parsing or formating) in a non-ThreadSafe way?
in which case it may be likely to show up in parallel tests but not when running tests individually : Date: Thu, 23 Sep 2010 08:37:36 -0400 : From: Robert Muir <[email protected]> : Reply-To: [email protected] : To: [email protected] : Subject: Re: Build failed in Hudson: Solr-3.x #111 : : On Thu, Sep 23, 2010 at 1:32 AM, Apache Hudson Server < : [email protected]> wrote: : : > [junit] Testsuite: org.apache.solr.handler.dataimport.TestEvaluatorBag : > [junit] Testcase: : > testGetDateFormatEvaluator(org.apache.solr.handler.dataimport.TestEvaluatorBag): : > Caused an ERROR : > [junit] expected:<2010-09-21 [10]:31> but was:<2010-09-21 [09]:31> : > [junit] at : > org.apache.solr.handler.dataimport.TestEvaluatorBag.testGetDateFormatEvaluator(TestEvaluatorBag.java:131) : > [junit] at : > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:704) : > [junit] at : > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:677) : > [junit] : > [junit] : > [junit] Tests run: 5, Failures: 0, Errors: 1, Time elapsed: 0.039 sec : > [junit] : > [junit] ------------- Standard Output --------------- : > [junit] NOTE: random locale of testcase 'testGetDateFormatEvaluator' : > was: fr_BE : > [junit] NOTE: random timezone of testcase 'testGetDateFormatEvaluator' : > was: PLT : > [junit] ------------- ---------------- --------------- : > [junit] TEST org.apache.solr.handler.dataimport.TestEvaluatorBag FAILED : > : : Some kind of race condition? I seem to hit this error randomly sometimes, : but I can never reproduce it, even with same locale/timezone. : : -- : Robert Muir : [email protected] : -Hoss -- http://lucenerevolution.org/ ... October 7-8, Boston http://bit.ly/stump-hoss ... Stump The Chump! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
