BewareMyPower commented on code in PR #541:
URL: https://github.com/apache/pulsar-client-cpp/pull/541#discussion_r2923206565


##########
tests/BasicEndToEndTest.cc:
##########
@@ -700,7 +700,8 @@ TEST(BasicEndToEndTest, testConfigurationFile) {
 
     ClientConfiguration config2 = config1;
     AuthenticationDataPtr authData;
-    ASSERT_EQ(ResultOk, config1.getAuth().getAuthData(authData));
+    Client client(lookupUrl, config1);
+    ASSERT_EQ(ResultOk, 
client.getServiceInfo().authentication()->getAuthData(authData));

Review Comment:
   There should be no background thread



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