[ 
https://issues.apache.org/jira/browse/SOLR-12932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670078#comment-16670078
 ] 

Kevin Risden commented on SOLR-12932:
-------------------------------------

Test: SolrCoreTest#testReloadLeak
{code:java}
NOTE: reproduce with: ant test  -Dtestcase=SolrCoreTest 
-Dtests.method=testReloadLeak -Dtests.seed=153A4F27CDF7F30F -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=vi-VN -Dtests.timezone=America/Denver 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.81s J3 | SolrCoreTest.testReloadLeak <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=18166, name=testReloadLeak-7844-thread-1, 
state=RUNNABLE, group=TGRP-SolrCoreTest]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([153A4F27CDF7F30F:9792FAE9140ECF29]:0)
   [junit4]    > Caused by: 
org.apache.solr.update.SolrCoreState$CoreIsClosedException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([153A4F27CDF7F30F]:0)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2003)
   [junit4]    >        at 
org.apache.solr.core.SolrCoreTest$NewSearcherRunnable.run(SolrCoreTest.java:311)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748){code}

> ant test (without badapples=false) should pass easily for developers.
> ---------------------------------------------------------------------
>
>                 Key: SOLR-12932
>                 URL: https://issues.apache.org/jira/browse/SOLR-12932
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Tests
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Major
>
> If we fix the tests we will end up here anyway, but we can shortcut this.
> Once I get my first patch in, anyone who mentions a test that fails locally 
> for them at any time (not jenkins), I will fix it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to