jdk17u-dev icon indicating copy to clipboard operation
jdk17u-dev copied to clipboard

8307648: java/net/httpclient/ExpectContinueTest.java timed out

Open alexeybakhtin opened this issue 1 year ago • 6 comments
trafficstars

The backport is not clean.

JDK17 does not have JDK-8293786. As a result, the debug log is not merged into Stream::incoming_reset method. These changes could be skipped because they are not required for this functionality

Also, ExpectContinueTest test was added in JDK21 as part of JDK-8286171. Not backported to JDK17. The changes for this test are skipped

All java/net/httpclient JTREG tests passed


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8307648 needs maintainer approval

Issue

  • JDK-8307648: java/net/httpclient/ExpectContinueTest.java timed out (Bug - P3)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2799/head:pull/2799
$ git checkout pull/2799

Update a local copy of the PR:
$ git checkout pull/2799
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2799/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2799

View PR using the GUI difftool:
$ git pr show -t 2799

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2799.diff

Webrev

Link to Webrev Comment

alexeybakhtin avatar Aug 13 '24 22:08 alexeybakhtin