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/06/03 03:25:12 UTC

[GitHub] [pulsar] yjshen commented on issue #4331: Feature - reset cursor on Reader to current position

yjshen commented on issue #4331: Feature - reset cursor on Reader to current position
URL: https://github.com/apache/pulsar/pull/4331#issuecomment-498100439
 
 
   Python test failed:
   
   ```
   2019-06-02 07:15:51.452 INFO  ConsumerImpl:170 | [persistent://public/default/my-string-python-topic, sub-1, 0] Created consumer on broker [127.0.0.1:48310 -> 127.0.0.1:6650] 
   2019-06-02 07:15:51.473 INFO  ClientImpl:479 | Closing Pulsar client
   2019-06-02 07:15:51.474 INFO  ProducerImpl:475 | [persistent://public/default/my-string-python-topic, standalone-0-219] Closing producer for topic persistent://public/default/my-string-python-topic
   2019-06-02 07:15:51.474 INFO  ProducerImpl:475 | [persistent://public/default/my-string-python-topic, standalone-0-220] Closing producer for topic persistent://public/default/my-string-python-topic
   2019-06-02 07:15:51.474 INFO  ConsumerImpl:839 | [persistent://public/default/my-string-python-topic, sub-1, 0] Closing consumer for topic persistent://public/default/my-string-python-topic
   2019-06-02 07:15:51.474 INFO  ProducerImpl:513 | [persistent://public/default/my-string-python-topic, standalone-0-219] Closed producer
   2019-06-02 07:15:51.474 INFO  ProducerImpl:513 | [persistent://public/default/my-string-python-topic, standalone-0-220] Closed producer
   2019-06-02 07:15:51.475 INFO  ConsumerImpl:875 | [persistent://public/default/my-string-python-topic, sub-1, 0] Closed consumer 0
   .
   ======================================================================
   FAIL: test_reader_on_specific_message (__main__.PulsarTest)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "pulsar_test.py", line 395, in test_reader_on_specific_message
       self.assertEqual(msg.data(), b'hello-%d' % i)
   AssertionError: 'hello-4' != 'hello-5'
   
   ----------------------------------------------------------------------
   Ran 51 tests in 52.234s
   ```

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