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

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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.

            Assignee:
            Jesse Glick
            Reporter:
            Basil Crow
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: