RFR: 8280161: com/sun/net/httpserver/simpleserver/jwebserver/MaxRequestTimeTest.java fails with SSLException

Daniel Fuchs dfuchs at openjdk.java.net
Wed Jan 19 17:20:22 UTC 2022


On Wed, 19 Jan 2022 17:01:22 GMT, Julia Boes <jboes at openjdk.org> wrote:

> Small test-only fix that generalizes the expected exception type from SSLHandshakeException to SSLException (a super class of the former).
> 
> Testing: tier 1-3 and repeated runs of test in question all clear

LGTM - just remove 8280161 from the @bug tag list.

test/jdk/com/sun/net/httpserver/simpleserver/jwebserver/MaxRequestTimeTest.java line 26:

> 24: /*
> 25:  * @test
> 26:  * @bug 8278398 8280161

No need to add 8280161 since 8280161 is marked as noreg-self. In principle we only list bugs whose fix contain code changes that can be verified by the test.

-------------

Marked as reviewed by dfuchs (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7144


More information about the net-dev mailing list