Integrated: 8186765: Speed up test sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java

Daniel Jeliński djelinski at openjdk.org
Wed Oct 5 06:50:30 UTC 2022


On Mon, 3 Oct 2022 14:35:46 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.

This pull request has now been integrated.

Changeset: 43dbf589
Author:    Daniel Jeliński <djelinski at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/43dbf5899b455acf7c665d221564c4d4dff7dea4
Stats:     12 lines in 1 file changed: 11 ins; 0 del; 1 mod

8186765: Speed up test sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java

Reviewed-by: dfuchs, jpai

-------------

PR: https://git.openjdk.org/jdk/pull/10539



More information about the security-dev mailing list