merlimat opened a new pull request #5328: Increase the retries count for 
PulsarFunctionStateTest
URL: https://github.com/apache/pulsar/pull/5328
 
 
   
   ### Motivation
   
   The test has been intermittently failing: 
   
   ```
   2019-10-07\T\20:09:37.235 [ERROR] 
testPulsarFunctionState(org.apache.pulsar.functions.worker.PulsarFunctionStateTest)
  Time elapsed: 2.607 s  <<< FAILURE!
   java.lang.AssertionError: expected [1] but found [0]
        at org.testng.Assert.fail(Assert.java:96)
        at org.testng.Assert.failNotEquals(Assert.java:776)
        at org.testng.Assert.assertEqualsImpl(Assert.java:137)
        at org.testng.Assert.assertEquals(Assert.java:118)
        at org.testng.Assert.assertEquals(Assert.java:652)
        at org.testng.Assert.assertEquals(Assert.java:662)
        at 
org.apache.pulsar.functions.worker.PulsarFunctionStateTest.testPulsarFunctionState(PulsarFunctionStateTest.java:316)
   ```
   
   Increasing the number of retries, since this seems related to slowness in 
Jenkins.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to