I committed a fix. Alan Woodward www.flax.co.uk
On 19 Jan 2015, at 17:11, Policeman Jenkins Server wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11642/ > Java: 64bit/jdk1.9.0-ea-b44 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC > > 2 tests failed. > FAILED: > org.apache.solr.client.solrj.embedded.MergeIndexesEmbeddedTest.testMergeIndexesByDirName > > Error Message: > No such core: core0 > > Stack Trace: > org.apache.solr.common.SolrException: No such core: core0 > at > __randomizedtesting.SeedInfo.seed([CAE9586297691940:DE7CA45F4AAB0295]:0) > at > org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112) > at > org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) > at > org.apache.solr.client.solrj.MergeIndexesExampleTestBase.setupCores(MergeIndexesExampleTestBase.java:117) > at > org.apache.solr.client.solrj.MergeIndexesExampleTestBase.testMergeIndexesByDirName(MergeIndexesExampleTestBase.java:157) > 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:1618) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) > at > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) > at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > at > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) > at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) > at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) > at > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) > at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) > 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:54) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) > at > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) > at java.lang.Thread.run(Thread.java:745) > > > FAILED: > org.apache.solr.client.solrj.embedded.MergeIndexesEmbeddedTest.testMergeIndexesByCoreName > > Error Message: > No such core: core0 > > Stack Trace: > org.apache.solr.common.SolrException: No such core: core0 > at > __randomizedtesting.SeedInfo.seed([CAE9586297691940:BB1D55AD09AC6717]:0) > at > org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112) > at > org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) > at > org.apache.solr.client.solrj.MergeIndexesExampleTestBase.setupCores(MergeIndexesExampleTestBase.java:117) > at > org.apache.solr.client.solrj.MergeIndexesExampleTestBase.testMergeIndexesByCoreName(MergeIndexesExampleTestBase.java:173) > 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:1618) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) > at > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) > at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > at > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) > at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) > at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) > at > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) > at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) > 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:54) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) > at > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) > at java.lang.Thread.run(Thread.java:745) > > > > > Build Log: > [...truncated 10797 lines...] > [junit4] Suite: > org.apache.solr.client.solrj.embedded.MergeIndexesEmbeddedTest > [junit4] 2> Creating dataDir: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.MergeIndexesEmbeddedTest > CAE9586297691940-001/init-core-data-001 > [junit4] 2> 55598 T187 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl > (false) and clientAuth (false) > [junit4] 2> 55609 T187 oas.SolrTestCaseJ4.setUp ###Starting > testMergeMultipleRequest > [junit4] 2> 55611 T187 oasc.SolrResourceLoader.<init> new > SolrResourceLoader for directory: > '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore/' > [junit4] 2> 55638 T187 oasc.ConfigSolr.fromFile Loading container > configuration from > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore/solr.xml > [junit4] 2> 55650 T187 oasc.CorePropertiesLocator.<init> Config-defined > core root directory: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore > [junit4] 2> 55651 T187 oasc.CoreContainer.<init> New CoreContainer > 889432303 > [junit4] 2> 55651 T187 oasc.CoreContainer.load Loading cores into > CoreContainer > [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore/] > [junit4] 2> 55651 T187 oashc.HttpShardHandlerFactory.getParameter Setting > socketTimeout to: 600000 > [junit4] 2> 55652 T187 oashc.HttpShardHandlerFactory.getParameter Setting > urlScheme to: null > [junit4] 2> 55652 T187 oashc.HttpShardHandlerFactory.getParameter Setting > connTimeout to: 60000 > [junit4] 2> 55652 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maxConnectionsPerHost to: 20 > [junit4] 2> 55652 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maxConnections to: 10000 > [junit4] 2> 55653 T187 oashc.HttpShardHandlerFactory.getParameter Setting > corePoolSize to: 0 > [junit4] 2> 55653 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maximumPoolSize to: 2147483647 > [junit4] 2> 55653 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maxThreadIdleTime to: 5 > [junit4] 2> 55653 T187 oashc.HttpShardHandlerFactory.getParameter Setting > sizeOfQueue to: -1 > [junit4] 2> 55654 T187 oashc.HttpShardHandlerFactory.getParameter Setting > fairnessPolicy to: false > [junit4] 2> 55654 T187 oashc.HttpShardHandlerFactory.getParameter Setting > useRetries to: false > [junit4] 2> 55655 T187 oasu.UpdateShardHandler.<init> Creating > UpdateShardHandler HTTP client with params: > socketTimeout=600000&connTimeout=60000&retry=true > [junit4] 2> 55655 T187 oasl.LogWatcher.createWatcher SLF4J impl is > org.slf4j.impl.Log4jLoggerFactory > [junit4] 2> 55655 T187 oasl.LogWatcher.newRegisteredLogWatcher > Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] > [junit4] 2> 55655 T187 oasc.CoreContainer.load Host Name: null > [junit4] 2> 55656 T187 oasc.CorePropertiesLocator.discover Looking for > core definitions underneath > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore > [junit4] 2> 56183 T187 oasc.CorePropertiesLocator.discover Found 0 core > definitions > [junit4] 2> 56184 T187 oascs.MergeIndexesExampleTestBase.setUp > CORES=org.apache.solr.core.CoreContainer@3503a8ef : [] > [junit4] 2> 56189 T187 oas.SolrTestCaseJ4.tearDown ###Ending > testMergeMultipleRequest > [junit4] 2> 56189 T187 oasc.CoreContainer.shutdown Shutting down > CoreContainer instance=889432303 > [junit4] 2> 56193 T187 oas.SolrTestCaseJ4.setUp ###Starting > testMergeIndexesByDirName > [junit4] 2> 56195 T187 oasc.SolrResourceLoader.<init> new > SolrResourceLoader for directory: > '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore/' > [junit4] 2> 56211 T187 oasc.ConfigSolr.fromFile Loading container > configuration from > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore/solr.xml > [junit4] 2> 56220 T187 oasc.CorePropertiesLocator.<init> Config-defined > core root directory: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore > [junit4] 2> 56221 T187 oasc.CoreContainer.<init> New CoreContainer > 2135155700 > [junit4] 2> 56222 T187 oasc.CoreContainer.load Loading cores into > CoreContainer > [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore/] > [junit4] 2> 56222 T187 oashc.HttpShardHandlerFactory.getParameter Setting > socketTimeout to: 600000 > [junit4] 2> 56222 T187 oashc.HttpShardHandlerFactory.getParameter Setting > urlScheme to: null > [junit4] 2> 56223 T187 oashc.HttpShardHandlerFactory.getParameter Setting > connTimeout to: 60000 > [junit4] 2> 56223 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maxConnectionsPerHost to: 20 > [junit4] 2> 56223 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maxConnections to: 10000 > [junit4] 2> 56223 T187 oashc.HttpShardHandlerFactory.getParameter Setting > corePoolSize to: 0 > [junit4] 2> 56223 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maximumPoolSize to: 2147483647 > [junit4] 2> 56224 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maxThreadIdleTime to: 5 > [junit4] 2> 56224 T187 oashc.HttpShardHandlerFactory.getParameter Setting > sizeOfQueue to: -1 > [junit4] 2> 56224 T187 oashc.HttpShardHandlerFactory.getParameter Setting > fairnessPolicy to: false > [junit4] 2> 56224 T187 oashc.HttpShardHandlerFactory.getParameter Setting > useRetries to: false > [junit4] 2> 56225 T187 oasu.UpdateShardHandler.<init> Creating > UpdateShardHandler HTTP client with params: > socketTimeout=600000&connTimeout=60000&retry=true > [junit4] 2> 56225 T187 oasl.LogWatcher.createWatcher SLF4J impl is > org.slf4j.impl.Log4jLoggerFactory > [junit4] 2> 56226 T187 oasl.LogWatcher.newRegisteredLogWatcher > Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] > [junit4] 2> 56226 T187 oasc.CoreContainer.load Host Name: null > [junit4] 2> 56227 T187 oasc.CorePropertiesLocator.discover Looking for > core definitions underneath > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore > [junit4] 2> 56242 T187 oasc.CorePropertiesLocator.discover Found 0 core > definitions > [junit4] 2> 56243 T187 oascs.MergeIndexesExampleTestBase.setUp > CORES=org.apache.solr.core.CoreContainer@7f43e3f4 : [] > [junit4] 2> 56243 T187 oas.SolrTestCaseJ4.tearDown ###Ending > testMergeIndexesByDirName > [junit4] 2> 56243 T187 oasc.CoreContainer.shutdown Shutting down > CoreContainer instance=2135155700 > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=MergeIndexesEmbeddedTest -Dtests.method=testMergeIndexesByDirName > -Dtests.seed=CAE9586297691940 -Dtests.multiplier=3 -Dtests.slow=true > -Dtests.locale=zh_HK -Dtests.timezone=America/Buenos_Aires > -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 > [junit4] ERROR 0.09s J1 | > MergeIndexesEmbeddedTest.testMergeIndexesByDirName <<< > [junit4] > Throwable #1: org.apache.solr.common.SolrException: No such > core: core0 > [junit4] > at > __randomizedtesting.SeedInfo.seed([CAE9586297691940:DE7CA45F4AAB0295]:0) > [junit4] > at > org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112) > [junit4] > at > org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) > [junit4] > at > org.apache.solr.client.solrj.MergeIndexesExampleTestBase.setupCores(MergeIndexesExampleTestBase.java:117) > [junit4] > at > org.apache.solr.client.solrj.MergeIndexesExampleTestBase.testMergeIndexesByDirName(MergeIndexesExampleTestBase.java:157) > [junit4] > at java.lang.Thread.run(Thread.java:745) > [junit4] 2> 56278 T187 oas.SolrTestCaseJ4.setUp ###Starting > testMergeIndexesByCoreName > [junit4] 2> 56280 T187 oasc.SolrResourceLoader.<init> new > SolrResourceLoader for directory: > '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore/' > [junit4] 2> 56295 T187 oasc.ConfigSolr.fromFile Loading container > configuration from > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore/solr.xml > [junit4] 2> 56303 T187 oasc.CorePropertiesLocator.<init> Config-defined > core root directory: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore > [junit4] 2> 56304 T187 oasc.CoreContainer.<init> New CoreContainer > 1638969745 > [junit4] 2> 56304 T187 oasc.CoreContainer.load Loading cores into > CoreContainer > [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore/] > [junit4] 2> 56304 T187 oashc.HttpShardHandlerFactory.getParameter Setting > socketTimeout to: 600000 > [junit4] 2> 56304 T187 oashc.HttpShardHandlerFactory.getParameter Setting > urlScheme to: null > [junit4] 2> 56305 T187 oashc.HttpShardHandlerFactory.getParameter Setting > connTimeout to: 60000 > [junit4] 2> 56305 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maxConnectionsPerHost to: 20 > [junit4] 2> 56305 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maxConnections to: 10000 > [junit4] 2> 56305 T187 oashc.HttpShardHandlerFactory.getParameter Setting > corePoolSize to: 0 > [junit4] 2> 56305 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maximumPoolSize to: 2147483647 > [junit4] 2> 56306 T187 oashc.HttpShardHandlerFactory.getParameter Setting > maxThreadIdleTime to: 5 > [junit4] 2> 56306 T187 oashc.HttpShardHandlerFactory.getParameter Setting > sizeOfQueue to: -1 > [junit4] 2> 56306 T187 oashc.HttpShardHandlerFactory.getParameter Setting > fairnessPolicy to: false > [junit4] 2> 56306 T187 oashc.HttpShardHandlerFactory.getParameter Setting > useRetries to: false > [junit4] 2> 56307 T187 oasu.UpdateShardHandler.<init> Creating > UpdateShardHandler HTTP client with params: > socketTimeout=600000&connTimeout=60000&retry=true > [junit4] 2> 56308 T187 oasl.LogWatcher.createWatcher SLF4J impl is > org.slf4j.impl.Log4jLoggerFactory > [junit4] 2> 56308 T187 oasl.LogWatcher.newRegisteredLogWatcher > Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] > [junit4] 2> 56308 T187 oasc.CoreContainer.load Host Name: null > [junit4] 2> 56310 T187 oasc.CorePropertiesLocator.discover Looking for > core definitions underneath > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/src/test-files/solrj/solr/multicore > [junit4] 2> 56323 T187 oasc.CorePropertiesLocator.discover Found 0 core > definitions > [junit4] 2> 56323 T187 oascs.MergeIndexesExampleTestBase.setUp > CORES=org.apache.solr.core.CoreContainer@61b0b191 : [] > [junit4] 2> 56324 T187 oas.SolrTestCaseJ4.tearDown ###Ending > testMergeIndexesByCoreName > [junit4] 2> 56324 T187 oasc.CoreContainer.shutdown Shutting down > CoreContainer instance=1638969745 > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=MergeIndexesEmbeddedTest -Dtests.method=testMergeIndexesByCoreName > -Dtests.seed=CAE9586297691940 -Dtests.multiplier=3 -Dtests.slow=true > -Dtests.locale=zh_HK -Dtests.timezone=America/Buenos_Aires > -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 > [junit4] ERROR 0.05s J1 | > MergeIndexesEmbeddedTest.testMergeIndexesByCoreName <<< > [junit4] > Throwable #1: org.apache.solr.common.SolrException: No such > core: core0 > [junit4] > at > __randomizedtesting.SeedInfo.seed([CAE9586297691940:BB1D55AD09AC6717]:0) > [junit4] > at > org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112) > [junit4] > at > org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) > [junit4] > at > org.apache.solr.client.solrj.MergeIndexesExampleTestBase.setupCores(MergeIndexesExampleTestBase.java:117) > [junit4] > at > org.apache.solr.client.solrj.MergeIndexesExampleTestBase.testMergeIndexesByCoreName(MergeIndexesExampleTestBase.java:173) > [junit4] > at java.lang.Thread.run(Thread.java:745) > [junit4] 2> 56330 T187 oas.SolrTestCaseJ4.deleteCore ###deleteCore > [junit4] 2> NOTE: leaving temporary files on disk at: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.MergeIndexesEmbeddedTest > CAE9586297691940-001 > [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, > docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, > locale=zh_HK, timezone=America/Buenos_Aires > [junit4] 2> NOTE: Linux 3.13.0-43-generic amd64/Oracle Corporation > 1.9.0-ea (64-bit)/cpus=8,threads=1,free=58413200,total=127729664 > [junit4] 2> NOTE: All tests run in this JVM: [SolrParamTest, > SolrExceptionTest, SolrQueryTest, AnlysisResponseBaseTest, QueryResponseTest, > IteratorChainTest, TestRetryUtil, SolrSchemalessExampleTest, > SolrExampleJettyTest, TestFastInputStream, SolrExampleStreamingTest, > SolrExampleBinaryTest, LargeVolumeBinaryJettyTest, JettyWebappTest, > TestSpellCheckResponse, MergeIndexesEmbeddedTest] > [junit4] Completed on J1 in 0.77s, 3 tests, 2 errors <<< FAILURES! > > [...truncated 53 lines...] > BUILD FAILED > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:519: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:200: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:510: > The following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1348: > The following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:956: > There were test failures: 52 suites, 330 tests, 2 errors > > Total time: 62 minutes 52 seconds > Build step 'Invoke Ant' marked build as failure > [description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b44 > -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC > Archiving artifacts > Recording test results > Email was triggered for: Failure - Any > Sending email for trigger: Failure - Any > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
