RFR: 8269993: [Test]: java/net/httpclient/DigestEchoClientSSL.java contains redundant @run tags
Vyom Tewari
vtewari at openjdk.java.net
Wed Jul 7 14:40:50 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.
Looks OK to me.
-------------
Marked as reviewed by vtewari (Committer).
PR: https://git.openjdk.java.net/jdk/pull/4706
More information about the net-dev
mailing list