Build:
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-Tests-8.x/154/
3 tests failed.
FAILED: org.apache.solr.CursorPagingTest.testTimeAllowed
Error Message:
Should have experienced at least one partialResult
Stack Trace:
java.lang.AssertionError: Should have experienced at least one partialResult
at
__randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:A0F9E3B948730DED]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at
org.apache.solr.CursorPagingTest.testTimeAllowed(CursorPagingTest.java:571)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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.TestSolrXml.testCloudConfigRequiresHostPort
Error Message:
Expected: (an instance of org.apache.solr.common.SolrException and exception
with message a string containing "solrcloud section missing required entry
'hostPort'") but: exception with message a string containing "solrcloud
section missing required entry 'hostPort'" message was "Error parsing
'hostPort', value 'null' cannot be parsed as int" Stacktrace was:
org.apache.solr.common.SolrException: Error parsing 'hostPort', value 'null'
cannot be parsed as int at
org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271) at
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118) at
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190) at
org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175) at
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHostPort(TestSolrXml.java:328)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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)
Stack Trace:
java.lang.AssertionError:
Expected: (an instance of org.apache.solr.common.SolrException and exception
with message a string containing "solrcloud section missing required entry
'hostPort'")
but: exception with message a string containing "solrcloud section missing
required entry 'hostPort'" message was "Error parsing 'hostPort', value 'null'
cannot be parsed as int"
Stacktrace was: org.apache.solr.common.SolrException: Error parsing 'hostPort',
value 'null' cannot be parsed as int
at org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
at
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
at
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
at org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
at
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHostPort(TestSolrXml.java:328)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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)
at
__randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:CC1067E62DB7CB87]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:964)
at org.junit.Assert.assertThat(Assert.java:930)
at
org.junit.rules.ExpectedException.handleException(ExpectedException.java:271)
at
org.junit.rules.ExpectedException.access$000(ExpectedException.java:111)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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.TestSolrXml.testCloudConfigRequiresHost
Error Message:
Expected: (an instance of org.apache.solr.common.SolrException and exception
with message a string containing "solrcloud section missing required entry
'host'") but: exception with message a string containing "solrcloud
section missing required entry 'host'" message was "Error parsing 'hostPort',
value 'null' cannot be parsed as int" Stacktrace was:
org.apache.solr.common.SolrException: Error parsing 'hostPort', value 'null'
cannot be parsed as int at
org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271) at
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118) at
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190) at
org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175) at
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHost(TestSolrXml.java:321)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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)
Stack Trace:
java.lang.AssertionError:
Expected: (an instance of org.apache.solr.common.SolrException and exception
with message a string containing "solrcloud section missing required entry
'host'")
but: exception with message a string containing "solrcloud section missing
required entry 'host'" message was "Error parsing 'hostPort', value 'null'
cannot be parsed as int"
Stacktrace was: org.apache.solr.common.SolrException: Error parsing 'hostPort',
value 'null' cannot be parsed as int
at org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
at
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
at
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
at org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
at
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHost(TestSolrXml.java:321)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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)
at
__randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:DA9B09DC62B150DD]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:964)
at org.junit.Assert.assertThat(Assert.java:930)
at
org.junit.rules.ExpectedException.handleException(ExpectedException.java:271)
at
org.junit.rules.ExpectedException.access$000(ExpectedException.java:111)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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)
Build Log:
[...truncated 14256 lines...]
[junit4] Suite: org.apache.solr.core.TestSolrXml
[junit4] 2> 796118 INFO
(SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [ ] o.a.s.SolrTestCase
Setting 'solr.default.confdir' system property to test-framework derived value
of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
[junit4] 2> 796118 INFO
(SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [ ] o.a.s.SolrTestCaseJ4
Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_449C4A0D13EADE3C-001/data-dir-127-001
[junit4] 2> 796118 WARN
(SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [ ] o.a.s.SolrTestCaseJ4
startTrackingSearchers: numOpens=11 numCloses=11
[junit4] 2> 796118 INFO
(SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [ ] o.a.s.SolrTestCaseJ4
Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 796120 INFO
(SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-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> 796120 INFO
(SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [ ] o.a.s.SolrTestCaseJ4
SecureRandom sanity checks: test.solr.allowed.securerandom=null &
java.security.egd=file:/dev/./urandom
[junit4] 2> 796125 INFO
(TEST-TestSolrXml.testIntAsLongOk-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongOk
[junit4] 2> 796128 INFO
(TEST-TestSolrXml.testIntAsLongOk-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 796129 INFO
(TEST-TestSolrXml.testIntAsLongOk-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongOk
[junit4] 2> 796132 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
[junit4] 2> 796135 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
[junit4] 2> 796141 INFO
(TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testValidStringValueWhenBoolTypeIsExpected
[junit4] 2> 796166 INFO
(TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[449C4A0D13EADE3C])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 796167 INFO
(TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testValidStringValueWhenBoolTypeIsExpected
[junit4] 2> 796170 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
[junit4] 2> 796172 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
[junit4] 2> 796176 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
[junit4] 2> 796178 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
[junit4] 2> 796181 INFO
(TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[449C4A0D13EADE3C]) [
] o.a.s.SolrTestCaseJ4 ###Starting testExplicitNullGivesDefaults
[junit4] 2> 796183 INFO
(TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[449C4A0D13EADE3C]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 796184 INFO
(TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[449C4A0D13EADE3C]) [
] o.a.s.SolrTestCaseJ4 ###Ending testExplicitNullGivesDefaults
[junit4] 2> 796187 INFO
(TEST-TestSolrXml.testMultiLoggingSectionError-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingSectionError
[junit4] 2> 796188 INFO
(TEST-TestSolrXml.testMultiLoggingSectionError-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingSectionError
[junit4] 2> 796191 INFO
(TEST-TestSolrXml.testAllInfoPresent-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testAllInfoPresent
[junit4] 2> 796192 INFO
(TEST-TestSolrXml.testAllInfoPresent-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_449C4A0D13EADE3C-001/tempDir-008/solr.xml
[junit4] 2> 796195 INFO
(TEST-TestSolrXml.testAllInfoPresent-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 796196 INFO
(TEST-TestSolrXml.testAllInfoPresent-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testAllInfoPresent
[junit4] 2> 796199 INFO
(TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[449C4A0D13EADE3C]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostPort
[junit4] 2> 796201 INFO
(TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[449C4A0D13EADE3C]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostPort
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSolrXml
-Dtests.method=testCloudConfigRequiresHostPort -Dtests.seed=449C4A0D13EADE3C
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=vi
-Dtests.timezone=Asia/Singapore -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.01s J1 | TestSolrXml.testCloudConfigRequiresHostPort <<<
[junit4] > Throwable #1: java.lang.AssertionError:
[junit4] > Expected: (an instance of org.apache.solr.common.SolrException
and exception with message a string containing "solrcloud section missing
required entry 'hostPort'")
[junit4] > but: exception with message a string containing
"solrcloud section missing required entry 'hostPort'" message was "Error
parsing 'hostPort', value 'null' cannot be parsed as int"
[junit4] > Stacktrace was: org.apache.solr.common.SolrException: Error
parsing 'hostPort', value 'null' cannot be parsed as int
[junit4] > at
org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
[junit4] > at
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
[junit4] > at
org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
[junit4] > at
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
[junit4] > at
org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
[junit4] > at
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHostPort(TestSolrXml.java:328)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:CC1067E62DB7CB87]:0)
[junit4] > at
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 796209 INFO
(TEST-TestSolrXml.testIntAsLongBad-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongBad
[junit4] 2> 796211 INFO
(TEST-TestSolrXml.testIntAsLongBad-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 796212 INFO
(TEST-TestSolrXml.testIntAsLongBad-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongBad
[junit4] 2> 796214 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
[junit4] 2> 796217 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
[junit4] 2> 796219 INFO
(TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testValidStringValueWhenIntTypeIsExpected
[junit4] 2> 796222 INFO
(TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[449C4A0D13EADE3C])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 796222 INFO
(TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testValidStringValueWhenIntTypeIsExpected
[junit4] 2> 796225 INFO
(TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHost
[junit4] 2> 796227 INFO
(TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHost
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSolrXml
-Dtests.method=testCloudConfigRequiresHost -Dtests.seed=449C4A0D13EADE3C
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=vi
-Dtests.timezone=Asia/Singapore -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.01s J1 | TestSolrXml.testCloudConfigRequiresHost <<<
[junit4] > Throwable #1: java.lang.AssertionError:
[junit4] > Expected: (an instance of org.apache.solr.common.SolrException
and exception with message a string containing "solrcloud section missing
required entry 'host'")
[junit4] > but: exception with message a string containing
"solrcloud section missing required entry 'host'" message was "Error parsing
'hostPort', value 'null' cannot be parsed as int"
[junit4] > Stacktrace was: org.apache.solr.common.SolrException: Error
parsing 'hostPort', value 'null' cannot be parsed as int
[junit4] > at
org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
[junit4] > at
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
[junit4] > at
org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
[junit4] > at
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
[junit4] > at
org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
[junit4] > at
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHost(TestSolrXml.java:321)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:DA9B09DC62B150DD]:0)
[junit4] > at
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 796230 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
[junit4] 2> 796232 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
[junit4] 2> 796235 INFO
(TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingWatcherSectionError
[junit4] 2> 796237 INFO
(TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingWatcherSectionError
[junit4] 2> 796246 INFO
(TEST-TestSolrXml.testMultiCloudSectionError-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMultiCloudSectionError
[junit4] 2> 796248 INFO
(TEST-TestSolrXml.testMultiCloudSectionError-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMultiCloudSectionError
[junit4] 2> 796251 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
[junit4] 2> 796253 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[449C4A0D13EADE3C])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 796254 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
[junit4] 2> 796256 INFO
(TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[449C4A0D13EADE3C]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostContext
[junit4] 2> 796258 INFO
(TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[449C4A0D13EADE3C]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostContext
[junit4] 2> 796261 INFO
(TEST-TestSolrXml.testPropertySub-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testPropertySub
[junit4] 2> 796262 INFO
(TEST-TestSolrXml.testPropertySub-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_449C4A0D13EADE3C-001/tempDir-019/solr.xml
[junit4] 2> 796265 INFO
(TEST-TestSolrXml.testPropertySub-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 796266 INFO
(TEST-TestSolrXml.testPropertySub-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testPropertySub
[junit4] 2> 796269 INFO
(TEST-TestSolrXml.testMultiBackupSectionError-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMultiBackupSectionError
[junit4] 2> 796271 INFO
(TEST-TestSolrXml.testMultiBackupSectionError-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMultiBackupSectionError
[junit4] 2> 796273 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
[junit4] 2> 796276 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
[junit4] 2> 796278 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
[junit4] 2> 796281 INFO
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[449C4A0D13EADE3C])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_449C4A0D13EADE3C-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87): {},
docValues:{}, maxPointsInLeafNode=406, maxMBSortInHeap=5.953338690298609,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=vi,
timezone=Asia/Singapore
[junit4] 2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation
1.8.0_252 (64-bit)/cpus=4,threads=1,free=153860744,total=513277952
[junit4] 2> NOTE: All tests run in this JVM: [TestCloudJSONFacetSKG,
NestedShardedAtomicUpdateTest, ResponseHeaderTest, TestNoOpRegenerator,
SynonymTokenizerTest, TestRandomCollapseQParserPlugin,
BigEndianAscendingWordSerializerTest, TimeZoneUtilsTest, ZkNodePropsTest,
UpdateParamsTest, TestTolerantUpdateProcessorRandomCloud,
TestPullReplicaErrorHandling, TestSolrConfigHandlerCloud, TestCircuitBreaker,
TestInfoStreamLogging, TestLMJelinekMercerSimilarityFactory,
OverseerSolrResponseUnsafeSerializationTest, TestExportWriter,
HighlighterWithoutStoredIdTest, MoveReplicaHDFSTest, TestCloudDeleteByQuery,
DynamicMapsTest, TestMaxScoreQueryParser, TestSolrCoreSnapshots,
TestFastLRUCache, PeerSyncWithLeaderAndIndexFingerprintCachingTest,
BasicAuthStandaloneTest, MaxSizeAutoCommitTest, CdcrUpdateLogTest,
TestGeoJSONResponseWriter, TestSortableTextField, TestTrieFacet,
TestInitQParser, AuditLoggerIntegrationTest, AtomicUpdateProcessorFactoryTest,
TestCSVLoader, DirectoryFactoriesTest, TestWriterPerf, TestFieldCache,
MetricsConfigTest, TestLegacyNumericUtils, StressHdfsTest, TestSolr4Spatial,
TestManagedResourceStorage, TestPhraseSuggestions, MergeStrategyTest,
TestSolrCoreProperties, MetricTriggerIntegrationTest,
CollectionsAPIDistributedZkTest, TestReversedWildcardFilterFactory,
TestDelegationWithHadoopAuth, SolrJmxReporterTest, TestClusterProperties,
PluginInfoTest, MetricsHistoryWithAuthIntegrationTest, AutoScalingHandlerTest,
IndexSchemaRuntimeFieldTest, ReplicationFactorTest, CursorMarkTest,
InfixSuggestersTest, NodeLostTriggerIntegrationTest,
DistributedSpellCheckComponentTest, ShardRoutingTest, ResourceLoaderTest,
TestHdfsBackupRestoreCore, TestManagedStopFilterFactory, TestConfigOverlay,
TestAtomicUpdateErrorCases, TestMiniSolrCloudClusterSSL, PrimUtilsTest,
TestFoldingMultitermQuery, TestZkChroot, TestCrossCoreJoin,
HdfsRecoverLeaseTest, ProtectedTermFilterFactoryTest, ZkStateWriterTest,
DistributedFacetSimpleRefinementLongTailTest, TestDistribIDF,
BadIndexSchemaTest, CreateRoutedAliasTest, TestSolrXml]
[junit4] Completed [307/924 (1!)] on J1 in 0.26s, 23 tests, 2 failures, 1
skipped <<< FAILURES!
[...truncated 318 lines...]
[junit4] Suite: org.apache.solr.CursorPagingTest
[junit4] 2> 980933 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
[junit4] 2> 980933 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.CursorPagingTest_449C4A0D13EADE3C-001/data-dir-121-001
[junit4] 2> 980933 WARN
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=56 numCloses=56
[junit4] 2> 980934 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 980936 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 980936 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 980936 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 980941 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 980955 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
[junit4] 2> 980973 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.s.IndexSchema Schema name=sortable
[junit4] 2> 980984 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema sortable/1.6 with uniqueid field id
[junit4] 2> 984067 WARN
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.c.CoreContainer Unable to create
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/userfiles].
Features requiring this directory may fail.
[junit4] 2> => java.security.AccessControlException: access
denied ("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/userfiles"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
[junit4] 2> java.security.AccessControlException: access denied
("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/userfiles"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
~[?:1.8.0_252]
[junit4] 2> at
java.security.AccessController.checkPermission(AccessController.java:886)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
[junit4] 2> at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
~[?:?]
[junit4] 2> at
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
~[?:?]
[junit4] 2> at java.nio.file.Files.createDirectory(Files.java:674)
~[?:1.8.0_252]
[junit4] 2> at
java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
[junit4] 2> at
java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
[junit4] 2> at
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:370) [java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:335) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
[junit4] 2> at
org.apache.solr.CursorPagingTest.beforeTests(CursorPagingTest.java:72) [test/:?]
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_252]
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_252]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[java/:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
[junit4] 2> 984069 WARN
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.f.DistribPackageStore Unable to create
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/filestore]
directory in SOLR_HOME
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr].
Features requiring this directory may fail.
[junit4] 2> => java.security.AccessControlException: access
denied ("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/filestore"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
[junit4] 2> java.security.AccessControlException: access denied
("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/filestore"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
~[?:1.8.0_252]
[junit4] 2> at
java.security.AccessController.checkPermission(AccessController.java:886)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
~[?:1.8.0_252]
[junit4] 2> at
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
[junit4] 2> at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
[junit4] 2> at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
[junit4] 2> at
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561)
[java/:?]
[junit4] 2> at
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81)
[java/:?]
[junit4] 2> at
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78)
[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.load(CoreContainer.java:671) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
[junit4] 2> at
org.apache.solr.CursorPagingTest.beforeTests(CursorPagingTest.java:72) [test/:?]
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_252]
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_252]
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_252]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[java/:?]
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit-4.13.1.jar:4.13.1]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
[junit4] 2> 984070 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 984070 WARN
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 984072 WARN
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@48616497[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 984072 WARN
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@48616497[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 984074 WARN
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 984075 WARN
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2f76ca05[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 984075 WARN
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2f76ca05[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 984076 WARN
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
[junit4] 2> 984102 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2eeff690
[junit4] 2> 984109 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2eeff690
[junit4] 2> 984109 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2eeff690
[junit4] 2> 984113 INFO (coreLoadExecutor-8879-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 984122 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from
paths:
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 984146 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
[junit4] 2> 984153 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Schema name=sortable
[junit4] 2> 984161 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Loaded schema sortable/1.6 with uniqueid
field id
[junit4] 2> 984161 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 984162 INFO (coreLoadExecutor-8879-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@2eeff690
[junit4] 2> 984162 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.CursorPagingTest_449C4A0D13EADE3C-001/data-dir-121-001/]
[junit4] 2> 984163 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4805364123092043]
[junit4] 2> 984205 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 984205 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 984206 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 984206 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 984207 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 984207 WARN (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf
; switching to use InMemory storage instead.
[junit4] 2> 984216 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 984216 INFO (coreLoadExecutor-8879-thread-1) [
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1688397043081412608
[junit4] 2> 984218 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 984222 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
] o.a.s.SolrTestCaseJ4 ###Starting testRandomSortsOnLargeIndex
[junit4] 2> 984223 INFO
(searcherExecutor-8881-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 984247 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[1 (1688397043097141248)]} 0 16
[junit4] 2> 984249 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[2 (1688397043114967040)]} 0 0
[junit4] 2> 984250 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[3 (1688397043116015616)]} 0 0
[junit4] 2> 984251 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[4 (1688397043117064192)]} 0 0
[junit4] 2> 984252 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[5 (1688397043118112768)]} 0 0
[junit4] 2> 984252 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[6 (1688397043119161344)]} 0 0
[junit4] 2> 984253 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[7 (1688397043120209920)]} 0 0
[junit4] 2> 984254 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[8 (1688397043121258496)]} 0 0
[junit4] 2> 984264 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[9 (1688397043122307072)]} 0 9
[junit4] 2> 984265 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[10 (1688397043132792832)]} 0 0
[junit4] 2> 984266 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[11 (1688397043132792833)]} 0 0
[junit4] 2> 984267 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[12 (1688397043133841408)]} 0 0
[junit4] 2> 984267 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[13 (1688397043134889984)]} 0 0
[junit4] 2> 984269 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[14 (1688397043135938560)]} 0 0
[junit4] 2> 984276 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[15 (1688397043136987136)]} 0 7
[junit4] 2> 984277 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[16 (1688397043145375744)]} 0 0
[junit4] 2> 984278 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[17 (1688397043145375745)]} 0 0
[junit4] 2> 984279 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[18 (1688397043146424320)]} 0 0
[junit4] 2> 984280 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[19 (1688397043147472896)]} 0 0
[junit4] 2> 984280 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[20 (1688397043148521472)]} 0 0
[junit4] 2> 984281 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[21 (1688397043149570048)]} 0 0
[junit4] 2> 984282 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[22 (1688397043150618624)]} 0 0
[junit4] 2> 984283 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[23 (1688397043150618625)]} 0 0
[junit4] 2> 984284 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[24 (1688397043151667200)]} 0 0
[junit4] 2> 984284 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[25 (1688397043152715776)]} 0 0
[junit4] 2> 984293 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[26 (1688397043153764352)]} 0 8
[junit4] 2> 984298 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[27 (1688397043163201536)]} 0 3
[junit4] 2> 984298 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[28 (1688397043167395840)]} 0 0
[junit4] 2> 984299 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[29 (1688397043168444416)]} 0 0
[junit4] 2> 984300 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[30 (1688397043169492992)]} 0 0
[junit4] 2> 984301 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[31 (1688397043169492993)]} 0 0
[junit4] 2> 984302 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[32 (1688397043170541568)]} 0 0
[junit4] 2> 984303 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[33 (1688397043171590144)]} 0 0
[junit4] 2> 984307 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[34 (1688397043172638720)]} 0 4
[junit4] 2> 984308 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[35 (1688397043177881600)]} 0 0
[junit4] 2> 984309 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[36 (1688397043177881601)]} 0 0
[junit4] 2> 984309 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[37 (1688397043178930176)]} 0 0
[junit4] 2> 984310 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[38 (1688397043179978752)]} 0 0
[junit4] 2> 984311 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[39 (1688397043181027328)]} 0 0
[junit4] 2> 984312 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[40 (1688397043181027329)]} 0 0
[junit4] 2> 984312 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[41 (1688397043182075904)]} 0 0
[junit4] 2> 984317 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[42 (1688397043187318784)]} 0 0
[junit4] 2> 984318 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[43 (1688397043188367360)]} 0 0
[junit4] 2> 984319 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[44 (1688397043188367361)]} 0 0
[junit4] 2> 984319 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[45 (1688397043189415936)]} 0 0
[junit4] 2> 984320 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[46 (1688397043190464512)]} 0 0
[junit4] 2> 984321 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[47 (1688397043190464513)]} 0 0
[junit4] 2> 984321 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[48 (1688397043191513088)]} 0 0
[junit4] 2> 984322 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[49 (1688397043192561664)]} 0 0
[junit4] 2> 984323 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[50 (1688397043192561665)]} 0 0
[junit4] 2> 984323 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[51 (1688397043193610240)]} 0 0
[junit4] 2> 984324 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[52 (1688397043194658816)]} 0 0
[junit4] 2> 984325 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[53 (1688397043194658817)]} 0 0
[junit4] 2> 984325 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[54 (1688397043195707392)]} 0 0
[junit4] 2> 984326 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[55 (1688397043196755968)]} 0 0
[junit4] 2> 984327 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[56 (1688397043196755969)]} 0 0
[junit4] 2> 984327 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[57 (1688397043197804544)]} 0 0
[junit4] 2> 984341 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[58 (1688397043197804545)]} 0 13
[junit4] 2> 984342 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[59 (1688397043212484608)]} 0 0
[junit4] 2> 984343 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[60 (1688397043213533184)]} 0 0
[junit4] 2> 984349 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[61 (1688397043214581760)]} 0 5
[junit4] 2> 984349 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[62 (1688397043220873216)]} 0 0
[junit4] 2> 984350 INFO
(TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
[...truncated too long message...]
89813 INFO (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjODE4&timeAllowed=1}
hits=1000 status=0 QTime=0
[junit4] 2> 989815 INFO
(TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjODYz&timeAllowed=1}
hits=1000 status=0 QTime=0
[junit4] 2> 989818 INFO
(TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjOTA4&timeAllowed=1}
hits=1000 status=0 QTime=0
[junit4] 2> 989819 INFO
(TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjOTUz&timeAllowed=1}
hits=1000 status=0 QTime=0
[junit4] 2> 989821 INFO
(TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjOTk5&timeAllowed=1}
hits=1000 status=0 QTime=0
[junit4] 2> 989822 INFO
(TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjOTk5&timeAllowed=50}
hits=1000 status=0 QTime=0
[junit4] 2> 989822 INFO
(TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjOTk5&timeAllowed=10000}
hits=1000 status=0 QTime=0
[junit4] 2> 989823 INFO
(TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{deleteByQuery=*:* (-1688397048959729664)} 0 1
[junit4] 2> 989826 INFO
(searcherExecutor-8881-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 989827 INFO
(TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 3
[junit4] 2> 989827 INFO
(TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testTimeAllowed
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=CursorPagingTest
-Dtests.method=testTimeAllowed -Dtests.seed=449C4A0D13EADE3C
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=hr
-Dtests.timezone=Australia/Victoria -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.38s J3 | CursorPagingTest.testTimeAllowed <<<
[junit4] > Throwable #1: java.lang.AssertionError: Should have
experienced at least one partialResult
[junit4] > at
__randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:A0F9E3B948730DED]:0)
[junit4] > at
org.apache.solr.CursorPagingTest.testTimeAllowed(CursorPagingTest.java:571)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 989829 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 989829 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1094386097
[junit4] 2> 989829 INFO (coreCloseExecutor-8887-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6919916
[junit4] 2> 989829 INFO (coreCloseExecutor-8887-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1 tag=SolrCore@6919916
[junit4] 2> 989829 INFO (coreCloseExecutor-8887-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e328f51: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@6d7ac5fc
[junit4] 2> 989848 INFO (coreCloseExecutor-8887-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() ... SKIPPED
(unnecessary).
[junit4] 2> 989848 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 989848 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@534aa01: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry
solr.node/com.codahale.metrics.MetricRegistry@6a1d4e32
[junit4] 2> 989853 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 989853 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@353d60da: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry
solr.jvm/com.codahale.metrics.MetricRegistry@7674c591
[junit4] 2> 989855 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 989855 INFO
(SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@62f1a30b: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty/com.codahale.metrics.MetricRegistry@5003628d
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.CursorPagingTest_449C4A0D13EADE3C-001
[junit4] 2> NOTE: test params are:
codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=9742, maxDocsPerChunk=610, blockShift=2),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=9742, blockSize=2)),
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=hr,
timezone=Australia/Victoria
[junit4] 2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation
1.8.0_252 (64-bit)/cpus=4,threads=1,free=179215480,total=524812288
[junit4] 2> NOTE: All tests run in this JVM: [TestJsonFacetErrors,
OutOfBoxZkACLAndCredentialsProvidersTest, SolrRequestParserTest,
TestPayloadCheckQParserPlugin, TestBulkSchemaConcurrent,
TestReRankQParserPlugin, ExplicitHLLTest, ZkSolrClientTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TestWaitForStateWithJettyShutdowns,
TestLegacyField, TestRandomFlRTGCloud, StatsReloadRaceTest,
TestStressThreadBackup, TestFastOutputStream, TestJmxIntegration,
TestNonDefinedSimilarityFactory, OverseerTaskQueueTest,
EmbeddedSolrNoSerializeTest, TestUnifiedSolrHighlighter,
MultiSolrCloudTestCaseTest, TestCloudPhrasesIdentificationComponent,
NumberUtilsTest, TestMissingGroups, BinaryUpdateRequestHandlerTest,
TestFilteredDocIdSet, RootFieldTest, JWTAuthPluginTest,
PeerSyncWithBufferUpdatesTest, DirectUpdateHandlerTest,
TestJavabinTupleStreamParser, TestUseDocValuesAsStored, TestXmlQParser,
TestLRUCache, BasicAuthIntegrationTest, CategoryRoutedAliasUpdateProcessorTest,
TestContainerPlugin, ExitableDirectoryReaderTest, TestMacros,
TestFieldCacheSort, SolrCoreMetricManagerTest,
TestMultiValuedNumericRangeQuery, ZkCollectionPropsCachingTest,
TestSolrCachePerf, TestBulkSchemaAPI, BlockDirectoryTest, QueryParsingTest,
TestTrie, NodeAddedTriggerIntegrationTest,
ConcurrentDeleteAndCreateCollectionTest, TokenizerChainTest,
CloudExitableDirectoryReaderTest, TestSolrCloudWithHadoopAuthPlugin,
SolrCloudReportersTest, TestConfigSetsAPIExclusivity, RAMDirectoryFactoryTest,
MissingSegmentRecoveryTest, ExecutePlanActionTest,
ManagedSchemaRoundRobinCloudTest, RollingRestartTest, LargeFieldTest,
PhrasesIdentificationComponentTest, NodeMarkersRegistrationTest,
DistributedTermsComponentTest, SharedFSAutoReplicaFailoverTest,
SolrCoreCheckLockOnStartupTest, TestReplicationHandlerBackup,
TestManagedSynonymGraphFilterFactory, TestConfigSetProperties,
TestHdfsUpdateLog, TestPrepRecovery, SolrLogPostToolTest,
TestHashQParserPlugin, TriLevelCompositeIdRoutingTest, TestDistributedGrouping,
HdfsRestartWhileUpdatingTest, TestDeprecatedFilters, RuleEngineTest,
SpatialHeatmapFacetsTest, TestExactStatsCache, ChangedSchemaMergeTest,
DeleteLastCustomShardedReplicaTest, CustomTermsComponentTest,
TestLegacyFieldCache, TestPKIAuthenticationPlugin, TestLeaderElectionZkExpiry,
IndexSizeTriggerSizeEstimationTest, XMLAtomicUpdateMultivalueTest,
TestSSLRandomization, RecoveryAfterSoftCommitTest, TestElisionMultitermQuery,
TestNestedDocsSort, SolrTestCaseJ4DeleteCoreTest,
DistributedFacetPivotSmallTest, CloneFieldUpdateProcessorFactoryTest,
TestTestInjection, HdfsChaosMonkeySafeLeaderTest,
TestChildDocTransformerHierarchy, ConnectionManagerTest, TestStressRecovery,
HttpPartitionWithTlogReplicasTest, LegacyCloudClusterPropTest,
RegexBoostProcessorTest, TestFieldCollectionResource, TestRawTransformer,
ChaosMonkeySafeLeaderTest, MinimalSchemaTest, TestSimpleQParserPlugin,
TestFunctionQuery, ZookeeperStatusHandlerTest, AnalysisAfterCoreReloadTest,
BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest]
[junit4] Completed [407/924 (2!)] on J3 in 9.01s, 6 tests, 1 failure <<<
FAILURES!
[...truncated 52524 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]