lhotari opened a new issue, #99:
URL: https://github.com/apache/pulsar-client-reactive/issues/99

   
   
   ```
     repeatShouldNotSubscribeMoreThanMaxInflightForMonos()
   
       Test shouldSpreadRequestsEvenlyAcrossUpstream() FAILED
   
       java.lang.AssertionError: 
       Expecting actual:
         [1, 2, 101]
       to contain exactly (and in same order):
         [1, 101, 201]
       but some elements were not found:
         [201]
       and others were not expected:
         [2]
           at 
org.apache.pulsar.reactive.client.internal.api.InflightLimiterTest.shouldSpreadRequestsEvenlyAcrossUpstream(InflightLimiterTest.java:183)
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to