RFR: 8269993: [Test]: java/net/httpclient/DigestEchoClientSSL.java contains redundant @run tags
Thejasvi Voniadka
tvoniadka at openjdk.java.net
Wed Jul 7 17:24:53 UTC 2021
On Wed, 7 Jul 2021 14:37:22 GMT, Vyom Tewari <vtewari 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.
@vyommani , @dfuch , would one of you please sponsor this PR?
-------------
PR: https://git.openjdk.java.net/jdk/pull/4706
More information about the net-dev
mailing list