Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1285/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.handler.admin.MBeansHandlerTest.testDiff
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([A8572244FD4260AF:6D41E6DFEDF458CF]:0)
at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffObject(SolrInfoMBeanHandler.java:240)
at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffNamedList(SolrInfoMBeanHandler.java:219)
at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.getDiff(SolrInfoMBeanHandler.java:187)
at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.handleRequestBody(SolrInfoMBeanHandler.java:87)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2487)
at org.apache.solr.util.TestHarness.query(TestHarness.java:333)
at org.apache.solr.util.TestHarness.query(TestHarness.java:315)
at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:57)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp
Error Message:
No such processor Template
Stack Trace:
org.apache.solr.common.SolrException: No such processor Template
at
__randomizedtesting.SeedInfo.seed([A8572244FD4260AF:DE5628C5B0CA95B]:0)
at
org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
at
org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1446)
at
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11280 lines...]
[junit4] Suite:
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_A8572244FD4260AF-001/init-core-data-001
[junit4] 2> 306383 WARN
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=146 numCloses=146
[junit4] 2> 306383 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 306385 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 306385 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 306385 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 306410 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 306421 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 306527 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 306608 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2138466
[junit4] 2> 306611 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2138466
[junit4] 2> 306611 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2138466
[junit4] 2> 306612 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 306639 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 306650 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 306752 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 306761 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 306761 INFO (coreLoadExecutor-1938-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@2138466
[junit4] 2> 306761 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 306761 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_A8572244FD4260AF-001/init-core-data-001/]
[junit4] 2> 306762 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=1.9521484375,
floorSegmentMB=0.8818359375, forceMergeDeletesPctAllowed=4.339885410720024,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.35749212534835695
[junit4] 2> 306835 WARN (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered
(either '/select' or 'standard')
[junit4] 2> 306835 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 306835 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 306836 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.7939453125,
floorSegmentMB=1.1552734375, forceMergeDeletesPctAllowed=22.57099499402021,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 306836 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@50485e88[collection1] main]
[junit4] 2> 306836 WARN (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 306837 INFO (coreLoadExecutor-1938-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 306837 INFO
(searcherExecutor-1939-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@50485e88[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 306843 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 306845 INFO
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[A8572244FD4260AF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
[junit4] 2> 306849 INFO
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[A8572244FD4260AF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
[junit4] 2> 306851 INFO
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[A8572244FD4260AF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
[junit4] 2> 306851 INFO
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[A8572244FD4260AF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
[junit4] 2> 306853 INFO
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[A8572244FD4260AF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
[junit4] 2> 306853 WARN
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[A8572244FD4260AF])
[ ] o.a.s.c.PluginBag runtime library loading is not enabled, start Solr
with -Denable.runtime.lib=true
[junit4] 2> 306853 INFO
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[A8572244FD4260AF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testRequestTimeUrp
-Dtests.seed=A8572244FD4260AF -Dtests.slow=true -Dtests.locale=en-NZ
-Dtests.timezone=Asia/Ashkhabad -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 |
UpdateRequestProcessorFactoryTest.testRequestTimeUrp <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: No such
processor Template
[junit4] > at
__randomizedtesting.SeedInfo.seed([A8572244FD4260AF:DE5628C5B0CA95B]:0)
[junit4] > at
org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
[junit4] > at
org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1446)
[junit4] > at
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 306855 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 306855 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=685897290
[junit4] 2> 306855 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 306856 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 306857 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 306857 INFO
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 306857 INFO (coreCloseExecutor-1943-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@29775e2f
[junit4] 2> 306859 INFO (coreCloseExecutor-1943-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=695688751
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_A8572244FD4260AF-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1098, maxMBSortInHeap=7.220587596774049,
sim=RandomSimilarity(queryNorm=true): {}, locale=en-NZ, timezone=Asia/Ashkhabad
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=183994176,total=423624704
[junit4] 2> NOTE: All tests run in this JVM: [TestSolrCoreSnapshots,
ResponseHeaderTest, TestPHPSerializedResponseWriter,
TestLMDirichletSimilarityFactory, ConvertedLegacyTest,
ChaosMonkeySafeLeaderTest, TestCloudNestedDocsSort,
FieldAnalysisRequestHandlerTest, CSVRequestHandlerTest,
TestRuleBasedAuthorizationPlugin, DistribJoinFromCollectionTest,
TestUniqueKeyFieldResource, LeaderElectionIntegrationTest,
TestAtomicUpdateErrorCases, TestTolerantUpdateProcessorRandomCloud,
TestOverriddenPrefixQueryForCustomFieldType, NoCacheHeaderTest,
CollectionReloadTest, ExternalFileFieldSortTest,
DocExpirationUpdateProcessorFactoryTest, DeleteShardTest, FullHLLTest,
UUIDFieldTest, SolrIndexSplitterTest, TestXmlQParser, SortByFunctionTest,
TestSolrFieldCacheBean, PeerSyncReplicationTest, TestLuceneMatchVersion,
TestManagedSynonymFilterFactory, HdfsUnloadDistributedZkTest,
TestSortByMinMaxFunction, NotRequiredUniqueKeyTest, TestSQLHandler,
DistributedIntervalFacetingTest, TestDocBasedVersionConstraints, TestRecovery,
SpellCheckCollatorTest, TimeZoneUtilsTest, RemoteQueryErrorTest,
RegexBoostProcessorTest, TestSimpleTrackingShardHandler,
DistributedFacetPivotWhiteBoxTest, TestCoreAdminApis, TestReRankQParserPlugin,
TestOmitPositions, TestIntervalFaceting, TestTrie, TestSimpleTextCodec,
CdcrVersionReplicationTest, BooleanFieldTest, TestConfigSets, SuggesterTest,
CoreMergeIndexesAdminHandlerTest, TestReloadAndDeleteDocs, TestSolr4Spatial,
TestRangeQuery, TestRealTimeGet, UpdateRequestProcessorFactoryTest]
[junit4] Completed [105/709 (1!)] on J1 in 0.49s, 3 tests, 1 error <<<
FAILURES!
[...truncated 202 lines...]
[junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_A8572244FD4260AF-001/init-core-data-001
[junit4] 2> 490629 WARN
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 490629 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 490631 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 490631 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 490631 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 490658 WARN
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 490659 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 490688 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 490762 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 490799 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bb5b642
[junit4] 2> 490802 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bb5b642
[junit4] 2> 490802 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bb5b642
[junit4] 2> 490804 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 490830 WARN (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 490831 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 490849 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 490968 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 490973 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 490973 INFO (coreLoadExecutor-2096-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@4bb5b642
[junit4] 2> 490974 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 490974 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_A8572244FD4260AF-001/init-core-data-001/]
[junit4] 2> 490975 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=38.6806640625,
floorSegmentMB=1.4931640625, forceMergeDeletesPctAllowed=29.789771803523355,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5155363063158104
[junit4] 2> 491047 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 491047 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 491047 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 491047 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 491048 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 491048 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@34af682[collection1]
main]
[junit4] 2> 491051 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 491054 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 491071 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 491071 INFO (coreLoadExecutor-2096-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1566568770161344512
[junit4] 2> 491074 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 491076 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[A8572244FD4260AF]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDiff
[junit4] 2> 491079 INFO
(searcherExecutor-2097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 491082 INFO
(searcherExecutor-2097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 491082 INFO
(searcherExecutor-2097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 491083 INFO
(searcherExecutor-2097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 491086 INFO
(searcherExecutor-2097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 491086 INFO
(searcherExecutor-2097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 491088 INFO
(searcherExecutor-2097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 491088 INFO
(searcherExecutor-2097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 491088 INFO
(searcherExecutor-2097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 491089 INFO
(searcherExecutor-2097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@34af682[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 491092 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[A8572244FD4260AF]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 491093 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[A8572244FD4260AF]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&stats=true&wt=xml} status=0 QTime=16
[junit4] 2> 491105 ERROR
(TEST-MBeansHandlerTest.testDiff-seed#[A8572244FD4260AF]) [ ]
o.a.s.h.RequestHandlerBase java.lang.NullPointerException
[junit4] 2> at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffObject(SolrInfoMBeanHandler.java:240)
[junit4] 2> at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffNamedList(SolrInfoMBeanHandler.java:219)
[junit4] 2> at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.getDiff(SolrInfoMBeanHandler.java:187)
[junit4] 2> at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.handleRequestBody(SolrInfoMBeanHandler.java:87)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
[junit4] 2> at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2487)
[junit4] 2> at
org.apache.solr.util.TestHarness.query(TestHarness.java:333)
[junit4] 2> at
org.apache.solr.util.TestHarness.query(TestHarness.java:315)
[junit4] 2> at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:57)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 491105 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[A8572244FD4260AF]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&stats=true&diff=true&wt=xml} status=500 QTime=11
[junit4] 2> 491106 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[A8572244FD4260AF]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDiff
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MBeansHandlerTest
-Dtests.method=testDiff -Dtests.seed=A8572244FD4260AF -Dtests.slow=true
-Dtests.locale=cs -Dtests.timezone=America/Argentina/Buenos_Aires
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.04s J0 | MBeansHandlerTest.testDiff <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([A8572244FD4260AF:6D41E6DFEDF458CF]:0)
[junit4] > at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffObject(SolrInfoMBeanHandler.java:240)
[junit4] > at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.diffNamedList(SolrInfoMBeanHandler.java:219)
[junit4] > at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.getDiff(SolrInfoMBeanHandler.java:187)
[junit4] > at
org.apache.solr.handler.admin.SolrInfoMBeanHandler.handleRequestBody(SolrInfoMBeanHandler.java:87)
[junit4] > at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
[junit4] > at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2487)
[junit4] > at
org.apache.solr.util.TestHarness.query(TestHarness.java:333)
[junit4] > at
org.apache.solr.util.TestHarness.query(TestHarness.java:315)
[junit4] > at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:57)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 491112 INFO
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[A8572244FD4260AF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testXMLDiffWithExternalEntity
[junit4] 2> 491152 INFO
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[A8572244FD4260AF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testXMLDiffWithExternalEntity
[junit4] 2> 491153 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 491153 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=835512910
[junit4] 2> 491153 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 491154 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 491156 INFO
(SUITE-MBeansHandlerTest-seed#[A8572244FD4260AF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 491156 INFO (coreCloseExecutor-2102-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@62b2166c
[junit4] 2> 491158 INFO (coreCloseExecutor-2102-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1655838316
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_A8572244FD4260AF-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1890, maxMBSortInHeap=6.383402888611594,
sim=RandomSimilarity(queryNorm=true): {}, locale=cs,
timezone=America/Argentina/Buenos_Aires
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=92885136,total=436207616
[junit4] 2> NOTE: All tests run in this JVM: [TestUpdate,
TestImpersonationWithHadoopAuth, TestHighFrequencyDictionaryFactory,
SolrMetricManagerTest, MigrateRouteKeyTest, TestStressLucene,
HdfsBasicDistributedZkTest, TestRemoteStreaming, TestGroupingSearch,
TestCorePropertiesReload, TlogReplayBufferedWhileIndexingTest,
TestFunctionQuery, TestPivotHelperCode,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SpellingQueryConverterTest,
SolrIndexConfigTest, TestFastOutputStream, RequiredFieldsTest, TestPointFields,
SOLR749Test, TestDistributedSearch, LeaderInitiatedRecoveryOnCommitTest,
TestXIncludeConfig, DocumentBuilderTest, DocValuesTest, UtilsToolTest,
TestAnalyzeInfixSuggestions, RuleEngineTest, TestConfigSetsAPI,
TestInfoStreamLogging, TestStressReorder, TestCursorMarkWithoutUniqueKey,
ZkCLITest, QueryElevationComponentTest, ManagedSchemaRoundRobinCloudTest,
SpatialRPTFieldTypeTest, TestPKIAuthenticationPlugin, CloudMLTQParserTest,
ExplicitHLLTest, DirectSolrConnectionTest, BJQParserTest,
TestExtendedDismaxParser, PropertiesRequestHandlerTest, TestApiFramework,
DistributedQueryElevationComponentTest, TestFieldTypeCollectionResource,
TestStressInPlaceUpdates, DateFieldTest,
AddSchemaFieldsUpdateProcessorFactoryTest, SSLMigrationTest,
TestClusterProperties, SolrMetricsIntegrationTest, LeaderElectionTest,
RequestLoggingTest, HighlighterTest, BadCopyFieldTest, TestHashQParserPlugin,
TestFilteredDocIdSet, TestSchemalessBufferedUpdates, TestRebalanceLeaders,
TestNoOpRegenerator, InfoHandlerTest, TestShortCircuitedRequests,
TestDownShardTolerantSearch, DistributedFacetExistsSmallTest,
CachingDirectoryFactoryTest, TestPushWriter, TestCloudManagedSchema,
TestHalfAndHalfDocValues, SimpleFacetsTest, TestConfigSetProperties,
TestSolrQueryParserResource, TestUtils, TestSolrConfigHandlerConcurrent,
TestUninvertingReader, TestTrieFacet, SchemaVersionSpecificBehaviorTest,
TestChildDocTransformer, TestQuerySenderNoQuery, DateMathParserTest,
MBeansHandlerTest]
[junit4] Completed [171/709 (2!)] on J0 in 0.54s, 2 tests, 1 error <<<
FAILURES!
[...truncated 45173 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]