merlimat opened a new pull request #5333: Do not use timed receive in 
BrokerClientIntegrationTest.testUnsupportedBatchMessageConsumer
URL: https://github.com/apache/pulsar/pull/5333
 
 
   ### Motivation
   
   The test is failing because the `receive(1, TimeUnit.SECONDS)` takes more 
than 1 sec to receive a message.
   
   Also, removing all explicit test timeouts, since we already have a default 
timeout.
   
   ```
   Stacktrace
   java.lang.NullPointerException
        at 
org.apache.pulsar.client.impl.BrokerClientIntegrationTest.testUnsupportedBatchMessageConsumer(BrokerClientIntegrationTest.java:383)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   ```

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