Now that I think of it the changes to LuceneTestCase may be blamed for
some of these errors because the uncaught exceptions rule is above the
routine where lingering threads are interrupted. It was the opposite
order before (understandably).

The good news is that I don't see any recent errors on the LUCENE-3808
branch (merged with current trunk), where threads are handled
internally by the runner.

I'll see what I can do about the issue above in trunk.

Dawid

On Wed, Mar 14, 2012 at 5:50 AM, Apache Jenkins Server
<[email protected]> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12736/
>
> 1 tests failed.
> FAILED:  junit.framework.TestSuite.org.apache.solr.TestGroupingSearch
>
> Error Message:
> Uncaught exception by thread: Thread[TimeLimitedCollector timer thread,5,]
>
> Stack Trace:
> org.apache.lucene.util.UncaughtExceptionsRule$UncaughtExceptionsInBackgroundThread:
>  Uncaught exception by thread: Thread[TimeLimitedCollector timer thread,5,]
>        at 
> org.apache.lucene.util.UncaughtExceptionsRule$1.evaluate(UncaughtExceptionsRule.java:60)
>        at 
> org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:21)
>        at 
> org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> Caused by: org.apache.lucene.util.ThreadInterruptedException: 
> java.lang.InterruptedException: sleep interrupted
>        at 
> org.apache.lucene.search.TimeLimitingCollector$TimerThread.run(TimeLimitingCollector.java:268)
> Caused by: java.lang.InterruptedException: sleep interrupted
>        at java.lang.Thread.sleep(Native Method)
>        at 
> org.apache.lucene.search.TimeLimitingCollector$TimerThread.run(TimeLimitingCollector.java:266)
>
>
>
>
> Build Log (for compile errors):
> [...truncated 9456 lines...]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]

<<attachment: LUCENE-3808.png>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to