Build: 
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-NightlyTests-master/3/

2 tests failed.
FAILED:  org.apache.solr.core.TestConfigOverlay.testPaths

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([B9BA6B8EF561431C:EB96A6ABE1296990]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
        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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  
org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed

Error Message:
Expected exception SolrServerException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrServerException 
but no exception was thrown
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
        at 
org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
        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:566)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)




Build Log:
[...truncated 13938 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfigOverlay
   [junit4]   2> 4135357 INFO  
(SUITE-TestConfigOverlay-seed#[B9BA6B8EF561431C]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfigOverlay 
-Dtests.method=testPaths -Dtests.seed=B9BA6B8EF561431C -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true -Dtests.badapples=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=en-UG -Dtests.timezone=Antarctica/Troll -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J1 | TestConfigOverlay.testPaths <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B9BA6B8EF561431C:EB96A6ABE1296990]:0)
   [junit4]    >        at 
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
   [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:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, 
docValues:{}, maxPointsInLeafNode=891, maxMBSortInHeap=6.256098878982378, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-UG, 
timezone=Antarctica/Troll
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 
(64-bit)/cpus=8,threads=1,free=387803728,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [AnalysisErrorHandlingTest, 
HdfsBasicDistributedZkTest, TestReRankQParserPlugin, TestSystemCollAutoCreate, 
DirectUpdateHandlerTest, CloudReplicaSourceTest, TestBackupRepositoryFactory, 
TestFieldCacheSort, TestFiltering, TriLevelCompositeIdRoutingTest, 
CloudMLTQParserTest, TestShortCircuitedRequests, 
TestManagedSynonymGraphFilterFactory, CustomCollectionTest, SuggesterFSTTest, 
TestSolrConfigHandlerCloud, TestCollectionsAPIViaSolrCloudCluster, 
TestHttpServletCarrier, TestPerFieldSimilarity, 
ConcurrentCreateRoutedAliasTest, TestOmitPositions, 
TestOnReconnectListenerSupport, SuggestComponentContextFilterQueryTest, 
TestSystemIdResolver, XmlUpdateRequestHandlerTest, TestCloudInspectUtil, 
CollectionsAPIAsyncDistributedZkTest, ReplaceNodeTest, TestValueSourceCache, 
OverseerStatusTest, TestIndexingPerformance, TestRandomFaceting, 
TestJettySolrRunner, PeerSyncTest, TestTrackingShardHandlerFactory, 
SpatialRPTFieldTypeTest, PreAnalyzedFieldManagedSchemaCloudTest, 
SignatureUpdateProcessorFactoryTest, BlockCacheTest, 
JWTAuthPluginIntegrationTest, SimpleCollectionCreateDeleteTest, 
OrderedExecutorTest, SuggesterWFSTTest, LargeFieldTest, TestPseudoReturnFields, 
ShardsWhitelistTest, SolrCloudExampleTest, SolrIndexSearcherTest, TestConfig, 
TestSolrCoreSnapshots, SchemaApiFailureTest, TestSolrJ, 
TestFieldCollectionResource, LeaderFailureAfterFreshStartTest, VersionInfoTest, 
DistributedQueryElevationComponentTest, DistributedFacetPivotSmallAdvancedTest, 
TestRTGBase, AtomicUpdateRemovalJavabinTest, SaslZkACLProviderTest, 
SpellCheckCollatorTest, TestRetrieveFieldsOptimizer, TimeZoneUtilsTest, 
SortByFunctionTest, ZkStateReaderTest, TestCloudSearcherWarming, 
TestSchemaManager, SOLR749Test, MoreLikeThisComponentTest, 
TestBulkSchemaConcurrent, TestStressCloudBlindAtomicUpdates, 
TestCircuitBreaker, JSONWriterTest, HttpPartitionTest, 
TestInPlaceUpdatesDistrib, TestRequestForwarding, SolrSlf4jReporterTest, 
SecurityConfHandlerTest, TestEmbeddedSolrServerAdminHandler, BJQParserTest, 
TestSimpleTextCodec, MetricsHandlerTest, SoftAutoCommitTest, ZkCLITest, 
RegexBoostProcessorTest, SolrMetricManagerTest, TestBlendedInfixSuggestions, 
TestSubQueryTransformerCrossCore, TestCursorMarkWithoutUniqueKey, 
TestPullReplicaErrorHandling, TestCoreBackup, 
TestDynamicFieldNamesIndexCorrectly, DisMaxRequestHandlerTest, TestWriterPerf, 
TestReplicaProperties, TestSmileRequest, LoggingHandlerTest, 
TestLazySolrCluster, TestInitParams, TestZkAclsWithHadoopAuth, 
TestCoreDiscovery, TestOverriddenPrefixQueryForCustomFieldType, CoreSorterTest, 
TestSchemaSimilarityResource, TestChildDocTransformerHierarchy, 
TestFuzzyAnalyzedSuggestions, XMLAtomicUpdateMultivalueTest, 
TestLocalStatsCacheCloud, TestHighlightDedupGrouping, 
AuditLoggerIntegrationTest, DistributedUpdateProcessorTest, RecoveryZkTest, 
MissingSegmentRecoveryTest, TestRandomFlRTGCloud, OverseerRolesTest, 
HdfsNNFailoverTest, TestHashQParserPlugin, MoveReplicaTest, 
TestQuerySenderNoQuery, TaggerTest, DeleteShardTest, TestSearchPerf, 
CoreAdminRequestStatusTest, DistribDocExpirationUpdateProcessorTest, 
TestGraphMLResponseWriter, SolrGraphiteReporterTest, DebugComponentTest, 
DynamicMapsTest, TestCSVResponseWriter, DistributedVersionInfoTest, 
HdfsTlogReplayBufferedWhileIndexingTest, TestOrdValues, 
TestReplicationHandlerBackup, MinimalSchemaTest, TestJsonFacetsStatsParsing, 
NumericFieldsTest, DOMUtilTest, RAMDirectoryFactoryTest, 
DistributedFacetExistsSmallTest, PathHierarchyTokenizerFactoryTest, 
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, 
ZkControllerTest, ZkNodePropsTest, ZkSolrClientTest, 
TestHdfsCloudBackupRestore, TestRequestStatusCollectionAPI, 
BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrOpsAndBoundariesTest, 
HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, 
HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, 
StressHdfsTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, 
RequestHandlersTest, TestBadConfig, TestConfigOverlay]
   [junit4] Completed [562/866 (1!)] on J1 in 0.04s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 1764 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.LBSolrClientTest
   [junit4] FAILURE 0.30s J0 | LBSolrClientTest.testServerIteratorTimeAllowed 
<<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Expected 
exception SolrServerException but no exception was thrown
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
   [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:566)
   [junit4] Completed [58/204 (1!)] on J0 in 0.31s, 4 tests, 1 failure <<< 
FAILURES!

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

Reply via email to