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/31 18:54:01 UTC

[GitHub] [pulsar] candlerb commented on issue #5526: Python API: add get_input_topics()

candlerb commented on issue #5526: Python API: add get_input_topics()
URL: https://github.com/apache/pulsar/pull/5526#issuecomment-548519972
 
 
   Failed test is cpp, appears unrelated to this change.
   
   ```
   [34/160] BasicEndToEndTest.testResendViaSendCallback (4234 ms)
   Note: Google Test filter = BasicEndToEndTest.testResendViaSendCallback
   [==========] Running 1 test from 1 test case.
   [----------] Global test environment set-up.
   [----------] 1 test from BasicEndToEndTest
   [ RUN      ] BasicEndToEndTest.testResendViaSendCallback
   2019-10-31 18:43:54.603 INFO  ConnectionPool:85 | Created connection for pulsar://localhost:6650
   2019-10-31 18:43:54.611 INFO  ClientConnection:324 | [127.0.0.1:37190 -> 127.0.0.1:6650] Connected to broker
   2019-10-31 18:43:54.794 INFO  BatchMessageContainer:43 | { BatchContainer [size = 0] [batchSizeInBytes_ = 0] [maxAllowedMessageBatchSizeInBytes_ = 131072] [maxAllowedNumMessagesInBatch_ = 1000] [topicName = persistent://public/default/testResendViaListener] [producerName_ = ] [batchSizeInBytes_ = 0] [numberOfBatchesSent = 0] [averageBatchSize = 0]} BatchMessageContainer constructed
   2019-10-31 18:43:54.795 INFO  HandlerBase:53 | [persistent://public/default/testResendViaListener, ] Getting connection from pool
   2019-10-31 18:43:55.294 INFO  ProducerImpl:151 | [persistent://public/default/testResendViaListener, ] Created producer on broker [127.0.0.1:37190 -> 127.0.0.1:6650]
   [34/160] BasicEndToEndTest.testResendViaSendCallback returned/aborted with exit code -11 (4234 ms)
   ...
   FAILED TESTS (1/160):
       4234 ms: ./main BasicEndToEndTest.testResendViaSendCallback
   ```
   

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