-
Bug
-
Resolution: Fixed
-
Major
-
None
-
-
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.
- relates to
-
JENKINS-52165 Use push rather than pull for durable task logging
- Reopened
- links to