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

Felix Yang felix.yang at oracle.com
Thu Sep 14 06:48:00 UTC 2017


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


Thanks,

Felix



More information about the net-dev mailing list