merlimat opened a new issue #2321: Flaky python unit test 
test_publish_compact_and_consume
URL: https://github.com/apache/incubator-pulsar/issues/2321
 
 
   #### Expected behavior
   
   Seen failure at : 
https://builds.apache.org/job/pulsar_precommit_cpp/2951/console
   
   ```
   ======================================================================
   FAIL: test_publish_compact_and_consume (__main__.PulsarTest)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "pulsar_test.py", line 557, in test_publish_compact_and_consume
       self.assertEqual(msg0.data(), b'hello-1')
   AssertionError: 'hello-0' != 'hello-1'
   
   ----------------------------------------------------------------------
   ```
   
   
   ```
   2018-08-06 22:34:41.901 INFO  HandlerBase:53 | 
[persistent://sample/standalone/ns1/my-python-test_publish_compact_and_consume, 
my-producer-name] Getting connection from pool
   2018-08-06 22:34:42.058 INFO  ProducerImpl:154 | 
[persistent://sample/standalone/ns1/my-python-test_publish_compact_and_consume, 
my-producer-name] Created producer on broker [127.0.0.1:55834 -> 
127.0.0.1:8885] 
   2018-08-06 22:34:42.060 INFO  HandlerBase:53 | 
[persistent://sample/standalone/ns1/my-python-test_publish_compact_and_consume, 
my-sub1, 0] Getting connection from pool
   2018-08-06 22:34:42.133 INFO  ConsumerImpl:168 | 
[persistent://sample/standalone/ns1/my-python-test_publish_compact_and_consume, 
my-sub1, 0] Created consumer on broker [127.0.0.1:55834 -> 127.0.0.1:8885] 
   2018-08-06 22:34:42.134 INFO  ConsumerImpl:761 | 
[persistent://sample/standalone/ns1/my-python-test_publish_compact_and_consume, 
my-sub1, 0] Closed consumer 0
   2018-08-06 22:34:42.135 INFO  HandlerBase:53 | 
[persistent://sample/standalone/ns1/my-python-test_publish_compact_and_consume, 
my-sub2, 1] Getting connection from pool
   2018-08-06 22:34:42.207 INFO  ConsumerImpl:168 | 
[persistent://sample/standalone/ns1/my-python-test_publish_compact_and_consume, 
my-sub2, 1] Created consumer on broker [127.0.0.1:55834 -> 127.0.0.1:8885] 
   2018-08-06 22:34:42.265 INFO  ProducerImpl:466 | 
[persistent://sample/standalone/ns1/my-python-test_publish_compact_and_consume, 
my-producer-name] Closed producer
   Compact still running
   {"status":"RUNNING","lastError":""}
   Compact still running
   {"status":"RUNNING","lastError":""}
   Compact Complete now
   {"status":"SUCCESS","lastError":""}
   2018-08-06 22:34:42.817 INFO  HandlerBase:53 | 
[persistent://sample/standalone/ns1/my-python-test_publish_compact_and_consume, 
my-sub1, 2] Getting connection from pool
   2018-08-06 22:34:42.818 INFO  ConsumerImpl:168 | 
[persistent://sample/standalone/ns1/my-python-test_publish_compact_and_consume, 
my-sub1, 2] Created consumer on broker [127.0.0.1:55834 -> 127.0.0.1:8885] 
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to