RFR: 8343791: Socket.connect API should document whether the socket will be closed when hostname resolution fails or another error occurs [v14]
Alan Bateman
alanb at openjdk.org
Tue Nov 26 09:54:42 UTC 2024
On Tue, 26 Nov 2024 09:31:52 GMT, Volkan Yazıcı <duke at openjdk.org> wrote:
> > You shouldn't need a mock SocketImpl. I assume you have this because the test is testing the Socket constructors mostly.
>
> @AlanBateman, existing tests are stressing both ctor **and** `connect()`.
Okay, just a bit surprising to lump them into one test. One thing to consider is one test for the Socket.connect exception scenarios that is focused on checking the connect method throws as expected and the expected Socket state after connect fails. Lots of scenarios to test. A separate test could add to the tests for the Socket constructors, it would be a separate PR if you want.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22160#issuecomment-2500156051
More information about the net-dev
mailing list