I'd prefer to hold off with this change Felix. I recently pushed
a change to that test which removes the hardcoded port numbers
and also fixes another problem with the test.
- Michael.
On 10/05/16 04:17, Felix Yang wrote:
Hi there,
please review the following patch to mark
java/net/httpclient/security/Security.java with keyword
'intermittent'. It has been observed to fail intermittently.
Thanks,
Felix
diff -r 2569a85ce76a test/java/net/httpclient/security/Security.java
--- a/test/java/net/httpclient/security/Security.java Tue May 10
00:44:28 2016 +0000
+++ b/test/java/net/httpclient/security/Security.java Mon May 09
19:59:58 2016 -0700
@@ -25,6 +25,7 @@
/**
* @test
* @bug 8087112
+ * @key intermittent
* @library /lib/testlibrary/
* @build jdk.testlibrary.SimpleSSLContext
* @compile ../../../../com/sun/net/httpserver/LogFilter.java