-
Notifications
You must be signed in to change notification settings - Fork 117
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
Added empty FinalizeKind definition to prevent delete sources from hanging #3113
Added empty FinalizeKind definition to prevent delete sources from hanging #3113
Conversation
/cc @pierDipi |
Codecov Report
@@ Coverage Diff @@
## main #3113 +/- ##
============================================
- Coverage 63.42% 63.41% -0.02%
Complexity 758 758
============================================
Files 167 167
Lines 11354 11356 +2
Branches 233 233
============================================
Hits 7201 7201
- Misses 3626 3628 +2
Partials 527 527
Flags with carried forward coverage won't be shown. Click here to find out more.
|
To resolve the unit tests issue take a look at how we were setting up the test with
|
Just checked those out and try to follow it, thanks for your help!! |
/retest |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-1.10 |
/cherry-pick release-1.9 |
@pierDipi: #3113 failed to apply on top of branch "release-1.10":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@pierDipi: #3113 failed to apply on top of branch "release-1.9":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…nging (knative-extensions#3113) * Added empty FinalizeKind definition to prevent delete sources from hanging * Updated tests to handle reintroduction of finalizer patch events
…nging (knative-extensions#3113) * Added empty FinalizeKind definition to prevent delete sources from hanging * Updated tests to handle reintroduction of finalizer patch events
…nging (knative-extensions#3113) * Added empty FinalizeKind definition to prevent delete sources from hanging * Updated tests to handle reintroduction of finalizer patch events
…nging (knative-extensions#3113) * Added empty FinalizeKind definition to prevent delete sources from hanging * Updated tests to handle reintroduction of finalizer patch events
…nging (knative-extensions#3113) (#707) * Added empty FinalizeKind definition to prevent delete sources from hanging * Updated tests to handle reintroduction of finalizer patch events
…nging (knative-extensions#3113) (#706) * Added empty FinalizeKind definition to prevent delete sources from hanging * Updated tests to handle reintroduction of finalizer patch events
Fixes #3070
Proposed Changes
FinalizeKind
to ensure that deleting a source does not hang if it has a finalizerRelease Note