Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/5/

8 tests failed.
FAILED:  
org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart

Error Message:
Timeout waiting for active collection null Live Nodes: [127.0.0.1:33857_solr, 
127.0.0.1:42997_solr, 127.0.0.1:44180_solr, 127.0.0.1:48103_solr] Last 
available state: 
DocCollection(outOfSyncReplicasCannotBecomeLeader-true//collections/outOfSyncReplicasCannotBecomeLeader-true/state.json/24)={
   "pullReplicas":"0",   "replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node62":{           
"core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n61",           
"base_url":"https://127.0.0.1:48103/solr";,           
"node_name":"127.0.0.1:48103_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node64":{           
"core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63",           
"base_url":"https://127.0.0.1:33857/solr";,           
"node_name":"127.0.0.1:33857_solr",           "state":"down",           
"type":"NRT"},         "core_node66":{           
"core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65",           
"base_url":"https://127.0.0.1:44180/solr";,           
"node_name":"127.0.0.1:44180_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",  
 "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timeout waiting for active collection
null
Live Nodes: [127.0.0.1:33857_solr, 127.0.0.1:42997_solr, 127.0.0.1:44180_solr, 
127.0.0.1:48103_solr]
Last available state: 
DocCollection(outOfSyncReplicasCannotBecomeLeader-true//collections/outOfSyncReplicasCannotBecomeLeader-true/state.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node62":{
          "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n61",
          "base_url":"https://127.0.0.1:48103/solr";,
          "node_name":"127.0.0.1:48103_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node64":{
          "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63",
          "base_url":"https://127.0.0.1:33857/solr";,
          "node_name":"127.0.0.1:33857_solr",
          "state":"down",
          "type":"NRT"},
        "core_node66":{
          "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65",
          "base_url":"https://127.0.0.1:44180/solr";,
          "node_name":"127.0.0.1:44180_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([C35EF6BD84A2BA2E:EBCB64E8572F6B75]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.TestCloudConsistency.addDocToWhenOtherReplicasAreDown(TestCloudConsistency.java:164)
        at 
org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader(TestCloudConsistency.java:122)
        at 
org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart(TestCloudConsistency.java:95)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue

Error Message:
action wasn't interrupted

Stack Trace:
java.lang.AssertionError: action wasn't interrupted
        at 
__randomizedtesting.SeedInfo.seed([C35EF6BD84A2BA2E:AEBB4138DC57CDB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:729)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)


FAILED:  
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([C35EF6BD84A2BA2E:EF6C81300866CCAA]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:904)
        at 
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads(AtomicUpdateProcessorFactoryTest.java:260)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=int_i:16&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:897)
        ... 40 more


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
replica never fully recovered

Stack Trace:
java.lang.AssertionError: replica never fully recovered
        at 
__randomizedtesting.SeedInfo.seed([C35EF6BD84A2BA2E:AEA252403EEA4529]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.waitForRecovery(AutoscalingHistoryHandlerTest.java:405)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:341)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)


FAILED:  org.apache.solr.ltr.TestLTRReRankingPipeline.testDifferentTopN

Error Message:
expected:<1.0> but was:<0.0>

Stack Trace:
java.lang.AssertionError: expected:<1.0> but was:<0.0>
        at 
__randomizedtesting.SeedInfo.seed([74B78D6E36284E4:F6EA0A86D6D94E76]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:443)
        at org.junit.Assert.assertEquals(Assert.java:512)
        at 
org.apache.solr.ltr.TestLTRReRankingPipeline.testDifferentTopN(TestLTRReRankingPipeline.java:255)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)


FAILED:  org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates

Error Message:
The ZkController.publishAndWaitForDownStates should have timed out but it didn't

Stack Trace:
java.lang.AssertionError: The ZkController.publishAndWaitForDownStates should 
have timed out but it didn't
        at 
__randomizedtesting.SeedInfo.seed([C35EF6BD84A2BA2E:E4519A512535F511]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates(ZkControllerTest.java:306)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxOnCoreReload

Error Message:
Number of registered MBeans is not the same as info registry size 
expected:<108> but was:<0>

Stack Trace:
java.lang.AssertionError: Number of registered MBeans is not the same as info 
registry size expected:<108> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([C35EF6BD84A2BA2E:C1E72DD1F7E166E3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.core.TestJmxIntegration.testJmxOnCoreReload(TestJmxIntegration.java:180)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:53991/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:53991/solr/collection1
        at 
__randomizedtesting.SeedInfo.seed([C35EF6BD84A2BA2E:1BA932592F797872]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
        at 
org.apache.solr.handler.TestReplicationHandler.index(TestReplicationHandler.java:180)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart(TestReplicationHandler.java:643)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:53991 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 47 more




Build Log:
[...truncated 12539 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.update.processor.AtomicUpdateProcessorFactoryTest_C35EF6BD84A2BA2E-001/init-core-data-001
   [junit4]   2> 404667 WARN  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1124 numCloses=1124
   [junit4]   2> 404667 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 404669 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 404669 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 404670 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 404670 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 404730 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 404754 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 404887 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 404965 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21adfdab
   [junit4]   2> 404977 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21adfdab
   [junit4]   2> 404978 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21adfdab
   [junit4]   2> 404979 INFO  (coreLoadExecutor-1482-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 404980 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 405016 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 405055 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 405179 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 405189 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 405189 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21adfdab
   [junit4]   2> 405189 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 405190 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.update.processor.AtomicUpdateProcessorFactoryTest_C35EF6BD84A2BA2E-001/init-core-data-001/]
   [junit4]   2> 405191 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=88.00390625, 
floorSegmentMB=1.8251953125, forceMergeDeletesPctAllowed=20.9636559425952, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6289919842242248
   [junit4]   2> 405258 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 405258 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 405260 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 405260 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 405261 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=14.60546875, 
floorSegmentMB=1.8671875, forceMergeDeletesPctAllowed=6.086506066617893, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4580075030274976
   [junit4]   2> 405261 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@368ab880[collection1] main]
   [junit4]   2> 405262 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 405271 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 405306 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 405306 INFO  
(searcherExecutor-1483-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 405306 INFO  
(searcherExecutor-1483-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 405306 INFO  
(searcherExecutor-1483-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 405306 INFO  
(searcherExecutor-1483-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 405307 INFO  
(searcherExecutor-1483-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 405307 INFO  
(searcherExecutor-1483-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 405307 INFO  
(searcherExecutor-1483-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 405307 INFO  
(searcherExecutor-1483-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 405308 INFO  
(searcherExecutor-1483-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 405309 INFO  
(searcherExecutor-1483-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@368ab880[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 405309 INFO  (coreLoadExecutor-1482-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1594055345314988032
   [junit4]   2> 405313 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 405315 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMultipleThreads
   [junit4]   2> 405316 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 405317 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@553c1ef6[collection1] 
realtime]
   [junit4]   2> 405317 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 2
   [junit4]   2> 405335 WARN  (Thread-914) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345331765248 actual=1594055345334910976Retrying 
with new version .... (1)
   [junit4]   2> 405336 WARN  (Thread-915) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345331765248 actual=1594055345334910976Retrying 
with new version .... (1)
   [junit4]   2> 405336 WARN  (Thread-913) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345331765248 actual=1594055345342251008Retrying 
with new version .... (1)
   [junit4]   2> 405337 WARN  (Thread-912) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345331765248 actual=1594055345343299584Retrying 
with new version .... (1)
   [junit4]   2> 405337 WARN  (Thread-911) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345331765248 actual=1594055345343299584Retrying 
with new version .... (1)
   [junit4]   2> 405337 WARN  (Thread-910) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345331765248 actual=1594055345343299584Retrying 
with new version .... (1)
   [junit4]   2> 405338 WARN  (Thread-911) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345343299584 actual=1594055345345396736Retrying 
with new version .... (2)
   [junit4]   2> 405338 WARN  (Thread-912) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345343299584 actual=1594055345345396737Retrying 
with new version .... (2)
   [junit4]   2> 405338 WARN  (Thread-913) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345343299584 actual=1594055345345396738Retrying 
with new version .... (2)
   [junit4]   2> 405339 WARN  (Thread-908) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345334910976 actual=1594055345345396739Retrying 
with new version .... (1)
   [junit4]   2> 405339 WARN  (Thread-915) [    ] 
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version 
conflict for 10 expected=1594055345343299584 actual=1594055345345396739Retrying 
with new version .... (2)
   [junit4]   2> 405340 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1594055345347493888,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 405340 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@24ffa689 
commitCommandVersion:1594055345347493888
   [junit4]   2> 405375 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@67d09a5b[collection1] main]
   [junit4]   2> 405375 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 405378 INFO  (searcherExecutor-1483-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@67d09a5b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C10/9:delGen=1)))}
   [junit4]   2> 405378 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 38
   [junit4]   2> 405382 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:10&wt=xml} hits=1 status=0 QTime=1
   [junit4]   2> 405384 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=cat:yrsq2i6f9smcnuz4xqsd+harc7g5rq6krgd4fd8ag+heglf8b52o3cbgrmg8py+upx853zytvxv8sag7oyp+95iblkrwt3ph5dihu2jl&wt=xml}
 hits=1 status=0 QTime=1
   [junit4]   2> 405384 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=int_i:16&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 405385 ERROR 
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=int_i:16&wt=xml
   [junit4]   2> 405385 ERROR 
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=int_i:16&wt=xml:java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=int_i:16&wt=xml
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:897)
   [junit4]   2>        at 
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads(AtomicUpdateProcessorFactoryTest.java:260)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 405386 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testMultipleThreads
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=AtomicUpdateProcessorFactoryTest -Dtests.method=testMultipleThreads 
-Dtests.seed=C35EF6BD84A2BA2E -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=sl -Dtests.timezone=SystemV/YST9 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.08s J0 | 
AtomicUpdateProcessorFactoryTest.testMultipleThreads <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C35EF6BD84A2BA2E:EF6C81300866CCAA]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:904)
   [junit4]    >        at 
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads(AtomicUpdateProcessorFactoryTest.java:260)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request was:q=int_i:16&wt=xml
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:897)
   [junit4]    >        ... 40 more
   [junit4]   2> 405400 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testWrongAtomicOpPassed-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testWrongAtomicOpPassed
   [junit4]   2> 405401 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testWrongAtomicOpPassed-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testWrongAtomicOpPassed
   [junit4]   2> 405402 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testBasics
   [junit4]   2> 405405 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1594055345415651328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 405405 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@24ffa689 
commitCommandVersion:1594055345415651328
   [junit4]   2> 405427 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@454ae481[collection1] main]
   [junit4]   2> 405427 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 405430 INFO  (searcherExecutor-1483-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@454ae481[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C10/9:delGen=1)
 Uninverting(_1(7.3.0):C1)))}
   [junit4]   2> 405430 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 25
   [junit4]   2> 405431 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} 
hits=1 status=0 QTime=0
   [junit4]   2> 405432 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=cat:human&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 405433 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=title:Mr&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 405433 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=count_i:20&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 405434 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=name_s:Virat&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 405434 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=multiDefault:Delhi&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 405442 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1594055345454448640,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 405442 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@24ffa689 
commitCommandVersion:1594055345454448640
   [junit4]   2> 405477 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@4948beb4[collection1] main]
   [junit4]   2> 405478 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 405481 INFO  (searcherExecutor-1483-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4948beb4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C10/9:delGen=1)
 Uninverting(_2(7.3.0):C1)))}
   [junit4]   2> 405481 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 40
   [junit4]   2> 405482 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} 
hits=1 status=0 QTime=0
   [junit4]   2> 405482 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=cat:human&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 405483 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=cat:animal&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 405484 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=title:Mr&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 405484 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=title:Dr&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 405485 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=count_i:20&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 405485 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=count_i:40&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 405485 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=name_s:Virat&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 405486 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=multiDefault:Delhi&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 405486 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[C35EF6BD84A2BA2E]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testBasics
   [junit4]   2> 405500 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testNoUniqueIdPassed-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoUniqueIdPassed
   [junit4]   2> 405500 INFO  
(TEST-AtomicUpdateProcessorFactoryTest.testNoUniqueIdPassed-seed#[C35EF6BD84A2BA2E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoUniqueIdPassed
   [junit4]   2> 405500 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 405500 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2089846701
   [junit4]   2> 405501 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 405501 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f4058a1: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5772996d
   [junit4]   2> 405505 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 405505 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@77326927: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@61bf1ad4
   [junit4]   2> 405556 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 405556 INFO  
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@65a39e37: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@4ebb811d
   [junit4]   2> 405564 INFO  (coreCloseExecutor-1488-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@23ed97d8
   [junit4]   2> 405564 INFO  (coreCloseExecutor-1488-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=602773464
   [junit4]   2> 405564 INFO  (coreCloseExecutor-1488-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@30611a88: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@74359a43
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.update.processor.AtomicUpdateProcessorFactoryTest_C35EF6BD84A2BA2E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name_s=FSTOrd50, title_stringNoNorms=Lucene50(blocksize=128), 
title_stemmed=BlockTreeOrds(blocksize=128), 
multiDefault=Lucene50(blocksize=128), cat=Lucene50(blocksize=128), id=FSTOrd50, 
text=PostingsFormat(name=Asserting), title=BlockTreeOrds(blocksize=128), 
title_lettertok=FSTOrd50}, docValues:{int_i=DocValuesFormat(name=Lucene70), 
range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
id_i1=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Asserting), 
count_i=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=25, 
maxMBSortInHeap=5.175046318226232, sim=RandomSimilarity(queryNorm=false): {}, 
locale=sl, timezone=SystemV/YST9
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=264523104,total=518520832
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexingPerformance, 
MBeansHandlerTest, RequestHandlersTest, JvmMetricsTest, 
DocumentAnalysisRequestHandlerTest, TestFastOutputStream, HdfsDirectoryTest, 
TestComponentsName, ConcurrentDeleteAndCreateCollectionTest, 
TestChildDocTransformer, SpellingQueryConverterTest, HttpPartitionOnCommitTest, 
TestTriggerIntegration, OverseerModifyCollectionTest, TestSolrFieldCacheBean, 
UUIDUpdateProcessorFallbackTest, TestSolrCloudWithSecureImpersonation, 
TestSolrCoreSnapshots, HttpSolrCallGetCoreTest, TestReqParamsAPI, 
SimpleFacetsTest, TestExportWriter, TestBinaryField, TestInfoStreamLogging, 
AutoAddReplicasPlanActionTest, CoreSorterTest, TestDocSet, 
TestSystemCollAutoCreate, SolrShardReporterTest, TestSolrCLIRunExample, 
ZkCLITest, TestComputePlanAction, TestDistribIDF, TestClassicSimilarityFactory, 
SolrGangliaReporterTest, TestMacroExpander, TestSolrQueryParser, 
TestFileDictionaryLookup, LeaderInitiatedRecoveryOnShardRestartTest, 
HdfsWriteToMultipleCollectionsTest, DeleteShardTest, 
TestAuthenticationFramework, TestLeaderInitiatedRecoveryThread, 
DistributedFacetSimpleRefinementLongTailTest, 
TestTolerantUpdateProcessorRandomCloud, AtomicUpdateProcessorFactoryTest]
   [junit4] Completed [146/779 (1!)] on J0 in 0.98s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 437 lines...]
   [junit4] Suite: org.apache.solr.core.TestJmxIntegration
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.core.TestJmxIntegration_C35EF6BD84A2BA2E-001/init-core-data-001
   [junit4]   2> 816698 WARN  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 816698 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 816699 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 816700 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 816710 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 816710 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 816743 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 816769 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 816961 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 817118 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68fcad76
   [junit4]   2> 817163 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68fcad76
   [junit4]   2> 817163 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68fcad76
   [junit4]   2> 817173 INFO  (coreLoadExecutor-3211-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 817174 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 817255 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 817291 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 817426 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 817435 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 817436 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@68fcad76
   [junit4]   2> 817436 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 817436 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.core.TestJmxIntegration_C35EF6BD84A2BA2E-001/init-core-data-001/]
   [junit4]   2> 817438 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=24.330078125, 
floorSegmentMB=1.705078125, forceMergeDeletesPctAllowed=13.232438613424199, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 817521 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 817521 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 817522 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 817522 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 817524 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=10.5625, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=7.378918129165601, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2170121328474612
   [junit4]   2> 817524 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@172e83dc[collection1] main]
   [junit4]   2> 817525 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 817536 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 817594 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 817594 INFO  
(searcherExecutor-3212-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 817594 INFO  (coreLoadExecutor-3211-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1594055777915502592
   [junit4]   2> 817597 INFO  
(searcherExecutor-3212-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 817597 INFO  
(searcherExecutor-3212-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 817597 INFO  
(searcherExecutor-3212-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 817597 INFO  
(searcherExecutor-3212-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 817598 INFO  
(SUITE-TestJmxIntegration-seed#[C35EF6BD84A2BA2E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 817599 INFO  
(searcherExecutor-3212-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 817599 INFO  
(searcherExecutor-3212-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 817601 INFO  
(searcherExecutor-3212-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 817601 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[C35EF6BD84A2BA2E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testJmxUpdate
   [junit4]   2> 817603 INFO  
(searcherExecutor-3212-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 817604 INFO  
(searcherExecutor-3212-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@172e83dc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 817878 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[C35EF6BD84A2BA2E]) [    ] 
o.a.s.c.TestJmxIntegration Mbeans in server: 
[solr:dom1=core,dom2=collection1,category=QUERY,scope=/terms,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/dismax,name=handlerStart, 
solr:dom1=jvm,name0=memory,name1=pools,name2=PS-Survivor-Space,name=max, 
java.lang:type=Threading, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mock,name=requests, 
solr:dom1=node,category=QUERY,scope=/admin/metrics/collector,name=handlerStart, 
solr:dom1=node,category=ADMIN,scope=/admin/metrics,name=requests, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/mbeans,name=shardRequests,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/mock,name=errors, 
solr:dom1=jvm,name0=os,name=systemLoadAverage, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/get,name=errors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckCompRH1,name=requestTimes,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/defaults,name=serverErrors,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-def,name=requestTimes,
 solr_41032:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=update,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update,name=timeouts, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/spellCheckWithWordbreak,name=shardRequests,
 
solr:dom1=node,category=UPDATE,scope=updateShardHandler,name=threadPool.updateExecutor.running,
 
solr:dom1=node,category=QUERY,scope=httpShardHandler,name=threadPool.httpShardExecutor.duration,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/mock,name=handlerStart, 
solr:dom1=node,category=ADMIN,scope=/admin/metrics,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update,name=handlerStart,
 solr:dom1=jvm,name0=buffers,name1=mapped,name=TotalCapacity, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update,name=totalTime, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/luke,name=requests, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-def,name=timeouts,
 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=rollbacks,
 
solr:dom1=node,category=UPDATE,scope=updateShardHandler,name=threadPool.recoveryExecutor.submitted,
 solr:dom1=node,category=ADMIN,scope=/admin/cores,name=serverErrors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/stream,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/system,name=shardRequests,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/dismax,name=clientErrors, 
solr:dom1=node,category=CONTAINER,scope=threadPool,name=coreContainerWorkExecutor.running,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/graph,name=clientErrors, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=/update/json,name=timeouts,
 solr:dom1=core,dom2=collection1,category=QUERY,scope=/terms,name=timeouts, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/mltrh,name=shardRequests, 
solr:dom1=node,category=ADMIN,scope=/admin/collections,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=reader, 
solr:dom1=core,dom2=collection1,category=HIGHLIGHTER,scope=SolrFragmenter,name=gap.requests,
 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/export,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=HIGHLIGHTER,scope=SolrBoundaryScanner,name=breakIterator.requests,
 solr:dom1=node,category=ADMIN,scope=/admin/authorization,name=requestTimes, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/debug/dump,name=shardRequests,
 solr:dom1=node,category=ADMIN,scope=/admin/collections,name=handlerStart, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/segments,name=totalTime,
 
solr:dom1=node,category=ADMIN,scope=/admin/autoscaling/history,name=clientErrors,
 solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/ping,name=errors, 
solr:dom1=jvm,name0=memory,name1=pools,name2=PS-Survivor-Space,name=usage, 
solr:dom1=jvm,name0=memory,name1=pools,name2=Compressed-Class-Space,name=max, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/schema,name=clientErrors, 
solr:dom1=jvm,name0=memory,name1=pools,name2=PS-Old-Gen,name=init, 
solr_44928:dom1=solr,dom2=jvm,name0=system,name=properties, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/stream,name=timeouts, 
solr:dom1=core,dom2=collection1,category=UPDATE,scope=updateHandler,name=errors,
 solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/file,name=errors, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/sql,name=requests, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/logging,name=shardRequests,
 solr:dom1=core,dom2=collection1,category=TLOG,name=state, 
solr:dom1=core,dom2=collection1,category=CORE,scope=fs,name=spins, 
solr:dom1=jvm,name0=buffers,name1=direct,name=MemoryUsed, 
solr:dom1=jvm,name0=classes,name=unloaded, 
solr:dom1=jvm,name0=threads,name1=waiting,name=count, 
solr:dom1=core,dom2=collection1,category=QUERY,scope=/search-facet-def,name=errors,
 
solr:dom1=node,category=ADMIN,scope=/admin/cores,name=threadPool.parallelCoreAdminExecutor.submitted,
 
solr:dom1=core,dom2=collection1,category=TLOG,scope=replay,name=remaining.bytes,
 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/admin/properties,name=timeouts,
 solr:dom1=node,category=CONTAINER,scope=cores,name=loaded, 
solr:dom1=core,dom2=collection1,category=ADMIN,scope=/schema,name=handlerStart, 
solr:dom1=node,category=ADMIN,scope=/admin/autoscaling/history,name=timeouts, 
solr:dom1=node,category=ADMIN,scope=/

[...truncated too long message...]

ler.admin.AutoscalingHistoryHandlerTest_C35EF6BD84A2BA2E-001
   [junit4]   2> Mar 05, 2018 1:15:12 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{action_s=PostingsFormat(name=Asserting), 
event.source_s=Lucene50(blocksize=128), 
type=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 before.actions_ss=PostingsFormat(name=MockRandom), 
event.property._enqueue_time__ss=PostingsFormat(name=Asserting), 
after.actions_ss=PostingsFormat(name=Asserting), 
stage_s=PostingsFormat(name=Asserting), event.id_s=Lucene50(blocksize=128), 
event.property.eventTimes_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 source_s=Lucene50(blocksize=128), 
event.type_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 responses_ts=PostingsFormat(name=Asserting), id=Lucene50(blocksize=128), 
collections_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 operations.params_ts=PostingsFormat(name=Asserting), 
event.property.nodeNames_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{action_s=DocValuesFormat(name=Memory), 
context_str=DocValuesFormat(name=Asserting), 
event_str=DocValuesFormat(name=Memory), 
event.source_s=DocValuesFormat(name=Lucene70), 
type=DocValuesFormat(name=Direct), 
event.property._enqueue_time__ss=DocValuesFormat(name=Memory), 
before.actions_ss=DocValuesFormat(name=Asserting), 
after.actions_ss=DocValuesFormat(name=Memory), 
stage_s=DocValuesFormat(name=Memory), _version_=DocValuesFormat(name=Memory), 
event.id_s=DocValuesFormat(name=Lucene70), 
event.property.eventTimes_ss=DocValuesFormat(name=Direct), 
source_s=DocValuesFormat(name=Lucene70), 
event.type_s=DocValuesFormat(name=Direct), 
responses_ts=DocValuesFormat(name=Memory), 
event.time_l=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70), 
operations.params_ts=DocValuesFormat(name=Memory), 
collections_ss=DocValuesFormat(name=Direct), 
event.property.nodeNames_ss=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=283, 
maxMBSortInHeap=5.582611339320942, sim=RandomSimilarity(queryNorm=false): {}, 
locale=sr-ME, timezone=Africa/Timbuktu
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=108048576,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [TestLazyCores, 
TestStressUserVersions, HdfsRecoverLeaseTest, ResponseBuilderTest, 
TestClusterStateProvider, TestSolrCloudWithKerberosAlt, SimpleMLTQParserTest, 
WordBreakSolrSpellCheckerTest, TestGraphTermsQParserPlugin, 
AnalysisErrorHandlingTest, ResponseLogComponentTest, 
TestMiniSolrCloudClusterSSL, CircularListTest, DistanceFunctionTest, 
DistributedQueueTest, ClassificationUpdateProcessorFactoryTest, 
SpellCheckComponentTest, TestCloudNestedDocsSort, CleanupOldIndexTest, 
TestCoreDiscovery, ClusterStateTest, BlobRepositoryCloudTest, 
BasicAuthStandaloneTest, TestImplicitCoreProperties, TestUpdate, 
TestCloudDeleteByQuery, ConfigureRecoveryStrategyTest, FacetPivotSmallTest, 
SolrTestCaseJ4Test, TimeZoneUtilsTest, ShowFileRequestHandlerTest, 
TestManagedSynonymGraphFilterFactory, ParsingFieldUpdateProcessorsTest, 
TestReplicationHandlerBackup, TestZkAclsWithHadoopAuth, TestFiltering, 
ShufflingReplicaListTransformerTest, TestDelegationWithHadoopAuth, 
ConnectionManagerTest, TestLegacyNumericRangeQueryBuilder, 
TestValueSourceCache, MinimalSchemaTest, NotRequiredUniqueKeyTest, 
ConvertedLegacyTest, TestScoreJoinQPScore, CollectionReloadTest, 
CacheHeaderTest, CursorMarkTest, TestHighFrequencyDictionaryFactory, 
DistributedFacetExistsSmallTest, MigrateRouteKeyTest, DocValuesMissingTest, 
LeaderElectionTest, TestHttpShardHandlerFactory, TestCustomDocTransformer, 
DistribCursorPagingTest, JSONWriterTest, CopyFieldTest, SolrCmdDistributorTest, 
RollingRestartTest, ForceLeaderTest, HdfsUnloadDistributedZkTest, 
TestQuerySenderListener, TestDefaultStatsCache, SpatialRPTFieldTypeTest, 
TestCustomSort, SolrXmlInZkTest, TolerantUpdateProcessorTest, TestStreamBody, 
TestRangeQuery, FileBasedSpellCheckerTest, 
StatelessScriptUpdateProcessorFactoryTest, MultiTermTest, 
CdcrBidirectionalTest, TestFastWriter, TestSimpleQParserPlugin, 
BasicDistributedZk2Test, DocValuesTest, ReplaceNodeTest, 
AnalyticsMergeStrategyTest, TemplateUpdateProcessorTest, TestCodecSupport, 
TestSSLRandomization, TestDFRSimilarityFactory, TestJmxIntegration, 
TestFieldCacheWithThreads, SparseHLLTest, V2StandaloneTest, 
CollectionsAPIDistributedZkTest, SuggesterTSTTest, 
DistributedSpellCheckComponentTest, SearchHandlerTest, TestRTimerTree, 
TestRecoveryHdfs, HdfsChaosMonkeyNothingIsSafeTest, 
SubstringBytesRefFilterTest, RecoveryZkTest, ReturnFieldsTest, 
TestSuggestSpellingConverter, SuggestComponentTest, 
TestBlendedInfixSuggestions, RankQueryTest, TestCloudSearcherWarming, 
TestFaceting, ConnectionReuseTest, TestStressInPlaceUpdates, 
TestFieldCollectionResource, TestLeaderElectionZkExpiry, 
LeaderFailureAfterFreshStartTest, CdcrReplicationHandlerTest, 
TestManagedSchema, SharedFSAutoReplicaFailoverTest, 
TestDownShardTolerantSearch, TestSimDistributedQueue, ChangedSchemaMergeTest, 
UnloadDistributedZkTest, AutoAddReplicasIntegrationTest, 
SolrJmxReporterCloudTest, TestRawResponseWriter, IndexSchemaRuntimeFieldTest, 
TestConfigReload, TestCoreContainer, BlockJoinFacetRandomTest, 
ComputePlanActionTest, NoCacheHeaderTest, TestCloudSchemaless, 
OpenCloseCoreStressTest, OverseerTest, TestReplicationHandler, TestZkChroot, 
ShardRoutingCustomTest, TestDistributedSearch, TestJoin, TestSolr4Spatial, 
StatsComponentTest, PeerSyncTest, DistributedQueryElevationComponentTest, 
SpellCheckCollatorTest, SolrRequestParserTest, SpatialFilterTest, 
TestCSVLoader, PolyFieldTest, QueryEqualityTest, TestRemoteStreaming, 
TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, 
DisMaxRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, 
TestQueryTypes, TermsComponentTest, LoggingHandlerTest, IndexSchemaTest, 
TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, 
CSVRequestHandlerTest, TestLFUCache, PreAnalyzedFieldTest, DateFieldTest, 
DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, 
ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, TestRTGBase, 
DistributedIntervalFacetingTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestSimpleTrackingShardHandler, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
AddReplicaTest, AliasIntegrationTest, DeleteInactiveReplicaTest, 
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DeleteStatusTest, 
DistributedVersionInfoTest, LIRRollingUpdatesTest, MoveReplicaHDFSFailoverTest, 
OverseerRolesTest, OverseerTaskQueueTest, ReplaceNodeNoTargetTest, 
ReplicationFactorTest, TestCloudConsistency, TestRandomFlRTGCloud, 
TestRandomRequestDistribution, ZkFailoverTest, 
TestCollectionsAPIViaSolrCloudCluster, TestLocalFSCloudBackupRestore, 
TestRequestStatusCollectionAPI, MetricTriggerTest, SearchRateTriggerTest, 
TestDistribStateManager, TestExecutePlanAction, TestGenericDistributedQueue, 
TestNodeAddedTrigger, TestNodeLostTrigger, TestPolicyCloud, 
BaseCdcrDistributedZkTest, HDFSCollectionsAPITest, 
HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, 
HdfsTlogReplayBufferedWhileIndexingTest, StressHdfsTest, 
ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, 
TestBackupRepositoryFactory, TestConfigOverlay, TestConfigSetProperties, 
TestConfigSets, TestCustomStream, TestInitParams, TestNRTOpen, 
TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, 
TestSolrCloudSnapshots, TestCoreBackup, TestSQLHandler, 
AutoscalingHistoryHandlerTest]
   [junit4] Completed [760/779 (7!)] on J2 in 334.88s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 7489 lines...]
   [junit4] Suite: org.apache.solr.ltr.TestLTRReRankingPipeline
   [junit4]   2> 15346 INFO  
(TEST-TestLTRReRankingPipeline.testDifferentTopN-seed#[74B78D6E36284E4]) [    ] 
o.a.s.l.TestLTRReRankingPipeline rerank 1 documents 
   [junit4]   2> 15348 INFO  
(TEST-TestLTRReRankingPipeline.testDifferentTopN-seed#[74B78D6E36284E4]) [    ] 
o.a.s.l.TestLTRReRankingPipeline doc 0 in pos 0
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLTRReRankingPipeline -Dtests.method=testDifferentTopN 
-Dtests.seed=74B78D6E36284E4 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=id -Dtests.timezone=America/Cayman 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.04s J2 | TestLTRReRankingPipeline.testDifferentTopN <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1.0> but 
was:<0.0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([74B78D6E36284E4:F6EA0A86D6D94E76]:0)
   [junit4]    >        at 
org.apache.solr.ltr.TestLTRReRankingPipeline.testDifferentTopN(TestLTRReRankingPipeline.java:255)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{field=PostingsFormat(name=Memory), id=FSTOrd50, final-score=FSTOrd50}, 
docValues:{final-score=DocValuesFormat(name=Lucene70)}, 
maxPointsInLeafNode=1797, maxMBSortInHeap=6.0369449381684674, 
sim=RandomSimilarity(queryNorm=true): {field=IB LL-L3(800.0)}, locale=id, 
timezone=America/Cayman
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=176754424,total=343408640
   [junit4]   2> NOTE: All tests run in this JVM: [TestOriginalScoreScorer, 
TestRerankBase, TestLTRQParserPlugin, TestModelManager, TestFilterSolrFeature, 
TestMultipleAdditiveTreesModel, TestLTRReRankingPipeline]
   [junit4] Completed [12/37 (1!)] on J2 in 0.16s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 40448 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to