kpumuk commented on code in PR #3630:
URL: https://github.com/apache/thrift/pull/3630#discussion_r3564416089
##########
test/cpp/src/TestClient.cpp:
##########
@@ -322,12 +317,24 @@ int main(int argc, char** argv) {
std::shared_ptr<TProtocol> protocol2; // SecondService for multiplexed
if (ssl) {
+ boost::filesystem::path testDir =
boost::filesystem::system_complete(argv[0]).parent_path();
+ while (!boost::filesystem::exists(testDir / "keys" / "CA.pem")) {
Review Comment:
We can safely assume if `keys/CA.pem` is there we are in the right place.
You are being too defensive, my little bot.
--
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]