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

8314614: jdk/jshell/ImportTest.java failed with "InternalError: Failed remote listen"

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

Backport of JDK-8314614

Testing

  • Local: Test passed on MacOS 14.5
    • AnalyzeSnippetTest.java: Test results: passed: 1
    • CustomInputToolBuilder.java: Test results: passed: 1
    • FailOverDirectExecutionControlTest.java: Test results: passed: 1
    • FailOverExecutionControlDyingLaunchTest.java: Test results: passed: 1
    • FailOverExecutionControlHangingLaunchTest.java: Test results: passed: 1
    • FailOverExecutionControlHangingListenTest.java: Test results: passed: 1
    • FailOverExecutionControlTest.java: Test results: passed: 1
    • IdGeneratorTest.java: Test results: passed: 1
    • StartOptionTest.java: Test results: passed: 1
    • ToolReloadTest.java: Test results: passed: 1
  • Pipeline:
  • Testing Machine:

Progress

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

Issues

  • JDK-8314614: jdk/jshell/ImportTest.java failed with "InternalError: Failed remote listen" (Bug - P2)
  • JDK-8312140: jdk/jshell tests failed with JDI socket timeouts (Enhancement - P4)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2755

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

Using diff file

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

Webrev

Link to Webrev Comment

amosshi avatar Jul 31 '24 21:07 amosshi