-
Bug
-
Resolution: Fixed
-
Minor
-
-
workflow-job 2.33
java.lang.AssertionError: Expected: a string containing "Finished: ABORTED" but: was "Started [Pipeline] unkillable Aborted by unknown [Pipeline] End of Pipeline " at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.junit.Assert.assertThat(Assert.java:956) at org.junit.Assert.assertThat(Assert.java:923) at org.jvnet.hudson.test.JenkinsRule.assertLogContains(JenkinsRule.java:1215) at org.jvnet.hudson.test.JenkinsRule.waitForMessage(JenkinsRule.java:1263) at org.jenkinsci.plugins.workflow.cps.CpsThreadTest.stop(CpsThreadTest.java:70)
As noted in sources, WorkflowRun.isBuilding() can go to false before .finish has completed.
- is related to
-
JENKINS-59083 Builds stuck on "is already in progress" forever
-
- Resolved
-
- relates to
-
JENKINS-56978 The pipeline status sometimes not appear in output
-
- Fixed but Unreleased
-
- links to
(1 links to)
Code changed in jenkins
User: Jesse Glick
Path:
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsThreadTest.java
http://jenkins-ci.org/commit/workflow-cps-plugin/df875e708dfd2e0cfeb1f8aa030c9eb706705a5f
Log:
JENKINS-46076Noting location of flake.