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/10/29 15:25:46 UTC

[GitHub] [pulsar] candlerb commented on issue #5488: Python API: Add test case for create_reader(is_read_compacted)

candlerb commented on issue #5488: Python API: Add test case for create_reader(is_read_compacted)
URL: https://github.com/apache/pulsar/pull/5488#issuecomment-547478080
 
 
   ```
   ======================================================================
   ERROR: test_negative_acks (__main__.PulsarTest)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "pulsar_test.py", line 1000, in test_negative_acks
       msg = consumer.receive(TM)
     File "/usr/local/lib/python2.7/dist-packages/pulsar/__init__.py", line 982, in receive
       msg = self._consumer.receive(timeout_millis)
   Exception: Pulsar error: TimeOut
   ```
   
   Hmm, I added a timeout to prevent infinite waits, but even at 1 second maybe it's too short.  I'll increase it to 10 seconds.

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