-
-
Notifications
You must be signed in to change notification settings - Fork 140
Fix resume issues [JENKINS-49686] and [JENKINS-50199] and [JENKINS-50407] #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b749460
Make completed persistent and use a guard object for synchronization …
svanoort 960c5cc
Remove redundant save operations from graphListener if durability set…
svanoort 4107ee4
Set completed sooner when finishing run, limit scope of locking and s…
svanoort ab4455d
Ensure some key execution state transitions happen even if errors occ…
svanoort 472e5f0
Safely lazy-load the execution state
svanoort 841eaea
More hardening of FlowExecution lazyLoad
svanoort 1d7e873
Simplify conditionals
svanoort b3d13b4
Test cases for lazy-load FlowExecution
svanoort 2039dc0
Prevent NPEs around listener use by switching to an intializing getter
svanoort 3cc104b
Typo
svanoort bb334e1
A few review changes
svanoort 75d05c5
Additional hardening based on workflow-cps FlowDurabilityTest fuzzing
svanoort a535449
Fix another bug that can cause completed to be unset and not persisted
svanoort d2e5b3c
Implement the review changes suggested by @jglick on top of the last …
svanoort eb258f8
Clarify some of listener use and synchronization
svanoort 3e12266
More explanatory comment
svanoort db23202
Merge branch 'master' into fix-resume-issues
svanoort File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just update parent POM to 3.4 or newer.