On Mon, 7 Dec 2020 23:35:49 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:
> This test case, sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java, may be not > reliable if there are some other test cases or applications running at the > same time. It's a good manual test, but might be not suitable for OpenJDK > automation regression test if it could be impacted. Move it to manual test. Looks fine to me. test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java line 39: > 37: * @run main/manual SSLSocketLeak > 38: */ > 39: // Note: this test is not reliabe, run it manually. Typo reliabe -> reliable ------------- Marked as reviewed by jnimeh (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/1681