merlimat opened a new issue #1145: Intermittent test failure in 
PersistentTopicTest.testClosingReplicationProducerTwice
URL: https://github.com/apache/incubator-pulsar/issues/1145
 
 
   As seen in 
   
   
https://builds.apache.org/job/pulsar-pull-request/org.apache.pulsar$pulsar-broker/1344/testReport/junit/org.apache.pulsar.broker.service/PersistentTopicTest/testClosingReplicationProducerTwice/
   
   ```
   org.mockito.exceptions.verification.TooManyActualInvocations: 
   
   pulsarClientImpl.createProducerAsync(
       "persistent://prop/global/ns/testClosingReplicationProducerTwice",
       org.apache.pulsar.client.api.ProducerConfiguration@f74e835
   );
   Wanted 1 time:
   -> at 
org.apache.pulsar.broker.service.PersistentTopicTest.testClosingReplicationProducerTwice(PersistentTopicTest.java:965)
   But was 2 times. Undesired invocation:
   -> at 
org.apache.pulsar.broker.service.AbstractReplicator.startProducer(AbstractReplicator.java:124)
   
        at 
org.apache.pulsar.broker.service.PersistentTopicTest.testClosingReplicationProducerTwice(PersistentTopicTest.java:965)
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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