Code changed in jenkins
User: Jesse Glick
Path:
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/PushdStepTest.java
support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverWriter.java
http://jenkins-ci.org/commit/workflow-plugin/3d3fa348ed9c34e4492b2733802bc47416824e30
Log:
JENKINS-26137 At least during restarting tests, serialization errors seem to be due to there being no PickleFactory’s installed.
Merely calling PickleFactory.all() from the RiverWriter constructor, rather than later, seems to let PushdStepTest.restarting pass (JENKINS-26051).
Additionally asserting that there are in fact some factories loaded, since there is sure to be trouble if there are not.
Also need to wait for the build to finish (JENKINS-26399).
Code changed in jenkins
User: Jesse Glick
Path:
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/PushdStepTest.java
support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverWriter.java
http://jenkins-ci.org/commit/workflow-plugin/3d3fa348ed9c34e4492b2733802bc47416824e30
Log:
JENKINS-26137At least during restarting tests, serialization errors seem to be due to there being no PickleFactory’s installed.Merely calling PickleFactory.all() from the RiverWriter constructor, rather than later, seems to let PushdStepTest.restarting pass (
JENKINS-26051).Additionally asserting that there are in fact some factories loaded, since there is sure to be trouble if there are not.
Also need to wait for the build to finish (
JENKINS-26399).