pulsar-client-reactive icon indicating copy to clipboard operation
pulsar-client-reactive copied to clipboard

ReactiveMessagePipelineTest.maxInflight is flaky

Open lhotari opened this issue 3 years ago • 1 comments

https://github.com/apache/pulsar-client-reactive/actions/runs/3641666977/jobs/6147937156#step:4:539

org.apache.pulsar.reactive.client.api.ReactiveMessagePipelineTest

  maxInflight(int)

    Test [1] 1 FAILED (5.5s)

    org.opentest4j.AssertionFailedError: 
    Expecting value to be true but was false
        at app//org.apache.pulsar.reactive.client.api.ReactiveMessagePipelineTest.maxInflight(ReactiveMessagePipelineTest.java:321)

lhotari avatar Dec 07 '22 18:12 lhotari

We might just need to increase the timeout: https://github.com/apache/pulsar-client-reactive/blob/6af9aca9369d21b5d750fd4a319e06e5285f0f30/pulsar-client-reactive-api/src/test/java/org/apache/pulsar/reactive/client/api/ReactiveMessagePipelineTest.java .

lhotari avatar Dec 07 '22 18:12 lhotari