RFR: 8186765: Speed up test sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java [v2]
Daniel Fuchs
dfuchs at openjdk.org
Tue Oct 4 14:06:24 UTC 2022
On Tue, 4 Oct 2022 07:04:42 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
>> This PR reduces the execution time of ProxyAuthTest.
>>
>> Before this change the test always required at least 3 minutes to complete (6x 30 seconds timeout in `SSLSocketTemplate`'s `sslServerSocket.accept()`).
>> After this change the test does not open a server socket when it is not necessary.
>>
>> The test continues to pass.
>
> Daniel Jeliński has updated the pull request incrementally with one additional commit since the last revision:
>
> Update copyright
Marked as reviewed by dfuchs (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/10539
More information about the security-dev
mailing list