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/08/05 01:45:00 UTC

[GitHub] [pulsar] sijie opened a new issue #4884: BasicEndToEndTest is flaky

sijie opened a new issue #4884: BasicEndToEndTest is flaky
URL: https://github.com/apache/pulsar/issues/4884
 
 
   ```
   2019-08-03 22:06:29.555 INFO  ProducerImpl:467 | Producer - [non-persistent://public/default/testNonPersistentTopic, ] , [batchMessageContainer = { BatchContainer [size = 0] [batchSizeInBytes_ = 0] [maxAllowedMessageBatchSizeInBytes_ = 131072] [maxAllowedNumMessagesInBatch_ = 1000] [topicName = non-persistent://public/default/testNonPersistentTopic] [producerName_ = ] [batchSizeInBytes_ = 0] [numberOfBatchesSent = 0] [averageBatchSize = 0]}]
   2019-08-03 22:06:29.555 INFO  BatchMessageContainer:171 | [numberOfBatchesSent = 0] [averageBatchSize = 0]
   /pulsar/pulsar-client-cpp/tests/BasicEndToEndTest.cc:296: Failure
   Value of: result
     Actual: TimeOut
   Expected: ResultOk
   Which is: Ok
   [  FAILED  ] BasicEndToEndTest.testNonPersistentTopic (30782 ms)
   [----------] 1 test from BasicEndToEndTest (30782 ms total)
   
   [----------] Global test environment tear-down
   [==========] 1 test from 1 test case ran. (30784 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 1 test, listed below:
   [  FAILED  ] BasicEndToEndTest.testNonPersistentTopic
   
    1 FAILED TEST
   [35/154] BasicEndToEndTest.testNonPersistentTopic returned/aborted with exit code 1 (30806 ms)
   [36/154] BasicEndToEndTest.testNonExistingTopic (30806 ms)
   [37/154] BasicEndToEndTest.testBatchMessages (30883 ms)
   Note: Google Test filter = BasicEndToEndTest.testBatchMessages
   [==========] Running 1 test from 1 test case.
   [----------] Global test environment set-up.
   [----------] 1 test from BasicEndToEndTest
   [ RUN      ] BasicEndToEndTest.testBatchMessages
   2019-08-03 22:05:58.758 INFO  ConnectionPool:72 | Created connection for pulsar://localhost:6650
   2019-08-03 22:05:58.775 INFO  ClientConnection:324 | [127.0.0.1:54404 -> 127.0.0.1:6650] Connected to broker
   2019-08-03 22:05:59.178 INFO  BatchMessageContainer:43 | { BatchContainer [size = 0] [batchSizeInBytes_ = 0] [maxAllowedMessageBatchSizeInBytes_ = 131072] [maxAllowedNumMessagesInBatch_ = 2] [topicName = persistent://public/default/test-batch-messages] [producerName_ = ] [batchSizeInBytes_ = 0] [numberOfBatchesSent = 0] [averageBatchSize = 0]} BatchMessageContainer constructed
   2019-08-03 22:05:59.178 INFO  HandlerBase:52 | [persistent://public/default/test-batch-messages, ] Getting connection from pool
   2019-08-03 22:06:29.591 ERROR ProducerImpl:216 | [persistent://public/default/test-batch-messages, ] Failed to create producer: TimeOut
   2019-08-03 22:06:29.617 INFO  ProducerImpl:467 | Producer - [persistent://public/default/test-batch-messages, ] , [batchMessageContainer = { BatchContainer [size = 0] [batchSizeInBytes_ = 0] [maxAllowedMessageBatchSizeInBytes_ = 131072] [maxAllowedNumMessagesInBatch_ = 2] [topicName = persistent://public/default/test-batch-messages] [producerName_ = ] [batchSizeInBytes_ = 0] [numberOfBatchesSent = 0] [averageBatchSize = 0]}]
   2019-08-03 22:06:29.617 INFO  BatchMessageContainer:171 | [numberOfBatchesSent = 0] [averageBatchSize = 0]
   /pulsar/pulsar-client-cpp/tests/BasicEndToEndTest.cc:160: Failure
   Value of: result
     Actual: TimeOut
   Expected: ResultOk
   Which is: Ok
   [  FAILED  ] BasicEndToEndTest.testBatchMessages (30860 ms)
   [----------] 1 test from BasicEndToEndTest (30860 ms total)
   
   [----------] Global test environment tear-down
   [==========] 1 test from 1 test case ran. (30860 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 1 test, listed below:
   [  FAILED  ] BasicEndToEndTest.testBatchMessages
   
    1 FAILED TEST
   ```

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