BewareMyPower opened a new issue, #564: URL: https://github.com/apache/pulsar-client-cpp/issues/564
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version Pulsar image 4.2.0 ``` apachepulsar/pulsar latest a73cdbbb5add 8 days ago 473MB ``` ### Minimal reproduce step Run `./pulsar-test-service-start.sh` to set up servers. Then run the following tests: ```bash ./build/tests/pulsar-tests --gtest_filter='AuthPluginToken.testTokenWithHttpUrl' ./build/tests/pulsar-tests --gtest_filter='ServiceInfoProviderTest.testSwitchCluster' ``` ### What did you expect to see? tests pass ### What did you see instead? `testTokenWithHttpUrl`: ``` tests/AuthTokenTest.cc:130: Failure Expected equality of these values: ResultOk Which is: Ok result Which is: ConnectError ``` ``` tests/ServiceInfoProviderTest.cc:330: Failure Expected equality of these values: ResultOk Which is: Ok client.createProducer(topicRequiredAuth, producer) Which is: ConnectError ``` ### 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]
