merlimat opened a new issue, #24:
URL: https://github.com/apache/pulsar-client-cpp/issues/24

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing 
similar.
   
   
   ### Version
   
   main
   
   ### Minimal reproduce step
   
   -
   
   ### What did you expect to see?
   
   -
   
   ### What did you see instead?
   
   ```
   [----------] 1 test from Pulsar/ProducerTest
   [ RUN      ] Pulsar/ProducerTest.testMaxMessageSize/0
   2022-10-07 16:43:40.303 INFO  [139995075075712] Client:88 | Subscribing on 
Topic :ProducerTest-NoBatchMaxMessageSize-1665161020
   2022-10-07 16:43:40.303 INFO  [139995075075712] ClientConnection:191 | 
[<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
   2022-10-07 16:43:40.303 INFO  [139995075075712] ConnectionPool:96 | Created 
connection for pulsar://localhost:6650
   2022-10-07 16:43:40.306 INFO  [139995071952640] ClientConnection:381 | 
[[::1]:56366 -> [::1]:6650] Connected to broker
   2022-10-07 16:43:40.311 INFO  [139995071952640] HandlerBase:61 | 
[persistent://public/default/ProducerTest-NoBatchMaxMessageSize-1665161020, 
sub, 0] Getting connection from pool
   2022-10-07 16:43:40.356 WARN  [139995071952640] ClientConnection:1094 | 
[[::1]:56366 -> [::1]:6650] Received error response from server: ConsumerBusy 
(Exclusive consumer is already connected) -- req_id: 0
   2022-10-07 16:43:40.356 ERROR [139995071952640] ConsumerImpl:267 | 
[persistent://public/default/ProducerTest-NoBatchMaxMessageSize-1665161020, 
sub, 0] Failed to create consumer: ConsumerBusy
   
/home/runner/work/pulsar-client-cpp/pulsar-client-cpp/tests/ProducerTest.cc:225:
 Failure
   Expected equality of these values:
     ResultOk
       Which is: Ok
     client.subscribe(topic, "sub", consumer)
       Which is: ConsumerBusy
   2022-10-07 16:43:40.356 INFO  [139995075075712] ClientConnection:1582 | 
[[::1]:56366 -> [::1]:6650] Connection closed with ConnectError
   [  FAILED  ] Pulsar/ProducerTest.testMaxMessageSize/0, where GetParam() = 
true (55 ms)
   [----------] 1 test from Pulsar/ProducerTest (55 ms total)
   [----------] Global test environment tear-down
   [==========] 1 test from 1 test suite ran. (55 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 1 test, listed below:
   [  FAILED  ] Pulsar/ProducerTest.testMaxMessageSize/0, where GetParam() = 
true
    1 FAILED TEST
   ```
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to