Issue Type: Bug Bug
Assignee: Jesse Glick
Components: workflow-plugin
Created: 20/Mar/15 7:54 PM
Description:

Sometimes waitForCompletion times out, and the log shows that two copies of the WorkflowRun are loaded.

Running against 1.606-SNAPSHOT, I observed an (unreproducible) failure:

java.lang.AssertionError: tried to overwrite demo #1 with demo #1
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:472)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:448)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.getByNumber(AbstractLazyLoadRunMap.java:356)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:332)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.newestBuild(AbstractLazyLoadRunMap.java:274)
	at jenkins.model.lazy.LazyBuildMixIn.getLastBuild(LazyBuildMixIn.java:240)
	at org.jenkinsci.plugins.workflow.job.WorkflowJob.getLastBuild(WorkflowJob.java:199)
	at org.jenkinsci.plugins.workflow.SingleJobTestBase.rebuildContext(SingleJobTestBase.java:70)
	at org.jenkinsci.plugins.workflow.WorkflowTest$22.evaluate(WorkflowTest.java:663)
Project: Jenkins
Labels: testing lazy-loading
Priority: Major Major
Reporter: Jesse Glick
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to