Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/314/
Java: 32bit/jdk-9-ea+181 -client -XX:+UseParallelGC --illegal-access=deny

2 tests failed.
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([32A8DF44BE5931AE:434C2192C8B21662]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


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([32A8DF44BE5931AE:6D4CF273D555A2EB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12147 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_32A8DF44BE5931AE-001/init-core-data-001
   [junit4]   2> 1317954 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[32A8DF44BE5931AE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1318490 WARN  (coreLoadExecutor-5411-thread-1) [    ] 
o.a.s.c.RequestHandlers no default request handler is registered (either 
'/select' or 'standard')
   [junit4]   2> 1318492 WARN  (coreLoadExecutor-5411-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest 
-Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=32A8DF44BE5931AE 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-MH 
-Dtests.timezone=Europe/Bucharest -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J2 | 
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([32A8DF44BE5931AE:434C2192C8B21662]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_32A8DF44BE5931AE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=645, maxMBSortInHeap=7.3783901602324224, 
sim=RandomSimilarity(queryNorm=true): {}, locale=en-MH, 
timezone=Europe/Bucharest
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 9 
(32-bit)/cpus=8,threads=1,free=142953472,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [TestHdfsBackupRestoreCore, 
TestFastWriter, TestManagedResourceStorage, TestReload, TestStressLiveNodes, 
UniqFieldsUpdateProcessorFactoryTest, RecoveryAfterSoftCommitTest, 
TestCloudJSONFacetJoinDomain, TestGroupingSearch, SortByFunctionTest, 
MoveReplicaHDFSUlogDirTest, BlockJoinFacetSimpleTest, DocValuesMissingTest, 
TestCollectionAPI, RegexBoostProcessorTest, StressHdfsTest, 
TestSSLRandomization, TermVectorComponentDistributedTest, 
DirectUpdateHandlerOptimizeTest, TestGraphTermsQParserPlugin, 
TestConfigSetsAPIExclusivity, CdcrBootstrapTest, TestPivotHelperCode, 
TestFoldingMultitermQuery, SimplePostToolTest, TestUseDocValuesAsStored2, 
TestSolrCloudWithSecureImpersonation, TestLMJelinekMercerSimilarityFactory, 
FastVectorHighlighterTest, TestJsonRequest, TestDistribIDF, TestRecovery, 
TestFileDictionaryLookup, CircularListTest, TestSchemaManager, TestNRTOpen, 
MigrateRouteKeyTest, TestAuthenticationFramework, DistanceUnitsTest, 
TestPseudoReturnFields, NumericFieldsTest, DistributedVersionInfoTest, 
TestPushWriter, RankQueryTest, BasicDistributedZk2Test, 
HdfsTlogReplayBufferedWhileIndexingTest, TestIntervalFaceting, 
SignatureUpdateProcessorFactoryTest, TestMinMaxOnMultiValuedField, 
TestNumericRangeQuery64, HdfsDirectoryTest, JvmMetricsTest, 
PKIAuthenticationIntegrationTest, TestRecoveryHdfs, DeleteShardTest, 
TestZkChroot, TestRandomCollapseQParserPlugin, TestSuggestSpellingConverter, 
TestDFRSimilarityFactory, UpdateLogTest, 
TestTolerantUpdateProcessorRandomCloud, TestCustomSort, 
HdfsRestartWhileUpdatingTest, VMParamsZkACLAndCredentialsProvidersTest, 
QueryResultKeyTest, LeaderFailureAfterFreshStartTest, DocumentBuilderTest, 
CopyFieldTest, CreateCollectionCleanupTest, TestImplicitCoreProperties, 
TestIndexSearcher, TestLegacyTerms, URLClassifyProcessorTest, TestRTimerTree, 
TestHdfsUpdateLog, PolyFieldTest, SpatialHeatmapFacetsTest, 
TestStressUserVersions, TestExclusionRuleCollectionAccess, 
TestLegacyNumericRangeQueryBuilder, TimeZoneUtilsTest, ActionThrottleTest, 
SolrCLIZkUtilsTest, SolrCoreCheckLockOnStartupTest, PingRequestHandlerTest, 
TestSchemaSimilarityResource, TestSimpleQParserPlugin, TestLegacyFieldCache, 
TestCorePropertiesReload, ConcurrentDeleteAndCreateCollectionTest, 
CursorMarkTest, CdcrUpdateLogTest, SearchHandlerTest, UnloadDistributedZkTest, 
ReplicationFactorTest, DistributedDebugComponentTest, InfixSuggestersTest, 
PathHierarchyTokenizerFactoryTest, SolrTestCaseJ4Test, SolrInfoBeanTest, 
HttpSolrCallGetCoreTest, PrimitiveFieldTypeTest, 
TestDistributedStatsComponentCardinality, UtilsToolTest, 
DistributedFacetPivotLargeTest, FullHLLTest, TestEmbeddedSolrServerSchemaAPI, 
StatsComponentTest, HardAutoCommitTest, TestJmxIntegration, LeaderElectionTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, SpellPossibilityIteratorTest, 
TestXmlQParserPlugin, TestSort, MetricsHandlerTest, 
TestReversedWildcardFilterFactory, TestSolrCoreProperties, 
ShowFileRequestHandlerTest, BasicZkTest, FullSolrCloudDistribCmdsTest, 
ClusterStateUpdateTest, TestRandomFaceting, ZkCLITest, TestDistributedSearch, 
TestHashPartitioner, TestRealTimeGet, TestStressReorder, SimpleFacetsTest, 
SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, 
TestFunctionQuery, DirectUpdateHandlerTest, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
TestExtendedDismaxParser, SuggesterFSTTest, SuggesterTSTTest, SuggesterTest, 
TestStressLucene, TestCSVLoader, TestAtomicUpdateErrorCases, QueryEqualityTest, 
DocValuesMultiTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, 
TestQueryUtils, DirectSolrSpellCheckerTest, TestQueryTypes, 
TermVectorComponentTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, 
IndexSchemaRuntimeFieldTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [405/731 (1!)] on J2 in 0.64s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 694 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrSlf4jReporterTest_32A8DF44BE5931AE-001/init-core-data-001
   [junit4]   2> 2096712 WARN  
(SUITE-SolrSlf4jReporterTest-seed#[32A8DF44BE5931AE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter 
-Dtests.seed=32A8DF44BE5931AE -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ne-IN -Dtests.timezone=Europe/Tallinn -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 6.27s J2 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No 'solr.node' logs 
in: {numFound=0,start=0,docs=[]}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([32A8DF44BE5931AE:6D4CF273D555A2EB]:0)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrSlf4jReporterTest_32A8DF44BE5931AE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1747, maxMBSortInHeap=6.684282253201042, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ne-IN, timezone=Europe/Tallinn
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 9 
(32-bit)/cpus=8,threads=1,free=235372256,total=525074432
   [junit4]   2> NOTE: All tests run in this JVM: [TestHdfsBackupRestoreCore, 
TestFastWriter, TestManagedResourceStorage, TestReload, TestStressLiveNodes, 
UniqFieldsUpdateProcessorFactoryTest, RecoveryAfterSoftCommitTest, 
TestCloudJSONFacetJoinDomain, TestGroupingSearch, SortByFunctionTest, 
MoveReplicaHDFSUlogDirTest, BlockJoinFacetSimpleTest, DocValuesMissingTest, 
TestCollectionAPI, RegexBoostProcessorTest, StressHdfsTest, 
TestSSLRandomization, TermVectorComponentDistributedTest, 
DirectUpdateHandlerOptimizeTest, TestGraphTermsQParserPlugin, 
TestConfigSetsAPIExclusivity, CdcrBootstrapTest, TestPivotHelperCode, 
TestFoldingMultitermQuery, SimplePostToolTest, TestUseDocValuesAsStored2, 
TestSolrCloudWithSecureImpersonation, TestLMJelinekMercerSimilarityFactory, 
FastVectorHighlighterTest, TestJsonRequest, TestDistribIDF, TestRecovery, 
TestFileDictionaryLookup, CircularListTest, TestSchemaManager, TestNRTOpen, 
MigrateRouteKeyTest, TestAuthenticationFramework, DistanceUnitsTest, 
TestPseudoReturnFields, NumericFieldsTest, DistributedVersionInfoTest, 
TestPushWriter, RankQueryTest, BasicDistributedZk2Test, 
HdfsTlogReplayBufferedWhileIndexingTest, TestIntervalFaceting, 
SignatureUpdateProcessorFactoryTest, TestMinMaxOnMultiValuedField, 
TestNumericRangeQuery64, HdfsDirectoryTest, JvmMetricsTest, 
PKIAuthenticationIntegrationTest, TestRecoveryHdfs, DeleteShardTest, 
TestZkChroot, TestRandomCollapseQParserPlugin, TestSuggestSpellingConverter, 
TestDFRSimilarityFactory, UpdateLogTest, 
TestTolerantUpdateProcessorRandomCloud, TestCustomSort, 
HdfsRestartWhileUpdatingTest, VMParamsZkACLAndCredentialsProvidersTest, 
QueryResultKeyTest, LeaderFailureAfterFreshStartTest, DocumentBuilderTest, 
CopyFieldTest, CreateCollectionCleanupTest, TestImplicitCoreProperties, 
TestIndexSearcher, TestLegacyTerms, URLClassifyProcessorTest, TestRTimerTree, 
TestHdfsUpdateLog, PolyFieldTest, SpatialHeatmapFacetsTest, 
TestStressUserVersions, TestExclusionRuleCollectionAccess, 
TestLegacyNumericRangeQueryBuilder, TimeZoneUtilsTest, ActionThrottleTest, 
SolrCLIZkUtilsTest, SolrCoreCheckLockOnStartupTest, PingRequestHandlerTest, 
TestSchemaSimilarityResource, TestSimpleQParserPlugin, TestLegacyFieldCache, 
TestCorePropertiesReload, ConcurrentDeleteAndCreateCollectionTest, 
CursorMarkTest, CdcrUpdateLogTest, SearchHandlerTest, UnloadDistributedZkTest, 
ReplicationFactorTest, DistributedDebugComponentTest, InfixSuggestersTest, 
PathHierarchyTokenizerFactoryTest, SolrTestCaseJ4Test, SolrInfoBeanTest, 
HttpSolrCallGetCoreTest, PrimitiveFieldTypeTest, 
TestDistributedStatsComponentCardinality, UtilsToolTest, 
DistributedFacetPivotLargeTest, FullHLLTest, TestEmbeddedSolrServerSchemaAPI, 
StatsComponentTest, HardAutoCommitTest, TestJmxIntegration, LeaderElectionTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, SpellPossibilityIteratorTest, 
TestXmlQParserPlugin, TestSort, MetricsHandlerTest, 
TestReversedWildcardFilterFactory, TestSolrCoreProperties, 
ShowFileRequestHandlerTest, BasicZkTest, FullSolrCloudDistribCmdsTest, 
ClusterStateUpdateTest, TestRandomFaceting, ZkCLITest, TestDistributedSearch, 
TestHashPartitioner, TestRealTimeGet, TestStressReorder, SimpleFacetsTest, 
SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, 
TestFunctionQuery, DirectUpdateHandlerTest, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
TestExtendedDismaxParser, SuggesterFSTTest, SuggesterTSTTest, SuggesterTest, 
TestStressLucene, TestCSVLoader, TestAtomicUpdateErrorCases, QueryEqualityTest, 
DocValuesMultiTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, 
TestQueryUtils, DirectSolrSpellCheckerTest, TestQueryTypes, 
TermVectorComponentTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, 
IndexSchemaRuntimeFieldTest, UpdateRequestProcessorFactoryTest, 
TestCSVResponseWriter, TestAnalyzedSuggestions, TestQuerySenderListener, 
TestSolrIndexConfig, ResponseLogComponentTest, SolrIndexConfigTest, 
TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, MinimalSchemaTest, 
TestElisionMultitermQuery, TestConfig, OutputWriterTest, 
ExternalFileFieldSortTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, 
TestLuceneMatchVersion, TestCharFilters, TestCodecSupport, 
SynonymTokenizerTest, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, 
OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, 
DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, DateFieldTest, 
SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, 
ClusterStateTest, TestSolrJ, TestUtils, ZkNodePropsTest, SliceStateTest, 
UUIDFieldTest, DistributedMLTComponentTest, TestRTGBase, 
DistributedIntervalFacetingTest, TestCrossCoreJoin, TestDistributedMissingSort, 
TestEmbeddedSolrServerConstructors, ConnectionReuseTest, 
AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest, 
CleanupOldIndexTest, CloudExitableDirectoryReaderTest, 
CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, 
HttpPartitionTest, NodeMutatorTest, OverseerCollectionConfigSetProcessorTest, 
OverseerStatusTest, PeerSyncReplicationTest, TestCloudSearcherWarming, 
TestCryptoKeys, TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, 
TestLockTree, TestPrepRecovery, TestSizeLimitedDistributedMap, TestTlogReplica, 
CoreSorterTest, DirectoryFactoryTest, TestConfigOverlay, 
TestConfigSetImmutable, TestConfigSetProperties, TestConfigSets, 
TestReloadAndDeleteDocs, TestSimpleTextCodec, TestSolrConfigHandler, 
TestSolrCoreSnapshots, RequestLoggingTest, SearchHandlerTest, 
TestReplicationHandlerBackup, TestSQLHandler, V2StandaloneTest, 
CoreAdminRequestStatusTest, DistributedFacetPivotWhiteBoxTest, 
ShufflingReplicaListTransformerTest, SuggestComponentTest, TestLegacyField, 
TestLegacyFieldReuse, TestMultiValuedNumericRangeQuery, 
TestNumericRangeQuery32, TestNumericTokenStream, MetricsConfigTest, 
SolrCoreMetricManagerTest, SolrMetricManagerTest, SolrMetricReporterTest, 
SolrMetricsIntegrationTest, SolrGangliaReporterTest, SolrJmxReporterCloudTest, 
SolrSlf4jReporterTest]
   [junit4] Completed [607/731 (2!)] on J2 in 6.30s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to