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

Thejasvi Voniadka tvoniadka at openjdk.java.net
Wed Jul 7 09:41:01 UTC 2021


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.

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

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

Changes: https://git.openjdk.java.net/jdk/pull/4706/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4706&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8269993
  Stats: 6 lines in 1 file changed: 0 ins; 6 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4706.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4706/head:pull/4706

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


More information about the net-dev mailing list