On 12/8/2015 8:11 AM, Xuelei Fan wrote: > On 12/8/2015 4:15 AM, Sean Mullan wrote: >> On 12/04/2015 09:41 AM, Xuelei Fan wrote: >>> Hi, >>> >>> Please review the test update for JDK-8141703: >>> http://cr.openjdk.java.net/~xuelei/8141703/webrev.00/ >>> >>> The test, sun/net/www/protocol/https/HttpsURLConnection/B6216082.java, >>> need to start a server and proxy, and then make https connection over >>> them. It is noticed that the test fails intermittent. >>> >>> The cause may be that in rush platform, the target proxy and server may >>> be not ready before the client call. Maybe not worthy a fix, as the >>> update need to re-org a lot of code and related classes. >>> >>> I plan to add the intermittent keyword to the test case, as the code in >>> the webrev. >> >> That seems fine to me, but that doesn't actually fix the failure, it >> just allows the test to be marked and grouped as one that fails >> intermittently. So, I think JDK-8141703 should remain open and you >> should file a different bug to add the intermittent keyword. >> > Yes. I will keep this open and file a new bug. > New bug:
https://bugs.openjdk.java.net/browse/JDK-8144890 Xuelei