[
https://issues.apache.org/jira/browse/SOLR-12932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16706034#comment-16706034
]
Gus Heck commented on SOLR-12932:
---------------------------------
I was feeling good since I ran the full set of tests 3 times and got no errors,
so I fired up a beast run and it blew out on the first round :(.
{code:java}
ant beast -Dbeast.iters 20 -Dtests.jvms=30{code}
in {color:#14892c}solr/core/{color} Got the following non-reproducing result
(full log can be attached if desired):
{code:java}
[beaster] 2> 5 /solr/collections
[beaster] 2>
[beaster] 2> NOTE: leaving temporary files on disk at:
/home/gus/clients/ds/tp/code/lucene-solr/solr/build/solr-core/test/J20/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_703C314355FFA220-001
[beaster] 2> Dec 01, 2018 5:34:02 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[beaster] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
[beaster] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=521, maxMBSortInHeap=7.426758507726064,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@55893cd5),
locale=en-PH, timezone=America/Godthab
[beaster] 2> NOTE: Linux 4.15.0-38-generic amd64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=32,threads=1,free=97735136,total=520093696
[beaster] 2> NOTE: All tests run in this JVM: [TestJsonFacetRefinement,
SpellCheckComponentTest, TestUtils, CreateRoutedAliasTest,
TestLegacyFieldReuse, ExecutePlanActionTest, TestRemoteStreaming,
EchoParamsTest, BlobRepositoryCloudTest, CleanupOldIndexTest, TestPolicyCloud,
ParsingFieldUpdateProcessorsTest, TlogReplayBufferedWhileIndexingTest,
SimpleMLTQParserTest, AutoAddReplicasIntegrationTest, CustomCollectionTest,
TimeRoutedAliasUpdateProcessorTest]
[beaster]
[beaster] Tests with failures [seed: 703C314355FFA220]:
[beaster] -
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testParse
[beaster]
[beaster]
BUILD FAILED
/home/gus/clients/ds/tp/code/lucene-solr/lucene/common-build.xml:1522: The
following error occurred while executing this line:
/home/gus/clients/ds/tp/code/lucene-solr/lucene/common-build.xml:1512: The
following error occurred while executing this line:
/home/gus/clients/ds/tp/code/lucene-solr/lucene/common-build.xml:1038: There
were test failures: 769 suites (5 ignored), 3645 tests, 1 error, 152 ignored
(135 assumptions) [seed: 703C314355FFA220]
Total time: 6 minutes 20 seconds
{code}
The relevant part of the logs seems to regard the timing of alias removal vs
collection deletion, Other stack traces are possibly attributable to negative
testing, but this one clearly shouldn't be there (and doesn't appear if the
test is run singly)
{code:java}
[beaster] > Throwable #1:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:33061/solr: Collection : myalias_20
17-10-24 is part of alias myalias remove or modify the alias before removing
this collection.
[beaster] > at
__randomizedtesting.SeedInfo.seed([703C314355FFA220:1FB97A1BE98991CF]:0)
[beaster] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
[beaster] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
[beaster] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
[beaster] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
[beaster] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
[beaster] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
[beaster] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
[beaster] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
[beaster] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
[beaster] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
[beaster] > at
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.doBefore(TimeRoutedAliasUpdateProcessorTest.java:84)
[beaster] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[beaster] > at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[beaster] > at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[beaster] > at java.lang.reflect.Method.invoke(Method.java:498)
[beaster] > at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
[beaster] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
[beaster] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
[beaster] > at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[beaster] > at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[beaster] > at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[beaster] > at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[beaster] > at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[beaster]{code}
> ant test (without badapples=false) should pass easily for developers.
> ---------------------------------------------------------------------
>
> Key: SOLR-12932
> URL: https://issues.apache.org/jira/browse/SOLR-12932
> Project: Solr
> Issue Type: Sub-task
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Tests
> Reporter: Mark Miller
> Assignee: Mark Miller
> Priority: Major
>
> If we fix the tests we will end up here anyway, but we can shortcut this.
> Once I get my first patch in, anyone who mentions a test that fails locally
> for them at any time (not jenkins), I will fix it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]