-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ignore resources when DeletionTimestamp
is set.
#3036
Ignore resources when DeletionTimestamp
is set.
#3036
Conversation
8a16270
to
49e2c39
Compare
DeletionTimestamp
is set.DeletionTimestamp
is set.
49e2c39
to
f8f0647
Compare
It is notable that coverage is expected to fail due to some of our laggards, which sit below 80% |
When we had finalizers previously we would race with K8s GC to recreate our children as K8s reaped them. The simplest way to test this is to enable "foreground" deletion in our e2e tests, which is implemented as a finalizer. Fixes: knative#2678
f8f0647
to
68d109d
Compare
The following is the coverage report on pkg/.
|
@mattmoor: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattmoor, vaikas-google 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 |
When we had finalizers previously we would race with K8s GC to recreate our children as K8s reaped them. The simplest way to test this is to enable "foreground" deletion in our e2e tests, which is implemented as a finalizer. Fixes: knative#2678
When we had finalizers previously we would race with K8s GC to recreate our children as K8s reaped them.
The simplest way to test this is to enable "foreground" deletion in our e2e tests, which is implemented as a finalizer.
Fixes: #2678
WIP until #3035 merges