RFR 8187026/10, Remove intermittent key from java/net/httpclient/http2/BasicTest.java

Chris Hegarty chris.hegarty at oracle.com
Thu Sep 14 07:54:14 UTC 2017


> On 14 Sep 2017, at 07:48, Felix Yang <felix.yang at oracle.com> wrote:
> 
> Hi there,
> 
>    please review a minor patch to remove key intermittent. The original bug has been resolved in JDK-8177935 and no intermittent failure observed since there.
> 
> Bug:
> 
>     https://bugs.openjdk.java.net/browse/JDK-8187026
> 
> Patch:
> 
> diff -r 777356696811 test/java/net/httpclient/http2/BasicTest.java
> --- a/test/java/net/httpclient/http2/BasicTest.java     Fri Sep 08 18:24:17 2017 +0000
> +++ b/test/java/net/httpclient/http2/BasicTest.java     Wed Sep 13 23:14:37 2017 -0700
> @@ -24,7 +24,6 @@
>  /*
>   * @test
>   * @bug 8087112
> - * @key intermittent
>   * @library /lib/testlibrary server
>   * @build jdk.testlibrary.SimpleSSLContext
>   * @modules jdk.incubator.httpclient/jdk.incubator.http.internal.common

Reviewed.

-Chris.


More information about the net-dev mailing list