Integrated: 8269993: [Test]: java/net/httpclient/DigestEchoClientSSL.java contains redundant @run tags

Thejasvi Voniadka tvoniadka at openjdk.java.net
Thu Jul 8 06:04:54 UTC 2021


On Wed, 7 Jul 2021 09:34:13 GMT, Thejasvi Voniadka <tvoniadka at openjdk.org> wrote:

> Hi,
> 
> Please review this simple change to remove redundancy of @run tags. The test "java/net/httpclient/DigestEchoClientSSL.java" contains a couple of redundant @run tags:
> 
>  * @run main/othervm/timeout=300
>  * DigestEchoClientSSL SSL
>  * @run main/othervm/timeout=300
>  * DigestEchoClientSSL SSL
>  * @run main/othervm/timeout=300
>  * -Djdk.http.auth.proxying.disabledSchemes=
>  * -Djdk.http.auth.tunneling.disabledSchemes=
>  * DigestEchoClientSSL SSL PROXY
>  * @run main/othervm/timeout=300
>  * -Djdk.http.auth.proxying.disabledSchemes=
>  * -Djdk.http.auth.tunneling.disabledSchemes=
>  * DigestEchoClientSSL SSL PROXY
> 
> This change is to remove the redundancy. I have run the test and verified that it passes on all platforms following the change.

This pull request has now been integrated.

Changeset: 4e18ec26
Author:    Thejasvi Voniadka <tvoniadka at openjdk.org>
Committer: Abdul Kolarkunnu <akolarkunnu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4e18ec26ddfa0b44e8780ebd556a5e8aa2e90dc0
Stats:     6 lines in 1 file changed: 0 ins; 6 del; 0 mod

8269993: [Test]: java/net/httpclient/DigestEchoClientSSL.java contains redundant @run tags

Reviewed-by: dfuchs, vtewari

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

PR: https://git.openjdk.java.net/jdk/pull/4706


More information about the net-dev mailing list