Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/43/
Java: 64bit/jdk-9-ea+173 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([547C388BD89921C4:3611C6CA171741FA]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at org.junit.Assert.assertNotNull(Assert.java:537)
        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
        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:  
junit.framework.TestSuite.org.apache.solr.client.solrj.SolrExceptionTest

Error Message:
The test or suite printed 9250 bytes to stdout and stderr, even though the 
limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
completely with @SuppressSysoutChecks or run with -Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 9250 bytes to stdout and 
stderr, even though the limit was set to 8192 bytes. Increase the limit with 
@Limit, ignore it completely with @SuppressSysoutChecks or run with 
-Dtests.verbose=true
        at __randomizedtesting.SeedInfo.seed([622785E3DB892E42]:0)
        at 
org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:211)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
        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 12761 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.MetricsHandlerTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.MetricsHandlerTest_547C388BD89921C4-001\init-core-data-001
   [junit4]   2> 2432541 WARN  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2432542 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2432543 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 2432543 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2432544 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2432564 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2432578 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2432636 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2432680 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb47c9c
   [junit4]   2> 2432682 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb47c9c
   [junit4]   2> 2432682 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb47c9c
   [junit4]   2> 2432710 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2432736 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2432779 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2432838 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2432851 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 2432852 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fb47c9c
   [junit4]   2> 2432852 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2432852 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.MetricsHandlerTest_547C388BD89921C4-001\init-core-data-001\]
   [junit4]   2> 2432853 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2432983 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2432983 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2432984 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2432984 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2433005 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2117139937, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2433013 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@359fb9e[collection1] main]
   [junit4]   2> 2433015 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2433036 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2433113 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2433113 INFO  (searcherExecutor-8927-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2433114 INFO  (coreLoadExecutor-8926-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572999442745786368
   [junit4]   2> 2433117 INFO  (searcherExecutor-8927-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2433117 INFO  (searcherExecutor-8927-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2433117 INFO  (searcherExecutor-8927-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2433117 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2433118 INFO  (searcherExecutor-8927-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2433119 INFO  
(TEST-MetricsHandlerTest.testPropertyFilter-seed#[547C388BD89921C4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPropertyFilter
   [junit4]   2> 2433120 INFO  
(TEST-MetricsHandlerTest.testPropertyFilter-seed#[547C388BD89921C4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPropertyFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MetricsHandlerTest 
-Dtests.method=testPropertyFilter -Dtests.seed=547C388BD89921C4 
-Dtests.slow=true -Dtests.locale=ml -Dtests.timezone=America/Edmonton 
-Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.00s J0 | MetricsHandlerTest.testPropertyFilter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([547C388BD89921C4:3611C6CA171741FA]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
   [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> 2433125 INFO  
(TEST-MetricsHandlerTest.test-seed#[547C388BD89921C4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2433129 INFO  (searcherExecutor-8927-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2433130 INFO  (searcherExecutor-8927-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2433133 INFO  (searcherExecutor-8927-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2433133 INFO  
(TEST-MetricsHandlerTest.test-seed#[547C388BD89921C4]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2433139 INFO  (searcherExecutor-8927-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2433140 INFO  (searcherExecutor-8927-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@359fb9e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2433182 INFO  
(TEST-MetricsHandlerTest.test-seed#[547C388BD89921C4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 2433183 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[547C388BD89921C4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCompact
   [junit4]   2> 2433200 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[547C388BD89921C4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCompact
   [junit4]   2> 2433200 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2433200 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=141455123
   [junit4]   2> 2433200 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2433202 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2433210 INFO  
(SUITE-MetricsHandlerTest-seed#[547C388BD89921C4]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2433212 INFO  (coreCloseExecutor-8932-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@21c3c78c
   [junit4]   2> 2433212 INFO  (coreCloseExecutor-8932-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=566478732
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.admin.MetricsHandlerTest_547C388BD89921C4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1586, maxMBSortInHeap=5.942316082724215, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ml, timezone=America/Edmonton
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=3,threads=1,free=141738576,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[LeaderInitiatedRecoveryOnShardRestartTest, SolrMetricsIntegrationTest, 
DirectUpdateHandlerOptimizeTest, ConjunctionSolrSpellCheckerTest, 
TestPrepRecovery, LargeFieldTest, TestBinaryField, FullHLLTest, 
OverseerCollectionConfigSetProcessorTest, TestInfoStreamLogging, 
UnloadDistributedZkTest, TestRandomRequestDistribution, 
TestFileDictionaryLookup, BasicDistributedZkTest, TestSearcherReuse, 
UtilsToolTest, HardAutoCommitTest, TestHdfsCloudBackupRestore, 
CSVRequestHandlerTest, TestSolrCoreParser, RAMDirectoryFactoryTest, 
TestTrackingShardHandlerFactory, TestManagedSynonymFilterFactory, 
TestHalfAndHalfDocValues, TestBulkSchemaAPI, 
HdfsWriteToMultipleCollectionsTest, SpatialRPTFieldTypeTest, ConfigSetsAPITest, 
MissingSegmentRecoveryTest, TestSurroundQueryParser, TestFilteredDocIdSet, 
BigEndianAscendingWordDeserializerTest, QueryResultKeyTest, 
TestAddFieldRealTimeGet, LeaderElectionTest, TestCopyFieldCollectionResource, 
DefaultValueUpdateProcessorTest, TestInPlaceUpdatesDistrib, 
TestFieldCacheWithThreads, TestCodecSupport, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, RequiredFieldsTest, 
DistributedFacetPivotSmallTest, LeaderFailureAfterFreshStartTest, 
AnalysisErrorHandlingTest, SolrTestCaseJ4Test, TestSchemaResource, 
BasicAuthIntegrationTest, TestGroupingSearch, TestSolrCLIRunExample, 
TestHighFrequencyDictionaryFactory, TestReqParamsAPI, MetricUtilsTest, 
TestCustomSort, DeleteInactiveReplicaTest, TestConfigOverlay, TestTrieFacet, 
TestExceedMaxTermLength, RankQueryTest, MetricsConfigTest, DateFieldTest, 
TestNonDefinedSimilarityFactory, TestQueryWrapperFilter, 
ResponseLogComponentTest, DataDrivenBlockJoinTest, CollectionReloadTest, 
TestDocTermOrds, CdcrVersionReplicationTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestStressReorder, 
TestReplicationHandler, CollectionTooManyReplicasTest, TestStressVersions, 
TestSizeLimitedDistributedMap, TestLocalFSCloudBackupRestore, 
HdfsRecoveryZkTest, TestSolrDeletionPolicy2, TestSolrConfigHandler, 
DistributedVersionInfoTest, TestSegmentSorting, TestSubQueryTransformer, 
TestCloudSchemaless, TestConfigSetsAPIZkFailure, TestFuzzyAnalyzedSuggestions, 
TestTolerantUpdateProcessorCloud, RegexBoostProcessorTest, TestSQLHandler, 
URLClassifyProcessorTest, OutputWriterTest, TestOrdValues, ShardRoutingTest, 
PeerSyncTest, TestXmlQParserPlugin, TestMacros, 
DistributedSpellCheckComponentTest, SolrGraphiteReporterTest, 
TestOmitPositions, InfoHandlerTest, InfixSuggestersTest, 
LeaderElectionContextKeyTest, SpatialFilterTest, BJQParserTest, 
TestRandomDVFaceting, SimplePostToolTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestBlobHandler, 
TestSystemCollAutoCreate, NotRequiredUniqueKeyTest, TestCSVResponseWriter, 
TestPointFields, ForceLeaderTest, TestIndexingPerformance, 
TestSolrCloudWithKerberosAlt, TestUninvertingReader, TestConfigsApi, 
VMParamsZkACLAndCredentialsProvidersTest, AtomicUpdatesTest, 
HdfsChaosMonkeySafeLeaderTest, SuggesterTest, IndexSchemaTest, 
TestHashPartitioner, QueryElevationComponentTest, AnalysisAfterCoreReloadTest, 
TestStreamBody, PreAnalyzedUpdateProcessorTest, RestartWhileUpdatingTest, 
ClusterStateTest, BinaryUpdateRequestHandlerTest, 
TestDistributedStatsComponentCardinality, TestSchemalessBufferedUpdates, 
TestNumericRangeQuery64, TestDownShardTolerantSearch, SolrXmlInZkTest, 
TestSlowCompositeReaderWrapper, TestHashQParserPlugin, TestNRTOpen, 
CoreAdminHandlerTest, DeleteNodeTest, TestImpersonationWithHadoopAuth, 
CleanupOldIndexTest, HdfsSyncSliceTest, RecoveryAfterSoftCommitTest, 
TestSmileRequest, ExitableDirectoryReaderTest, TestPullReplicaErrorHandling, 
PreAnalyzedFieldManagedSchemaCloudTest, TestCloudJSONFacetJoinDomain, 
TestSolrCloudSnapshots, MoveReplicaHDFSUlogDirTest, TestQuerySenderNoQuery, 
DateRangeFieldTest, TestExactStatsCache, CdcrBootstrapTest, 
TestExtendedDismaxParser, TestSha256AuthenticationProvider, 
TestIBSimilarityFactory, TestDynamicLoading, OverseerTest, DateMathParserTest, 
PropertiesRequestHandlerTest, AsyncCallRequestStatusResponseTest, TestUpdate, 
PrimitiveFieldTypeTest, ShardSplitTest, TestMissingGroups, DocValuesTest, 
CdcrReplicationHandlerTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestRecoveryHdfs, SolrShardReporterTest, RequestHandlersTest, 
TestFieldResource, TestApiFramework, ChaosMonkeyNothingIsSafeTest, 
CollectionsAPISolrJTest, TestFieldTypeResource, 
TestPHPSerializedResponseWriter, DistributedFacetPivotLongTailTest, 
TestLMDirichletSimilarityFactory, TestNestedDocsSort, 
DistribJoinFromCollectionTest, MultiThreadedOCPTest, SolrCLIZkUtilsTest, 
SolrCloudExampleTest, TestCloudPivotFacet, TestClusterProperties, 
TestConfigSetsAPI, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, 
TestRandomFlRTGCloud, TestRebalanceLeaders, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, 
TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, 
HdfsRestartWhileUpdatingTest, HdfsTlogReplayBufferedWhileIndexingTest, 
HdfsUnloadDistributedZkTest, TestClusterStateMutator, ZkStateWriterTest, 
ImplicitSnitchTest, RuleEngineTest, BlobRepositoryCloudTest, 
CachingDirectoryFactoryTest, RequestLoggingTest, SearchHandlerTest, 
TestHdfsBackupRestoreCore, TestRestoreCore, V2ApiIntegrationTest, 
V2StandaloneTest, CoreAdminRequestStatusTest, MetricsHandlerTest]
   [junit4] Completed [588/728 (1!)] on J0 in 0.71s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 951 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrExceptionTest
   [junit4]   2> 422  INFO  
(TEST-SolrExceptionTest.testSolrException-seed#[622785E3DB892E42]) [    ] 
o.a.s.u.Java9InitHack Adding temporary workaround for Hadoop's Shell class to 
allow running on Java 9 (please ignore any warnings/failures).
   [junit4]   2> 428  ERROR 
(TEST-SolrExceptionTest.testSolrException-seed#[622785E3DB892E42]) [    ] 
o.a.h.u.Shell Failed to locate the winutils binary in the hadoop binary path
   [junit4]   2> java.io.IOException: Could not locate executable 
null\bin\winutils.exe in the Hadoop binaries.
   [junit4]   2>        at 
org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:356)
   [junit4]   2>        at 
org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:371)
   [junit4]   2>        at org.apache.hadoop.util.Shell.<clinit>(Shell.java:364)
   [junit4]   2>        at java.base/java.lang.Class.forName0(Native Method)
   [junit4]   2>        at java.base/java.lang.Class.forName(Class.java:291)
   [junit4]   2>        at 
org.apache.solr.util.Java9InitHack.initPrivileged(Java9InitHack.java:65)
   [junit4]   2>        at 
java.base/java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>        at 
org.apache.solr.util.Java9InitHack.initJava9(Java9InitHack.java:55)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.<clinit>(SolrTestCaseJ4.java:167)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrExceptionTest.testSolrException(SolrExceptionTest.java:43)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [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 
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 
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 
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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1189, maxMBSortInHeap=7.141176960625675, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-TZ, 
timezone=America/Fort_Nelson
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=3,threads=1,free=61875272,total=97386496
   [junit4]   2> NOTE: All tests run in this JVM: [RoundEvaluatorTest, 
DocumentAnalysisResponseTest, HttpSolrClientBuilderTest, QueryResponseTest, 
SolrExceptionTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrExceptionTest 
-Dtests.seed=622785E3DB892E42 -Dtests.slow=true -Dtests.locale=en-TZ 
-Dtests.timezone=America/Fort_Nelson -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | SolrExceptionTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The test or suite 
printed 9250 bytes to stdout and stderr, even though the limit was set to 8192 
bytes. Increase the limit with @Limit, ignore it completely with 
@SuppressSysoutChecks or run with -Dtests.verbose=true
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([622785E3DB892E42]:0)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [6/135 (1!)] on J1 in 0.24s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to