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

8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion

Open luchenlin opened this issue 1 year ago • 5 comments
trafficstars

I backport this for parity with 11.0.25-oracle.


Progress

  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8336301 needs maintainer approval

Issue

  • JDK-8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion (Bug - P4 - Requested)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2889

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

Using diff file

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

Webrev

Link to Webrev Comment

luchenlin avatar Aug 01 '24 02:08 luchenlin

:wave: Welcome back andrewlu! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

bridgekeeper[bot] avatar Aug 01 '24 02:08 bridgekeeper[bot]

@luchenlin This change now passes all automated pre-integration checks.

After integration, the commit message for the final commit will be:

8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 5 new commits pushed to the master branch:

  • 1daafddfd02f1e01a46bf1228877f6f261ce4c24: 8317343: GC: Make TestHeapFreeRatio use createTestJvm
  • 8ef848219bc270b968ca5e9ecdd371973f2debb3: 8334711: [TEST_BUG] Compilation failed of MimeFormatsTest/MimeFormatsTest.java
  • 7547abf0d3005b9d82b49fc1e6455eb30183d3bb: 8255913: Decrease number of iterations in TestMaxCachedBufferSize
  • ee57792bbae576eeaff1c95873ade2d529d514ce: 8259274: Increase timeout duration in sun/nio/ch/TestMaxCachedBufferSize.java
  • d668844b6622b61cca05fd303c461295f9ca6e10: 8298873: Update IllegalRecordVersion.java for changes to TLS implementation

Please see this link for an up-to-date comparison between the source branch of this pull request and the master branch. As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

openjdk[bot] avatar Aug 01 '24 02:08 openjdk[bot]

This backport pull request has now been updated with issue from the original commit.

openjdk[bot] avatar Aug 01 '24 02:08 openjdk[bot]

⚠️ @luchenlin This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.

openjdk[bot] avatar Aug 01 '24 02:08 openjdk[bot]

Webrevs

mlbridge[bot] avatar Aug 01 '24 02:08 mlbridge[bot]

/integrate

luchenlin avatar Aug 06 '24 02:08 luchenlin

Going to push as commit c5d2cc138fed05c8dfcd13f6d786dd5c8dae4560. Since your change was applied there have been 6 commits pushed to the master branch:

  • 7d3469361210546c24715f8c7b7df95e8f876c7b: 8317358: G1: Make TestMaxNewSize use createTestJvm
  • 1daafddfd02f1e01a46bf1228877f6f261ce4c24: 8317343: GC: Make TestHeapFreeRatio use createTestJvm
  • 8ef848219bc270b968ca5e9ecdd371973f2debb3: 8334711: [TEST_BUG] Compilation failed of MimeFormatsTest/MimeFormatsTest.java
  • 7547abf0d3005b9d82b49fc1e6455eb30183d3bb: 8255913: Decrease number of iterations in TestMaxCachedBufferSize
  • ee57792bbae576eeaff1c95873ade2d529d514ce: 8259274: Increase timeout duration in sun/nio/ch/TestMaxCachedBufferSize.java
  • d668844b6622b61cca05fd303c461295f9ca6e10: 8298873: Update IllegalRecordVersion.java for changes to TLS implementation

Your commit was automatically rebased without conflicts.

openjdk[bot] avatar Aug 06 '24 02:08 openjdk[bot]

@luchenlin Pushed as commit c5d2cc138fed05c8dfcd13f6d786dd5c8dae4560.

:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

openjdk[bot] avatar Aug 06 '24 02:08 openjdk[bot]