Withdrawn: 8201778: Speed up test javax/net/ssl/DTLS/PacketLossRetransmission.java
duke
duke at openjdk.org
Thu May 29 06:55:59 UTC 2025
On Mon, 17 Mar 2025 13:19:55 GMT, Fernando Guallini <fguallini at openjdk.org> wrote:
> The test `javax/net/ssl/DTLS/PacketLossRetransmission` takes about ~2 to complete. The reason is that, in multiple scenarios, the server/client socket times out after 10 seconds waiting to receive a DatagramPacket that has been removed (to simulate a packet loss).
> After reducing the time out only for such scenarios, the total test execution is completed within ~20 seconds on average. Other scenarios do not throw SocketTimeOut, no need to update.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/24079
More information about the security-dev
mailing list