zrlw commented on PR #15239: URL: https://github.com/apache/dubbo/pull/15239#issuecomment-2727272331
> Is it possible to add some tests? Running these codes on different systems has different results, ``` ServerSocket serverSocket = new ServerSocket(port); assertFalse(serverSocket.getReuseAddress()); ``` passed on win10, but failed on my linux as ```serverSocket.getReuseAddress()``` returns true. i doubt there should have unified solution. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
