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/22 09:34:12 UTC

[GitHub] [pulsar] fxbing opened a new issue #5012: [flaky test] BasicEndToEndTest.testNegativeAcks

fxbing opened a new issue #5012: [flaky test] BasicEndToEndTest.testNegativeAcks
URL: https://github.com/apache/pulsar/issues/5012
 
 
   ```bash
   [69/156] BasicEndToEndTest.testNegativeAcks (167 ms)
   Note: Google Test filter = BasicEndToEndTest.testNegativeAcks
   [==========] Running 1 test from 1 test case.
   [----------] Global test environment set-up.
   [----------] 1 test from BasicEndToEndTest
   [ RUN      ] BasicEndToEndTest.testNegativeAcks
   2019-08-22 09:28:07.862 INFO  Client:88 | Subscribing on Topic :testNegativeAcks-1566466087
   2019-08-22 09:28:07.862 INFO  ConnectionPool:72 | Created connection for pulsar://localhost:6650
   2019-08-22 09:28:07.863 INFO  ClientConnection:324 | [127.0.0.1:33678 -> 127.0.0.1:6650] Connected to broker
   2019-08-22 09:28:07.866 INFO  HandlerBase:52 | [persistent://public/default/testNegativeAcks-1566466087, test, 0] Getting connection from pool
   2019-08-22 09:28:07.892 INFO  ConsumerImpl:170 | [persistent://public/default/testNegativeAcks-1566466087, test, 0] Created consumer on broker [127.0.0.1:33678 -> 127.0.0.1:6650]
   2019-08-22 09:28:07.897 INFO  HandlerBase:52 | [persistent://public/default/testNegativeAcks-1566466087, ] Getting connection from pool
   2019-08-22 09:28:07.901 INFO  ProducerImpl:155 | [persistent://public/default/testNegativeAcks-1566466087, ] Created producer on broker [127.0.0.1:33678 -> 127.0.0.1:6650]
   /pulsar/pulsar-client-cpp/tests/BasicEndToEndTest.cc:2909: Failure
   Value of: res
     Actual: Ok
   Expected: ResultTimeout
   Which is: TimeOut
   2019-08-22 09:28:07.983 WARN  ConsumerImpl:98 | [persistent://public/default/testNegativeAcks-1566466087, test, 0] Destroyed consumer which was not properly closed
   2019-08-22 09:28:07.983 INFO  ConsumerImpl:839 | [persistent://public/default/testNegativeAcks-1566466087, test, 0] Closing consumer for topic persistent://public/default/testNegativeAcks-1566466087
   2019-08-22 09:28:07.983 INFO  ProducerImpl:469 | Producer - [persistent://public/default/testNegativeAcks-1566466087, standalone-0-140] , [batching  = off]
   [  FAILED  ] BasicEndToEndTest.testNegativeAcks (133 ms)
   [----------] 1 test from BasicEndToEndTest (133 ms total)
   
   [----------] Global test environment tear-down
   [==========] 1 test from 1 test case ran. (133 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 1 test, listed below:
   [  FAILED  ] BasicEndToEndTest.testNegativeAcks
   
    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