thelabdude commented on pull request #112:
URL: https://github.com/apache/solr/pull/112#issuecomment-832287917


   This is the test that is flaky (failed after 14 successful runs):
   ```
     2> 51776 INFO  (qtp480337175-304) [n:127.0.0.1:56516_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=pull_replica_test_kill_leader&action=DELETE&wt=javabin&version=2} 
status=0 QTime=117
     2> 51776 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[5929A53F160DEFEC]) 
[n:127.0.0.1:56516_solr     ] o.a.s.c.TestPullReplica Collection deleted
     2> 51776 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[5929A53F160DEFEC]) 
[n:127.0.0.1:56516_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testKillLeader
      >     java.lang.AssertionError: Replica core_node4 not up to date after 
30 seconds expected:<1> but was:<0>
      >         at 
__randomizedtesting.SeedInfo.seed([5929A53F160DEFEC:103F518B74B67BBA]:0)
      >         at org.junit.Assert.fail(Assert.java:89)
      >         at org.junit.Assert.failNotEquals(Assert.java:835)
      >         at org.junit.Assert.assertEquals(Assert.java:647)
      >         at 
org.apache.solr.cloud.TestPullReplica.waitForNumDocsInAllReplicas(TestPullReplica.java:545)
      >         at 
org.apache.solr.cloud.TestPullReplica.waitForNumDocsInAllReplicas(TestPullReplica.java:532)
      >         at 
org.apache.solr.cloud.TestPullReplica.doTestNoLeader(TestPullReplica.java:403)
      >         at 
org.apache.solr.cloud.TestPullReplica.testKillLeader(TestPullReplica.java:307)
   ```
   Re-running the test with the given seed it passes, so something flaky in 
there ...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to