Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-68080

Pipeline: Nodes and Processes experimental push mode does not work on Java 17

XMLWordPrintable

    • 1128.v8c259d125340

      Steps to reproduce

      With Java 17, run one of the following:

      $ mvn clean verify -Dtest=org.jenkinsci.plugins.workflow.steps.durable_task.ShellStepTest#missingNewline -Djenkins.version=2.339 -Djenkins-test-harness.version=1721.v385389722736 '-DargLine=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED'
      
      $ mvn clean verify -Dtest=org.jenkinsci.plugins.workflow.steps.durable_task.ShellStepTest#remoteConsoleNotes -Djenkins.version=2.339 -Djenkins-test-harness.version=1721.v385389722736 '-DargLine=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED'
      
      $ mvn clean verify -Dtest=org.jenkinsci.plugins.workflow.steps.durable_task.ShellStepTest#remoteLogger -Djenkins.version=2.339 -Djenkins-test-harness.version=1721.v385389722736 '-DargLine=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED'
      

      Expected results

      Each test passes.

      Actual results

      Each test hangs without any output and eventually times out.

            jglick Jesse Glick
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: