Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/133/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
        at 
__randomizedtesting.SeedInfo.seed([24184ECAD77A50DA:7BFC63FDBC76C39F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
        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.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't 
used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise 
LogUpdateProcessor isn't used and can't be tested.
        at 
__randomizedtesting.SeedInfo.seed([24184ECAD77A50DA:55FCB01CA1917716]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
        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 11964 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrSlf4jReporterTest_24184ECAD77A50DA-001/init-core-data-001
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter 
-Dtests.seed=24184ECAD77A50DA -Dtests.slow=true -Dtests.locale=ro-RO 
-Dtests.timezone=MST7MDT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 6.27s J0 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No 'solr.node' logs 
in: {numFound=0,start=0,docs=[]}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([24184ECAD77A50DA:7BFC63FDBC76C39F]:0)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrSlf4jReporterTest_24184ECAD77A50DA-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ro-RO, timezone=MST7MDT
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=99195096,total=388169728
   [junit4]   2> NOTE: All tests run in this JVM: [TestExtendedDismaxParser, 
NotRequiredUniqueKeyTest, DocValuesMissingTest, IndexBasedSpellCheckerTest, 
TestSizeLimitedDistributedMap, ImplicitSnitchTest, URLClassifyProcessorTest, 
TestEmbeddedSolrServerConstructors, TestInitParams, SolrIndexSplitterTest, 
TestZkAclsWithHadoopAuth, DeleteNodeTest, TestCoreAdminApis, 
DateMathParserTest, ActionThrottleTest, SimplePostToolTest, 
TestRandomDVFaceting, BasicAuthIntegrationTest, IndexSchemaTest, 
TestNoOpRegenerator, TestReloadAndDeleteDocs, TestStandardQParsers, 
AutoScalingHandlerTest, TestTolerantSearch, 
PeerSyncWithIndexFingerprintCachingTest, TestCloudPseudoReturnFields, 
ReplaceNodeTest, TestManagedSchemaAPI, TestReplicaProperties, 
NoCacheHeaderTest, CreateCollectionCleanupTest, SuggesterWFSTTest, 
TestAtomicUpdateErrorCases, TestXIncludeConfig, OverseerTaskQueueTest, 
DefaultValueUpdateProcessorTest, SpatialHeatmapFacetsTest, 
TestLegacyFieldCache, AsyncCallRequestStatusResponseTest, 
SolrMetricReporterTest, DateFieldTest, TestDocBasedVersionConstraints, 
TestDeleteCollectionOnDownNodes, HdfsRecoverLeaseTest, SSLMigrationTest, 
TestConfigSetsAPIZkFailure, V2ApiIntegrationTest, SuggesterTest, 
TestSurroundQueryParser, ReplicaListTransformerTest, 
CdcrVersionReplicationTest, TestHashPartitioner, TestRTimerTree, UUIDFieldTest, 
DocValuesTest, ShardRoutingTest, BigEndianAscendingWordSerializerTest, 
SolrCLIZkUtilsTest, ForceLeaderTest, TestQuerySenderNoQuery, 
TestBackupRepositoryFactory, TestFoldingMultitermQuery, TestStressLiveNodes, 
OverseerRolesTest, CurrencyFieldTypeTest, MoveReplicaHDFSUlogDirTest, 
SolrXmlInZkTest, FastVectorHighlighterTest, CdcrBootstrapTest, 
TestSimpleTextCodec, ZkStateReaderTest, HdfsDirectoryFactoryTest, 
TestCustomDocTransformer, RecoveryZkTest, TestUnifiedSolrHighlighter, 
TestQueryWrapperFilter, TestFieldCacheSort, DistanceFunctionTest, 
RegexBoostProcessorTest, NumericFieldsTest, HighlighterConfigTest, RulesTest, 
ParsingFieldUpdateProcessorsTest, RequestHandlersTest, TestFieldCache, 
TestPullReplicaErrorHandling, DirectUpdateHandlerOptimizeTest, 
LeaderElectionContextKeyTest, TestXmlQParserPlugin, CollectionsAPISolrJTest, 
HighlighterTest, CollectionReloadTest, SearchHandlerTest, 
TestTolerantUpdateProcessorCloud, CdcrUpdateLogTest, CloudMLTQParserTest, 
TestSubQueryTransformer, TestStreamBody, TestCollectionAPIs, 
DistribCursorPagingTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
ResourceLoaderTest, TestCodecSupport, ScriptEngineTest, 
TestFuzzyAnalyzedSuggestions, XmlUpdateRequestHandlerTest, TestCustomStream, 
BinaryUpdateRequestHandlerTest, PKIAuthenticationIntegrationTest, 
TestLMDirichletSimilarityFactory, ResponseHeaderTest, ResponseLogComponentTest, 
TestMacros, SolrShardReporterTest, TestExactStatsCache, TestHdfsUpdateLog, 
TestSmileRequest, TestRawResponseWriter, PrimUtilsTest, BlockCacheTest, 
TestManagedResourceStorage, TestSweetSpotSimilarityFactory, 
TestHashQParserPlugin, TestOmitPositions, SolrGangliaReporterTest, 
MultiThreadedOCPTest, TestLegacyNumericRangeQueryBuilder, CircularListTest, 
AlternateDirectoryTest, ZkControllerTest, AssignBackwardCompatibilityTest, 
TestNumericTokenStream, GraphQueryTest, TestHalfAndHalfDocValues, 
ShardSplitTest, TestNonDefinedSimilarityFactory, BlockJoinFacetRandomTest, 
TestSolrDeletionPolicy2, ExplicitHLLTest, CdcrReplicationHandlerTest, 
TestRandomRequestDistribution, TestStressVersions, 
TestInPlaceUpdatesStandalone, SliceStateTest, 
HdfsCollectionsAPIDistributedZkTest, TestLeaderElectionZkExpiry, 
TestGroupingSearch, TestRecoveryHdfs, TestPivotHelperCode, SyncSliceTest, 
ClassificationUpdateProcessorFactoryTest, DeleteInactiveReplicaTest, 
DistributedSpellCheckComponentTest, TestMaxTokenLenTokenizer, 
TestSchemalessBufferedUpdates, TestHdfsCloudBackupRestore, 
LeaderFailureAfterFreshStartTest, HardAutoCommitTest, SoftAutoCommitTest, 
TestSQLHandlerNonCloud, DirectoryFactoryTest, TestImpersonationWithHadoopAuth, 
AnalysisAfterCoreReloadTest, TestImplicitCoreProperties, 
TestPayloadCheckQParserPlugin, TestFieldCollectionResource, MetricsHandlerTest, 
TestSha256AuthenticationProvider, TestUtils, CollectionTooManyReplicasTest, 
CoreMergeIndexesAdminHandlerTest, TestJavabinTupleStreamParser, 
SolrSlf4jReporterTest]
   [junit4] Completed [366/731 (1!)] on J0 in 6.31s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 220 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_24184ECAD77A50DA-001/init-core-data-001
   [junit4]   2> 2094478 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[24184ECAD77A50DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2094479 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[24184ECAD77A50DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2094480 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[24184ECAD77A50DA]-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> 2094480 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[24184ECAD77A50DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2094480 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[24184ECAD77A50DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2094765 WARN  (coreLoadExecutor-7510-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 2094768 WARN  (coreLoadExecutor-7510-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2094769 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[24184ECAD77A50DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2094772 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[24184ECAD77A50DA])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 2094774 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[24184ECAD77A50DA])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> 2094776 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[24184ECAD77A50DA])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 2094776 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[24184ECAD77A50DA])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest 
-Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=24184ECAD77A50DA 
-Dtests.slow=true -Dtests.locale=es-PY -Dtests.timezone=Pacific/Palau 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.00s J0 | 
UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with 
INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([24184ECAD77A50DA:55FCB01CA1917716]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2094779 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[24184ECAD77A50DA])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 2094779 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[24184ECAD77A50DA])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 2094779 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[24184ECAD77A50DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_24184ECAD77A50DA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=770, maxMBSortInHeap=5.039021526439885, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-PY, timezone=Pacific/Palau
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=283207512,total=514596864
   [junit4]   2> NOTE: All tests run in this JVM: [TestExtendedDismaxParser, 
NotRequiredUniqueKeyTest, DocValuesMissingTest, IndexBasedSpellCheckerTest, 
TestSizeLimitedDistributedMap, ImplicitSnitchTest, URLClassifyProcessorTest, 
TestEmbeddedSolrServerConstructors, TestInitParams, SolrIndexSplitterTest, 
TestZkAclsWithHadoopAuth, DeleteNodeTest, TestCoreAdminApis, 
DateMathParserTest, ActionThrottleTest, SimplePostToolTest, 
TestRandomDVFaceting, BasicAuthIntegrationTest, IndexSchemaTest, 
TestNoOpRegenerator, TestReloadAndDeleteDocs, TestStandardQParsers, 
AutoScalingHandlerTest, TestTolerantSearch, 
PeerSyncWithIndexFingerprintCachingTest, TestCloudPseudoReturnFields, 
ReplaceNodeTest, TestManagedSchemaAPI, TestReplicaProperties, 
NoCacheHeaderTest, CreateCollectionCleanupTest, SuggesterWFSTTest, 
TestAtomicUpdateErrorCases, TestXIncludeConfig, OverseerTaskQueueTest, 
DefaultValueUpdateProcessorTest, SpatialHeatmapFacetsTest, 
TestLegacyFieldCache, AsyncCallRequestStatusResponseTest, 
SolrMetricReporterTest, DateFieldTest, TestDocBasedVersionConstraints, 
TestDeleteCollectionOnDownNodes, HdfsRecoverLeaseTest, SSLMigrationTest, 
TestConfigSetsAPIZkFailure, V2ApiIntegrationTest, SuggesterTest, 
TestSurroundQueryParser, ReplicaListTransformerTest, 
CdcrVersionReplicationTest, TestHashPartitioner, TestRTimerTree, UUIDFieldTest, 
DocValuesTest, ShardRoutingTest, BigEndianAscendingWordSerializerTest, 
SolrCLIZkUtilsTest, ForceLeaderTest, TestQuerySenderNoQuery, 
TestBackupRepositoryFactory, TestFoldingMultitermQuery, TestStressLiveNodes, 
OverseerRolesTest, CurrencyFieldTypeTest, MoveReplicaHDFSUlogDirTest, 
SolrXmlInZkTest, FastVectorHighlighterTest, CdcrBootstrapTest, 
TestSimpleTextCodec, ZkStateReaderTest, HdfsDirectoryFactoryTest, 
TestCustomDocTransformer, RecoveryZkTest, TestUnifiedSolrHighlighter, 
TestQueryWrapperFilter, TestFieldCacheSort, DistanceFunctionTest, 
RegexBoostProcessorTest, NumericFieldsTest, HighlighterConfigTest, RulesTest, 
ParsingFieldUpdateProcessorsTest, RequestHandlersTest, TestFieldCache, 
TestPullReplicaErrorHandling, DirectUpdateHandlerOptimizeTest, 
LeaderElectionContextKeyTest, TestXmlQParserPlugin, CollectionsAPISolrJTest, 
HighlighterTest, CollectionReloadTest, SearchHandlerTest, 
TestTolerantUpdateProcessorCloud, CdcrUpdateLogTest, CloudMLTQParserTest, 
TestSubQueryTransformer, TestStreamBody, TestCollectionAPIs, 
DistribCursorPagingTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
ResourceLoaderTest, TestCodecSupport, ScriptEngineTest, 
TestFuzzyAnalyzedSuggestions, XmlUpdateRequestHandlerTest, TestCustomStream, 
BinaryUpdateRequestHandlerTest, PKIAuthenticationIntegrationTest, 
TestLMDirichletSimilarityFactory, ResponseHeaderTest, ResponseLogComponentTest, 
TestMacros, SolrShardReporterTest, TestExactStatsCache, TestHdfsUpdateLog, 
TestSmileRequest, TestRawResponseWriter, PrimUtilsTest, BlockCacheTest, 
TestManagedResourceStorage, TestSweetSpotSimilarityFactory, 
TestHashQParserPlugin, TestOmitPositions, SolrGangliaReporterTest, 
MultiThreadedOCPTest, TestLegacyNumericRangeQueryBuilder, CircularListTest, 
AlternateDirectoryTest, ZkControllerTest, AssignBackwardCompatibilityTest, 
TestNumericTokenStream, GraphQueryTest, TestHalfAndHalfDocValues, 
ShardSplitTest, TestNonDefinedSimilarityFactory, BlockJoinFacetRandomTest, 
TestSolrDeletionPolicy2, ExplicitHLLTest, CdcrReplicationHandlerTest, 
TestRandomRequestDistribution, TestStressVersions, 
TestInPlaceUpdatesStandalone, SliceStateTest, 
HdfsCollectionsAPIDistributedZkTest, TestLeaderElectionZkExpiry, 
TestGroupingSearch, TestRecoveryHdfs, TestPivotHelperCode, SyncSliceTest, 
ClassificationUpdateProcessorFactoryTest, DeleteInactiveReplicaTest, 
DistributedSpellCheckComponentTest, TestMaxTokenLenTokenizer, 
TestSchemalessBufferedUpdates, TestHdfsCloudBackupRestore, 
LeaderFailureAfterFreshStartTest, HardAutoCommitTest, SoftAutoCommitTest, 
TestSQLHandlerNonCloud, DirectoryFactoryTest, TestImpersonationWithHadoopAuth, 
AnalysisAfterCoreReloadTest, TestImplicitCoreProperties, 
TestPayloadCheckQParserPlugin, TestFieldCollectionResource, MetricsHandlerTest, 
TestSha256AuthenticationProvider, TestUtils, CollectionTooManyReplicasTest, 
CoreMergeIndexesAdminHandlerTest, TestJavabinTupleStreamParser, 
SolrSlf4jReporterTest, TestDistribIDF, TestGeoJSONResponseWriter, 
OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, 
ClusterStateUpdateTest, LeaderElectionTest, TestZkChroot, 
TestDistributedSearch, TestFaceting, TermVectorComponentDistributedTest, 
TestJoin, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, PeerSyncTest, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
SignatureUpdateProcessorFactoryTest, CoreAdminHandlerTest, 
SchemaVersionSpecificBehaviorTest, StatelessScriptUpdateProcessorFactoryTest, 
SolrInfoBeanTest, DebugComponentTest, CacheHeaderTest, 
DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, 
TestReversedWildcardFilterFactory, TermsComponentTest, MoreLikeThisHandlerTest, 
LoggingHandlerTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [434/731 (2!)] on J0 in 0.32s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 44302 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to