You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/31 19:44:34 UTC

[GitHub] [pulsar] merlimat opened a new pull request #4431: Fixed intermittent test failure in PersistentFailoverE2ETest.testSimpleConsumerEventsWithPartition

merlimat opened a new pull request #4431: Fixed intermittent test failure in PersistentFailoverE2ETest.testSimpleConsumerEventsWithPartition
URL: https://github.com/apache/pulsar/pull/4431
 
 
   ### Motivation
   
   The test is spuriously failing with 
   
   ```
   org.apache.pulsar.broker.service.PersistentFailoverE2ETest.testSimpleConsumerEventsWithPartition
   
   Skipped for the past 1 build (Since Failed#9425 )
   Took 0 ms.
   add description
   Skip Message
   expected [70.0] but found [49.0]
   ```
   
   The auto-retry kicks in but it fails because the topic was already created: 
   
   ```
   Error Message
   Partitioned topic already exists
   Stacktrace
   org.apache.pulsar.client.admin.PulsarAdminException$ConflictException: Partitioned topic already exists
   ```
   
   Using unique topic name to make sure the retry succeeds.

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


With regards,
Apache Git Services