-
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
[JENKINS-68080] Pipeline: Nodes and Processes experimental push mode does not work on Java 17
Link | New: This issue relates to JENKINS-52165 [ JENKINS-52165 ] |
Summary | Original: Pipeline: Nodes and Processes test failures on Java 17 | New: Pipeline: Nodes and Processes experimental push mode does not work on Java 17 |
Assignee | New: Jesse Glick [ jglick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "workflow-durable-task-step-plugin #212 (Web Link)" [ 27500 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
The tests all hang waiting for assertBuildStatusSuccess() at various points. I confirmed in the UI that the jobs were not completing.