-
Bug
-
Resolution: Fixed
-
Major
As I wrote there:
The current fix is just no good. It delivers events asynchronously, which makes the system unpredictable, and ruins functional tests.
Better IMHO would be to call just save() asynchronously.
- is blocking
-
JENKINS-19446 Deadlock while parallel deletion/rename of jobs
-
- Resolved
-
[JENKINS-22001] Do not solve JENKINS-19446 by delivering events asynchronously
Link |
New:
This issue is blocking |
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Jesse Glick [ jglick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Code changed in jenkins
User: Jesse Glick
Path:
src/test/java/com/cloudbees/hudson/plugins/folder/FolderTest.java
http://jenkins-ci.org/commit/cloudbees-folder-plugin/a8117f59702e8a2ccdf3a9720924718b508b9b83
Log:
Updating comment to note
JENKINS-22001.