Hi all,
please review a minor patch to add key intermittent to two tests.
They have been observed to be failing intermittently.
Bug:
https://bugs.openjdk.java.net/browse/JDK-8182975
Patch:
diff -r 7cef1c3f1dbe test/java/net/httpclient/http2/BasicTest.java
--- a/test/java/net/httpclient/http2/BasicTest.java Wed Jun 28
17:57:20 2017 -0700
+++ b/test/java/net/httpclient/http2/BasicTest.java Thu Jun 29
00:34:34 2017 -0700
@@ -24,6 +24,7 @@
/*
* @test
* @bug 8087112
+ * @key intermittent
* @library /lib/testlibrary server
* @build jdk.testlibrary.SimpleSSLContext
* @modules jdk.incubator.httpclient/jdk.incubator.http.internal.common
diff -r 7cef1c3f1dbe test/java/net/httpclient/http2/FixedThreadPoolTest.java
--- a/test/java/net/httpclient/http2/FixedThreadPoolTest.java Wed Jun 28
17:57:20 2017 -0700
+++ b/test/java/net/httpclient/http2/FixedThreadPoolTest.java Thu Jun 29
00:34:34 2017 -0700
@@ -24,6 +24,7 @@
/*
* @test
* @bug 8087112
+ * @key intermittent
* @library /lib/testlibrary server
* @build jdk.testlibrary.SimpleSSLContext
* @modules jdk.incubator.httpclient/jdk.incubator.http.internal.common
Thanks,
Felix