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

   Could you also add to the telnetappender unit test please
   ```
   diff --git a/src/test/cpp/net/telnetappendertestcase.cpp 
b/src/test/cpp/net/telnetappendertestcase.cpp
   index b7aebbe5..1e5a7437 100644
   --- a/src/test/cpp/net/telnetappendertestcase.cpp
   +++ b/src/test/cpp/net/telnetappendertestcase.cpp
   @@ -105,6 +105,7 @@ class TelnetAppenderTestCase : public 
AppenderSkeletonTestCase
                           TelnetAppenderPtr appender(new TelnetAppender());
                           appender->setPort(TEST_PORT);
                           appender->setMaxConnections(1);
   +                       appender->setReuseAddress(true);
                           Pool p;
                           appender->activateOptions(p);
                           LoggerPtr root(Logger::getRootLogger());
   
   ```


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