swebb2066 commented on PR #495:
URL: https://github.com/apache/logging-log4cxx/pull/495#issuecomment-2814673206

   Also, to fix an existing test case fragility:
   ```
   diff --git a/src/test/cpp/net/socketappendertestcase.cpp 
b/src/test/cpp/net/socketappendertestcase.cpp
   index 2d5accdd..607863f2 100644
   --- a/src/test/cpp/net/socketappendertestcase.cpp
   +++ b/src/test/cpp/net/socketappendertestcase.cpp
   @@ -80,7 +80,7 @@ class SocketAppenderTestCase : public 
AppenderSkeletonTestCase
                           helpers::ServerSocketUniquePtr serverSocket;
                           try
                           {
   -                               serverSocket = 
helpers::ServerSocket::create(tcpPort);
   +                               serverSocket = 
helpers::ServerSocket::create(tcpPort, true);
                           }
                           catch (std::exception& ex)
                           {
   ```
   


-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to