[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-11-02 Thread JIRA


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

Tomás Fernández Löbbe edited comment on SOLR-12932 at 11/2/18 9:50 PM:
---

{{ZookeeperStatusHandlerTest}} hang for me. I have a full thread dump, but this 
is the only interesting thread:
{code:java}
"SUITE-ZookeeperStatusHandlerTest-seed#[DC3BEA1CE6C3BFE0]-worker" #874 prio=5 
os_prio=31 tid=0x7f8d2ba09800 nid=0x19217 runnable [0x7c894000]
   java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
- locked <0x0007a3c76a08> (a java.io.InputStreamReader)
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.BufferedReader.fill(BufferedReader.java:161)
at java.io.BufferedReader.readLine(BufferedReader.java:324)
- locked <0x0007a3c76a08> (a java.io.InputStreamReader)
at java.io.BufferedReader.readLine(BufferedReader.java:389)
at 
org.apache.solr.cloud.ZkTestServer.send4LetterWord(ZkTestServer.java:703)
at 
org.apache.solr.cloud.ZkTestServer.waitForServerUp(ZkTestServer.java:650)
at org.apache.solr.cloud.ZkTestServer.run(ZkTestServer.java:584)
at org.apache.solr.cloud.ZkTestServer.run(ZkTestServer.java:514)
at 
org.apache.solr.cloud.MiniSolrCloudCluster.(MiniSolrCloudCluster.java:245)
at 
org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:201)
at 
org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:193)
at 
org.apache.solr.handler.admin.ZookeeperStatusHandlerTest.setupCluster(ZookeeperStatusHandlerTest.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:875)
at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
{code}


was (Author: tomasflobbe):
{{ZookeeperStatusHandlerTest}} hang for me. I have a full stack trace, but this 
is the only interesting thread:
{code}

"SUITE-ZookeeperStatusHandlerTest-seed#[DC3BEA1CE6C3BFE0]-worker" #874 prio=5 
os_prio=31 tid=0x7f8d2ba09800 nid=0x19217 runnable 

[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-11-02 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 11/2/18 4:56 PM:
--

Last few builds have been clean. This most recent one had a new failure.

Commit: 91b202bad89a94d40021251e026c582f695aad69

Test: MathExpressionTest#testDistributions
{code:java}
reproduce with: ant test  -Dtestcase=MathExpressionTest 
-Dtests.method=testDistributions -Dtests.seed=F7286DC596D3A9BA 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-VE 
-Dtests.timezone=Pacific/Pago_Pago -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.09s J1 | MathExpressionTest.testDistributions <<<
   [junit4]> Throwable #1: java.lang.AssertionError
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([F7286DC596D3A9BA:48D72C6F48294926]:0)
   [junit4]>at 
org.apache.solr.client.solrj.io.stream.MathExpressionTest.testDistributions(MathExpressionTest.java:1704)
   [junit4]>at java.lang.Thread.run(Thread.java:748){code}
 Reference: risdenk/nuc#108


was (Author: risdenk):
Last few builds have been clean. This most recent one had a new failure.

Commit: 91b202bad89a94d40021251e026c582f695aad69

Test: MathExpressionTest#testDistributions

 
{code:java}
reproduce with: ant test  -Dtestcase=MathExpressionTest 
-Dtests.method=testDistributions -Dtests.seed=F7286DC596D3A9BA 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-VE 
-Dtests.timezone=Pacific/Pago_Pago -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.09s J1 | MathExpressionTest.testDistributions <<<
   [junit4]> Throwable #1: java.lang.AssertionError
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([F7286DC596D3A9BA:48D72C6F48294926]:0)
   [junit4]>at 
org.apache.solr.client.solrj.io.stream.MathExpressionTest.testDistributions(MathExpressionTest.java:1704)
   [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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-11-01 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 11/1/18 10:02 PM:
---

Commit: af0d46ac4c7f2c3975a539b69de011c02538f361

Test: TestSystemCollAutoCreate#testAutoCreate
{code:java}
reproduce with: ant test  -Dtestcase=TestSystemCollAutoCreate 
-Dtests.method=testAutoCreate -Dtests.seed=FEB73B4EC4B46883 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=sl-SI -Dtests.timezone=America/Tortola 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 32.7s J1 | TestSystemCollAutoCreate.testAutoCreate <<<
   [junit4]> Throwable #1: java.lang.AssertionError: Could not successfully 
add blob after 150 attempts. Expecting 2 items. time elapsed 15,499  output  
for url is {
   [junit4]>   "responseHeader":{
   [junit4]> "zkConnected":true,
   [junit4]> "status":0,
   [junit4]> "QTime":0},
   [junit4]>   "response":{
   [junit4]> "numFound":1,
   [junit4]> "start":0,
   [junit4]> "docs":[{
   [junit4]> "id":"test/1",
   [junit4]> "md5":"710177b50a8305661e0d0918ebf14e0a",
   [junit4]> "blobName":"test",
   [junit4]> "version":1,
   [junit4]> "timestamp":"2018-11-01T21:07:34.341Z",
   [junit4]> "size":2048}]}}
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([FEB73B4EC4B46883:C1EC8F9F72CAA1EE]:0)
   [junit4]>at 
org.apache.solr.handler.TestBlobHandler.postAndCheck(TestBlobHandler.java:140)
   [junit4]>at 
org.apache.solr.handler.TestBlobHandler.checkBlobPost(TestBlobHandler.java:102)
   [junit4]>at 
org.apache.solr.handler.TestSystemCollAutoCreate.testAutoCreate(TestSystemCollAutoCreate.java:26)
   [junit4]>at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1065)
   [junit4]>at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1039)
   [junit4]>at java.lang.Thread.run(Thread.java:748)
{code}
Reference: risdenk/nuc#72


was (Author: risdenk):
Commit: af0d46ac4c7f2c3975a539b69de011c02538f361

Test: TestSystemCollAutoCreate#testAutoCreate

 
{code:java}
reproduce with: ant test  -Dtestcase=TestSystemCollAutoCreate 
-Dtests.method=testAutoCreate -Dtests.seed=FEB73B4EC4B46883 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=sl-SI -Dtests.timezone=America/Tortola 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 32.7s J1 | TestSystemCollAutoCreate.testAutoCreate <<<
   [junit4]> Throwable #1: java.lang.AssertionError: Could not successfully 
add blob after 150 attempts. Expecting 2 items. time elapsed 15,499  output  
for url is {
   [junit4]>   "responseHeader":{
   [junit4]> "zkConnected":true,
   [junit4]> "status":0,
   [junit4]> "QTime":0},
   [junit4]>   "response":{
   [junit4]> "numFound":1,
   [junit4]> "start":0,
   [junit4]> "docs":[{
   [junit4]> "id":"test/1",
   [junit4]> "md5":"710177b50a8305661e0d0918ebf14e0a",
   [junit4]> "blobName":"test",
   [junit4]> "version":1,
   [junit4]> "timestamp":"2018-11-01T21:07:34.341Z",
   [junit4]> "size":2048}]}}
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([FEB73B4EC4B46883:C1EC8F9F72CAA1EE]:0)
   [junit4]>at 
org.apache.solr.handler.TestBlobHandler.postAndCheck(TestBlobHandler.java:140)
   [junit4]>at 
org.apache.solr.handler.TestBlobHandler.checkBlobPost(TestBlobHandler.java:102)
   [junit4]>at 
org.apache.solr.handler.TestSystemCollAutoCreate.testAutoCreate(TestSystemCollAutoCreate.java:26)
   [junit4]>at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1065)
   [junit4]>at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1039)
   [junit4]>at java.lang.Thread.run(Thread.java:748)
{code}
Reference: risdenk/nuc#72

 

> 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 

[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-11-01 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 11/1/18 10:01 PM:
---

Two failures associated with this run.

Commit: a092f1a79edbf0092f96155414215b443363c2fb

Test: ExecutePlanActionTest#testIntegration
{code:java}
NOTE: reproduce with: ant test  -Dtestcase=ExecutePlanActionTest 
-Dtests.method=testIntegration -Dtests.seed=DBF7318E39CB980F -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=he-IL -Dtests.timezone=Africa/Juba 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.92s J3 | ExecutePlanActionTest.testIntegration <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<2> but 
was:<1>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([DBF7318E39CB980F:6B963FA21CF4392A]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:224)
   [junit4]>at java.lang.Thread.run(Thread.java:748) {code}
{code:java}
reproduce with: ant test  -Dtestcase=NodeLostTriggerTest 
-Dtests.method=testListenerAcceptance -Dtests.seed=DBF7318E39CB980F 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=sr-Latn-ME 
-Dtests.timezone=America/Iqaluit -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.31s J1 | NodeLostTriggerTest.testListenerAcceptance <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([DBF7318E39CB980F:CA436B6980428CF9]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testListenerAcceptance(NodeLostTriggerTest.java:265)
   [junit4]>at java.lang.Thread.run(Thread.java:748){code}
Reference: risdenk/nuc#65


was (Author: risdenk):
Two failures associated with this run.

Commit: a092f1a79edbf0092f96155414215b443363c2fb

Test: ExecutePlanActionTest#testIntegration
{code:java}
NOTE: reproduce with: ant test  -Dtestcase=ExecutePlanActionTest 
-Dtests.method=testIntegration -Dtests.seed=DBF7318E39CB980F -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=he-IL -Dtests.timezone=Africa/Juba 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.92s J3 | ExecutePlanActionTest.testIntegration <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<2> but 
was:<1>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([DBF7318E39CB980F:6B963FA21CF4392A]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:224)
   [junit4]>at java.lang.Thread.run(Thread.java:748) {code}
{code:java}
reproduce with: ant test  -Dtestcase=NodeLostTriggerTest 
-Dtests.method=testListenerAcceptance -Dtests.seed=DBF7318E39CB980F 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=sr-Latn-ME 
-Dtests.timezone=America/Iqaluit -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.31s J1 | NodeLostTriggerTest.testListenerAcceptance <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([DBF7318E39CB980F:CA436B6980428CF9]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testListenerAcceptance(NodeLostTriggerTest.java:265)
   [junit4]>at java.lang.Thread.run(Thread.java:748){code}
Reference: risdenk/nuc#65

 

> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-11-01 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 11/1/18 10:01 PM:
---

Two failures associated with this run.

Commit: a092f1a79edbf0092f96155414215b443363c2fb

Test: ExecutePlanActionTest#testIntegration
{code:java}
NOTE: reproduce with: ant test  -Dtestcase=ExecutePlanActionTest 
-Dtests.method=testIntegration -Dtests.seed=DBF7318E39CB980F -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=he-IL -Dtests.timezone=Africa/Juba 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.92s J3 | ExecutePlanActionTest.testIntegration <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<2> but 
was:<1>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([DBF7318E39CB980F:6B963FA21CF4392A]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:224)
   [junit4]>at java.lang.Thread.run(Thread.java:748) {code}
{code:java}
reproduce with: ant test  -Dtestcase=NodeLostTriggerTest 
-Dtests.method=testListenerAcceptance -Dtests.seed=DBF7318E39CB980F 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=sr-Latn-ME 
-Dtests.timezone=America/Iqaluit -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.31s J1 | NodeLostTriggerTest.testListenerAcceptance <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([DBF7318E39CB980F:CA436B6980428CF9]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testListenerAcceptance(NodeLostTriggerTest.java:265)
   [junit4]>at java.lang.Thread.run(Thread.java:748){code}
Reference: risdenk/nuc#65

 


was (Author: risdenk):
Two failures associated with this run.

Commit: a092f1a79edbf0092f96155414215b443363c2fb

Test: ExecutePlanActionTest#testIntegration

 
{code:java}
NOTE: reproduce with: ant test  -Dtestcase=ExecutePlanActionTest 
-Dtests.method=testIntegration -Dtests.seed=DBF7318E39CB980F -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=he-IL -Dtests.timezone=Africa/Juba 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.92s J3 | ExecutePlanActionTest.testIntegration <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<2> but 
was:<1>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([DBF7318E39CB980F:6B963FA21CF4392A]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:224)
   [junit4]>at java.lang.Thread.run(Thread.java:748)
{code}
 
{code:java}
reproduce with: ant test  -Dtestcase=NodeLostTriggerTest 
-Dtests.method=testListenerAcceptance -Dtests.seed=DBF7318E39CB980F 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=sr-Latn-ME 
-Dtests.timezone=America/Iqaluit -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.31s J1 | NodeLostTriggerTest.testListenerAcceptance <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([DBF7318E39CB980F:CA436B6980428CF9]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testListenerAcceptance(NodeLostTriggerTest.java:265)
   [junit4]>at java.lang.Thread.run(Thread.java:748){code}
 

Reference: risdenk/nuc#65

 

> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-11-01 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 11/1/18 1:01 PM:
--

Two failures related again.

Commit: 8e0733bc99544da01e9e115c1b28a2a7b9c380d4

Test: ChaosMonkeyNothingIsSafeTest#test
{code:java}
reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest 
-Dtests.method=test -Dtests.seed=CD85E598152C3D2F -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=ar-BH -Dtests.timezone=US/Aleutian 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 26.9s J0 | ChaosMonkeyNothingIsSafeTest.test <<<
   [junit4]> Throwable #1: java.lang.AssertionError: document count 
mismatch.  control=1886 sum(shards)=943 cloudClient=943
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([CD85E598152C3D2F:45D1DA42BBD050D7]:0)
   [junit4]>at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1396)
   [junit4]>at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:240)
   [junit4]>at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1065)
   [junit4]>at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1039)
   [junit4]>at java.lang.Thread.run(Thread.java:748)
{code}
{code:java}
reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest 
-Dtests.seed=CD85E598152C3D2F -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=ar-BH -Dtests.timezone=US/Aleutian -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | ChaosMonkeyNothingIsSafeTest (suite) <<<
   [junit4]> Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 9 threads leaked from SUITE 
scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest: 
   [junit4]>1) Thread[id=10235, name=zkCallback-2682-thread-4, 
state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]> at sun.misc.Unsafe.park(Native Method)
   [junit4]> at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]> at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]> at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]> at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]> at java.lang.Thread.run(Thread.java:748)
   [junit4]>2) Thread[id=10230, name=zkCallback-2682-thread-3, 
state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]> at sun.misc.Unsafe.park(Native Method)
   [junit4]> at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]> at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]> at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]> at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]> at java.lang.Thread.run(Thread.java:748)
   [junit4]>3) Thread[id=10066, 
name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[CD85E598152C3D2F]-EventThread,
 state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]> at sun.misc.Unsafe.park(Native Method)
   [junit4]> at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]> at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]> at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]> at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)
   [junit4]>4) Thread[id=10065, 

[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-11-01 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 11/1/18 1:00 PM:
--

Two related failures on this run

Commit: 8e0733bc99544da01e9e115c1b28a2a7b9c380d4

Test: ChaosMonkeyNothingIsSafeTest#test
{code:java}
reproduce with: ant test -Dtestcase=ChaosMonkeyNothingIsSafeTest 
-Dtests.method=test -Dtests.seed=8A09DAB62DBF4345 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=es-MX -Dtests.timezone=Europe/London 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] FAILURE 34.7s J0 | 
ChaosMonkeyNothingIsSafeTest.test <<< [junit4] > Throwable #1: 
java.lang.AssertionError: document count mismatch. control=1560 sum(shards)=750 
cloudClient=750 [junit4] > at 
__randomizedtesting.SeedInfo.seed([8A09DAB62DBF4345:25DE56C83432EBD]:0) 
[junit4] > at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1396)
 [junit4] > at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:240)
 [junit4] > at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1065)
 [junit4] > at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1039)
 [junit4] > at java.lang.Thread.run(Thread.java:748)
{code}
{code:java}
 reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest 
-Dtests.seed=8A09DAB62DBF4345 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=es-MX -Dtests.timezone=Europe/London -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | ChaosMonkeyNothingIsSafeTest (suite) <<<
   [junit4]> Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 8 threads leaked from SUITE 
scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest: 
   [junit4]>1) Thread[id=6981, name=zkCallback-1984-thread-4, 
state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]> at sun.misc.Unsafe.park(Native Method)
   [junit4]> at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]> at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]> at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]> at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]> at java.lang.Thread.run(Thread.java:748)
   [junit4]>2) Thread[id=6885, name=zkCallback-1984-thread-2, 
state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]> at sun.misc.Unsafe.park(Native Method)
   [junit4]> at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]> at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]> at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]> at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]> at java.lang.Thread.run(Thread.java:748)
   [junit4]>3) Thread[id=6792, 
name=zkConnectionManagerCallback-1985-thread-1, state=WAITING, 
group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]> at sun.misc.Unsafe.park(Native Method)
   [junit4]> at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]> at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]> at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]> at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   

[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-10-31 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 11/1/18 1:03 AM:
--

New commit hash failure but looks like there is already a commit to handle this 
that wasn't in this run. New commit should get picked up in next test run.

Commit: 7fcd15843fed53ba7ce7ba8c2f1bf0d030d272f8

Test: NodeMarkersRegistrationTest#testNodeMarkersRegistration
{code:java}
reproduce with: ant test  -Dtestcase=NodeMarkersRegistrationTest 
-Dtests.method=testNodeMarkersRegistration -Dtests.seed=E9977750024DB50B 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-MX 
-Dtests.timezone=Pacific/Ponape -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.25s J2 | 
NodeMarkersRegistrationTest.testNodeMarkersRegistration <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([E9977750024DB50B:F12DFF5C0C7878E4]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.NodeMarkersRegistrationTest.testNodeMarkersRegistration(NodeMarkersRegistrationTest.java:113)
   [junit4]>at java.lang.Thread.run(Thread.java:748){code}


was (Author: risdenk):
New commit hash failure but looks like there is already a commit to handle 
this. New commit should get picked up in next test run.

Commit: 7fcd15843fed53ba7ce7ba8c2f1bf0d030d272f8

Test: NodeMarkersRegistrationTest#testNodeMarkersRegistration
{code:java}
reproduce with: ant test  -Dtestcase=NodeMarkersRegistrationTest 
-Dtests.method=testNodeMarkersRegistration -Dtests.seed=E9977750024DB50B 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-MX 
-Dtests.timezone=Pacific/Ponape -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.25s J2 | 
NodeMarkersRegistrationTest.testNodeMarkersRegistration <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([E9977750024DB50B:F12DFF5C0C7878E4]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.NodeMarkersRegistrationTest.testNodeMarkersRegistration(NodeMarkersRegistrationTest.java:113)
   [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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-10-31 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 10/31/18 1:06 PM:
---

Test: ExecutePlanActionTest#testIntegration
{code:java}
NOTE: reproduce with: ant test  -Dtestcase=ExecutePlanActionTest 
-Dtests.method=testIntegration -Dtests.seed=C96AD1F563B86BE2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=es-VE -Dtests.timezone=America/Ensenada 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 2.56s J0 | ExecutePlanActionTest.testIntegration <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<2> but 
was:<1>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([C96AD1F563B86BE2:790BDFD94687CAC7]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:224)
   [junit4]>at java.lang.Thread.run(Thread.java:748){code}


was (Author: risdenk):
Test: ExecutePlanActionTest
{code:java}
NOTE: reproduce with: ant test  -Dtestcase=ExecutePlanActionTest 
-Dtests.method=testIntegration -Dtests.seed=C96AD1F563B86BE2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=es-VE -Dtests.timezone=America/Ensenada 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 2.56s J0 | ExecutePlanActionTest.testIntegration <<<
   [junit4]> Throwable #1: java.lang.AssertionError: expected:<2> but 
was:<1>
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([C96AD1F563B86BE2:790BDFD94687CAC7]:0)
   [junit4]>at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:224)
   [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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-10-31 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 10/31/18 1:06 PM:
---

Test: TestPKIAuthenticationPlugin#test
{code:java}
reproduce with: ant test -Dtestcase=TestPKIAuthenticationPlugin 
-Dtests.method=test -Dtests.seed=4FE78DD4E91611D9 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=ar-BH -Dtests.timezone=Asia/Kabul 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 10.7s J0 | 
TestPKIAuthenticationPlugin.test <<< [junit4] > Throwable #1: 
java.lang.NullPointerException [junit4] > at 
__randomizedtesting.SeedInfo.seed([4FE78DD4E91611D9:C7B3B20E47EA7C21]:0) 
[junit4] > at 
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:105)
 [junit4] > at java.lang.Thread.run(Thread.java:748){code}


was (Author: risdenk):
Test: TestPKIAuthenticationPlugin
{noformat}
reproduce with: ant test -Dtestcase=TestPKIAuthenticationPlugin 
-Dtests.method=test -Dtests.seed=4FE78DD4E91611D9 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=ar-BH -Dtests.timezone=Asia/Kabul 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
 [junit4] ERROR 10.7s J0 | TestPKIAuthenticationPlugin.test <<<
 [junit4] > Throwable #1: java.lang.NullPointerException
 [junit4] > at 
__randomizedtesting.SeedInfo.seed([4FE78DD4E91611D9:C7B3B20E47EA7C21]:0)
 [junit4] > at 
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:105)
 [junit4] > at java.lang.Thread.run(Thread.java:748){noformat}

> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-10-31 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 10/31/18 1:06 PM:
---

Test: TestCollectionsAPIViaSolrCloudCluster#testCollectionCreateSearchDelete
{code:java}
reproduce with: ant test  -Dtestcase=TestCollectionsAPIViaSolrCloudCluster 
-Dtests.method=testCollectionCreateSearchDelete -Dtests.seed=879612B1BD020602 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fr-LU 
-Dtests.timezone=Canada/Yukon -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
01:16:51[junit4] ERROR   8.48s J7 | 
TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete <<<
01:16:51[junit4]> Throwable #1: 
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at https://127.0.0.1:35461/solr/testcollection_shard1_replica_n2: 
Expected mime type application/octet-stream but got text/html. 
01:16:51[junit4]> 
01:16:51[junit4]> 
01:16:51[junit4]> Error 404 Can not find: 
/solr/testcollection_shard1_replica_n2/update
01:16:51[junit4]> 
01:16:51[junit4]> HTTP ERROR 404
01:16:51[junit4]> Problem accessing 
/solr/testcollection_shard1_replica_n2/update. Reason:
01:16:51[junit4]> Can not find: 
/solr/testcollection_shard1_replica_n2/updatehttp://eclipse.org/jetty;>Powered by Jetty:// 9.4.11.v20180605
01:16:51[junit4]> 
01:16:51[junit4]> 
01:16:51[junit4]>   at 
__randomizedtesting.SeedInfo.seed([879612B1BD020602:246CBC143AEAECA7]:0)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:237)
01:16:51[junit4]>   at 
org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:181)
01:16:51[junit4]>   at java.lang.Thread.run(Thread.java:748)
01:16:51[junit4]> Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:35461/solr/testcollection_shard1_replica_n2: 
Expected mime type application/octet-stream but got text/html. 
01:16:51[junit4]> 
01:16:51[junit4]> 
01:16:51[junit4]> Error 404 Can not find: 
/solr/testcollection_shard1_replica_n2/update
01:16:51[junit4]> 
01:16:51[junit4]> HTTP ERROR 404
01:16:51[junit4]> Problem accessing 
/solr/testcollection_shard1_replica_n2/update. Reason:
01:16:51[junit4]> Can not find: 
/solr/testcollection_shard1_replica_n2/updatehttp://eclipse.org/jetty;>Powered by Jetty:// 9.4.11.v20180605
01:16:51[junit4]> 
01:16:51[junit4]> 
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
01:16:51[junit4]>   at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
01:16:51[junit4]>   at 

[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-10-31 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 10/31/18 1:06 PM:
---

Test: AutoAddReplicasPlanActionTest#testSimple
{code:java}
reproduce with: ant test  -Dtestcase=AutoAddReplicasPlanActionTest 
-Dtests.method=testSimple -Dtests.seed=76A7FA053BF740C5 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=fr -Dtests.timezone=Asia/Baku 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
00:46:11[junit4] ERROR   37.4s J5 | 
AutoAddReplicasPlanActionTest.testSimple <<<
00:46:11[junit4]> Throwable #1: java.util.concurrent.TimeoutException
00:46:11[junit4]>   at 
__randomizedtesting.SeedInfo.seed([76A7FA053BF740C5:4E14DEFB1C049414]:0)
00:46:11[junit4]>   at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1512)
00:46:11[junit4]>   at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.waitForNodeLeave(AutoAddReplicasPlanActionTest.java:188)
00:46:11[junit4]>   at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:114)
00:46:11[junit4]>   at java.lang.Thread.run(Thread.java:748){code}


was (Author: risdenk):
Test: AutoAddReplicasPlanActionTest
{code:java}
reproduce with: ant test  -Dtestcase=AutoAddReplicasPlanActionTest 
-Dtests.method=testSimple -Dtests.seed=76A7FA053BF740C5 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=fr -Dtests.timezone=Asia/Baku 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
00:46:11[junit4] ERROR   37.4s J5 | 
AutoAddReplicasPlanActionTest.testSimple <<<
00:46:11[junit4]> Throwable #1: java.util.concurrent.TimeoutException
00:46:11[junit4]>   at 
__randomizedtesting.SeedInfo.seed([76A7FA053BF740C5:4E14DEFB1C049414]:0)
00:46:11[junit4]>   at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1512)
00:46:11[junit4]>   at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.waitForNodeLeave(AutoAddReplicasPlanActionTest.java:188)
00:46:11[junit4]>   at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:114)
00:46:11[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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-10-31 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 10/31/18 12:58 PM:


Test: AutoAddReplicasPlanActionTest
{code:java}
reproduce with: ant test  -Dtestcase=AutoAddReplicasPlanActionTest 
-Dtests.method=testSimple -Dtests.seed=76A7FA053BF740C5 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=fr -Dtests.timezone=Asia/Baku 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
00:46:11[junit4] ERROR   37.4s J5 | 
AutoAddReplicasPlanActionTest.testSimple <<<
00:46:11[junit4]> Throwable #1: java.util.concurrent.TimeoutException
00:46:11[junit4]>   at 
__randomizedtesting.SeedInfo.seed([76A7FA053BF740C5:4E14DEFB1C049414]:0)
00:46:11[junit4]>   at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1512)
00:46:11[junit4]>   at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.waitForNodeLeave(AutoAddReplicasPlanActionTest.java:188)
00:46:11[junit4]>   at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:114)
00:46:11[junit4]>   at java.lang.Thread.run(Thread.java:748){code}


was (Author: risdenk):
Test: AutoAddReplicasPlanActionTest
{noformat}
reproduce with: ant test -Dtestcase=AutoAddReplicasPlanActionTest 
-Dtests.method=testSimple -Dtests.seed=76A7FA053BF740C5 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=fr -Dtests.timezone=Asia/Baku 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII 00:46:11 [junit4] ERROR 
37.4s J5 | AutoAddReplicasPlanActionTest.testSimple <<< 00:46:11 [junit4] > 
Throwable #1: java.util.concurrent.TimeoutException 00:46:11 [junit4] > at 
__randomizedtesting.SeedInfo.seed([76A7FA053BF740C5:4E14DEFB1C049414]:0) 
00:46:11 [junit4] > at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1512)
 00:46:11 [junit4] > at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.waitForNodeLeave(AutoAddReplicasPlanActionTest.java:188)
 00:46:11 [junit4] > at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:114)
 00:46:11 [junit4] > at java.lang.Thread.run(Thread.java:748)
{noformat}

> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-10-31 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 10/31/18 12:57 PM:


 Test: DistribCursorPagingTest
{noformat}
reproduce with: ant test  -Dtestcase=DistribCursorPagingTest 
-Dtests.method=test -Dtests.seed=87B400F0180614A3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=sq-AL -Dtests.timezone=Etc/GMT+9 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
23:47:46[junit4] FAILURE 19.4s J7 | DistribCursorPagingTest.test <<<
23:47:46[junit4]> Throwable #1: junit.framework.AssertionFailedError: 
.facet_counts.facet_fields.str.x:0!=null
23:47:46[junit4]>   at 
__randomizedtesting.SeedInfo.seed([87B400F0180614A3:FE03F2AB6FA795B]:0)
23:47:46[junit4]>   at junit.framework.Assert.fail(Assert.java:50)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:985)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1012)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:666)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:629)
23:47:46[junit4]>   at 
org.apache.solr.cloud.DistribCursorPagingTest.doSimpleTest(DistribCursorPagingTest.java:258)
23:47:46[junit4]>   at 
org.apache.solr.cloud.DistribCursorPagingTest.test(DistribCursorPagingTest.java:90)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1066)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1040)
23:47:46[junit4]>   at 
java.lang.Thread.run(Thread.java:748){noformat}


was (Author: risdenk):
 Test: DistribCursorPagingTest

 
{noformat}
reproduce with: ant test  -Dtestcase=DistribCursorPagingTest 
-Dtests.method=test -Dtests.seed=87B400F0180614A3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=sq-AL -Dtests.timezone=Etc/GMT+9 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
23:47:46[junit4] FAILURE 19.4s J7 | DistribCursorPagingTest.test <<<
23:47:46[junit4]> Throwable #1: junit.framework.AssertionFailedError: 
.facet_counts.facet_fields.str.x:0!=null
23:47:46[junit4]>   at 
__randomizedtesting.SeedInfo.seed([87B400F0180614A3:FE03F2AB6FA795B]:0)
23:47:46[junit4]>   at junit.framework.Assert.fail(Assert.java:50)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:985)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1012)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:666)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:629)
23:47:46[junit4]>   at 
org.apache.solr.cloud.DistribCursorPagingTest.doSimpleTest(DistribCursorPagingTest.java:258)
23:47:46[junit4]>   at 
org.apache.solr.cloud.DistribCursorPagingTest.test(DistribCursorPagingTest.java:90)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1066)
23:47:46[junit4]>   at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1040)
23:47:46[junit4]>   at 
java.lang.Thread.run(Thread.java:748){noformat}
 

> 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: 

[jira] [Comment Edited] (SOLR-12932) ant test (without badapples=false) should pass easily for developers.

2018-10-30 Thread Kevin Risden (JIRA)


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

Kevin Risden edited comment on SOLR-12932 at 10/31/18 3:46 AM:
---

Below did not reproduce the the reproduce line. Saved logs off in case more 
details needed.

Test: TestCollectionsAPIViaSolrCloudCluster#testCollectionCreateSearchDelete
 Fail message:
{noformat}
testCollectionCreateSearchDelete
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestCollectionsAPIViaSolrCloudCluster 
-Dtests.method=testCollectionCreateSearchDelete -Dtests.seed=69334EE3FF38A1CC 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=it-IT 
-Dtests.timezone=Africa/Tunis -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   13.3s J7 | 
TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete <<<
   [junit4]> Throwable #1: 
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:33783/solr/testcollection_shard1_replica_n2: 
Expected mime type application/octet-stream but got text/html. 
   [junit4]> 
   [junit4]> 
   [junit4]> Error 404 Can not find: 
/solr/testcollection_shard1_replica_n2/update
   [junit4]> 
   [junit4]> HTTP ERROR 404
   [junit4]> Problem accessing 
/solr/testcollection_shard1_replica_n2/update. Reason:
   [junit4]> Can not find: 
/solr/testcollection_shard1_replica_n2/updatehttp://eclipse.org/jetty;>Powered by Jetty:// 9.4.11.v20180605
   [junit4]> 
   [junit4]> 
   [junit4]>at 
__randomizedtesting.SeedInfo.seed([69334EE3FF38A1CC:CAC9E04678D04B69]:0)
   [junit4]>at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
   [junit4]>at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
   [junit4]>at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]>at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
   [junit4]>at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
   [junit4]>at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
   [junit4]>at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
   [junit4]>at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
   [junit4]>at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit4]>at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]>at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:237)
   [junit4]>at 
org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:181)
   [junit4]>at java.lang.Thread.run(Thread.java:748)
   [junit4]> Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33783/solr/testcollection_shard1_replica_n2: 
Expected mime type application/octet-stream but got text/html. 
   [junit4]> 
   [junit4]> 
   [junit4]> Error 404 Can not find: 
/solr/testcollection_shard1_replica_n2/update
   [junit4]> 
   [junit4]> HTTP ERROR 404
   [junit4]> Problem accessing 
/solr/testcollection_shard1_replica_n2/update. Reason:
   [junit4]> Can not find: 
/solr/testcollection_shard1_replica_n2/updatehttp://eclipse.org/jetty;>Powered by Jetty:// 9.4.11.v20180605
   [junit4]> 
   [junit4]> 
   [junit4]>at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
   [junit4]>at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]>at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]>at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
   [junit4]>at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
   [junit4]>at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
   [junit4]>at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]>at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]>at