-
Bug
-
Resolution: Fixed
-
Minor
Observed:
java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertFalse(Assert.java:64) at org.junit.Assert.assertFalse(Assert.java:74) at org.jenkinsci.plugins.workflow.job.WorkflowRunRestartTest$5.evaluate(WorkflowRunRestartTest.java:124)
I forgot to record the exact line of code this came from, but looking at assertFalse calls in this class, I am pretty sure it is this one: still WorkflowRun.building, for some reason.
I believe this one was resolved in my 1Q/2Q 2018 work to resolve persistence and order of operation issues. We can re-open if it recurs though.