[ 
https://issues.apache.org/jira/browse/SOLR-12932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673581#comment-16673581
 ] 

Erick Erickson commented on SOLR-12932:
---------------------------------------

Three more failures last night:

{code}
NOTE: reproduce with: ant test  -Dtestcase=TestPolicyCloud 
-Dtests.seed=750391CDBFDBBA5B -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=id -Dtests.timezone=US/Arizona -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | TestPolicyCloud (suite) <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: 
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: 
Could not connect to ZooKeeper 127.0.0.1:59936 within 30000 ms
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([750391CDBFDBBA5B]:0)
   [junit4]    >        at 
org.apache.solr.cloud.ZkTestServer.run(ZkTestServer.java:588)
   [junit4]    >        at 
org.apache.solr.cloud.ZkTestServer.run(ZkTestServer.java:514)
   [junit4]    >        at 
org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:245)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:200)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:192)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud.setupCluster(TestPolicyCloud.java:82)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: 
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 
127.0.0.1:59936 within 30000 ms
{code}

{code}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimLargeCluster 
-Dtests.method=testBasic -Dtests.seed=AEE99A00F166E955 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=es-HN -Dtests.timezone=America/Cancun 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 7.44s J5 | TestSimLargeCluster.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: there should be less 
than flakyReplicas=9 MOVEREPLICA ops
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AEE99A00F166E955:51387152EBA6F7B]:0)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster.testBasic(TestSimLargeCluster.java:280)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 851915 INFO  
(TEST-TestSimLargeCluster.testSearchRate-seed#[AEE99A00F166E955]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSearchRate
   [junit4]   2> 851915 DEBUG 
(TEST-TestSimLargeCluster.testSearchRate-seed#[AEE99A00F166E955]) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
1
   [junit4]   2> 851915 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 851916 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 851916 INFO  
(TEST-TestSimLargeCluster.testSearchRate-seed#[AEE99A00F166E955]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 851916 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   
{code}

{code}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MathExpressionTest 
-Dtests.method=testGammaDistribution -Dtests.seed=6EF35F29F8FCC0A1 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=mk-MK 
-Dtests.timezone=Africa/Porto-Novo -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.76s J5 | MathExpressionTest.testGammaDistribution <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6EF35F29F8FCC0A1:53897487DB846AB6]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.MathExpressionTest.testGammaDistribution(MathExpressionTest.java:4287)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 02:37:47.293 
[SUITE-MathExpressionTest-seed#[6EF35F29F8FCC0A1]-worker] ERROR 
org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not 
registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN 
server state changes
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/Erick/apache/solrJiras/markmiller-test/solr/build/solr-solrj/test/J5/temp/solr.client.solrj.io.stream.MathExpressionTest_6EF35F29F8FCC0A1-001
   [junit4]   2> Nov 02, 2018 2:37:47 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks

{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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to