kpumuk commented on code in PR #3630:
URL: https://github.com/apache/thrift/pull/3630#discussion_r3564418069
##########
test/cpp/src/TestServer.cpp:
##########
@@ -768,6 +764,17 @@ int main(int argc, char** argv) {
std::shared_ptr<TServerSocket> serverSocket;
if (ssl) {
+ boost::filesystem::path testDir =
boost::filesystem::system_complete(argv[0]).parent_path();
+ while (!boost::filesystem::exists(testDir / "keys" / "server.crt")) {
Review Comment:
Too defensive, there are no directories that include `keys/server.crt`, but
not the key.
--
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]