[jdk11u-dev] RFR: 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1
Martin Doerr
mdoerr at openjdk.java.net
Mon Oct 4 09:59:04 UTC 2021
On Thu, 30 Sep 2021 08:24:20 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I downport this for parity with 11.0.13-oracle.
>
> Response204V2Test.java: resolve imports due to context.
> ShortResponseBody.java: resolve copyright and imports.
>
> Change to test/jdk/java/net/httpclient/AggregateRequestBodyTest.java omitted.
> The test is not in 11, it only came with "8252374 Add a new factory
> method to concatenate..." in 16.
>
> Change to test/jdk/java/net/httpclient/CancelRequestTest.java omitted.
> The test is not in 11, it only came with "8245462: HttpClient send throws InterruptedException when interrupted but does not cancel request" in 16.
>
> Change to test/jdk/java/net/httpclient/ISO_8859_1_Test.java b/test/jdk/java/net/httpclient/ISO_8859_1_Test.java omitted.
> The test is not in 11, it only came with "8255244 HttpClient: Response headers contain incorrectly encoded Unicode characters" in 16.
Thanks for the detailed description of how you resolved it. LGTM.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.java.net/jdk11u-dev/pull/448
More information about the jdk-updates-dev
mailing list