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

2021-07-07 Thread Thejasvi Voniadka
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 * @r

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

2021-07-07 Thread Thejasvi Voniadka
On Wed, 7 Jul 2021 14:37:22 GMT, Vyom Tewari 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 >> * DigestEchoC

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

2021-07-07 Thread Thejasvi Voniadka
On Wed, 7 Jul 2021 09:34:13 GMT, Thejasvi Voniadka 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: > >