Fix for #1109 [BUG] eventing controller and source-controller fall off main() on shutdown signal #1110
Fix for #1109 [BUG] eventing controller and source-controller fall off main() on shutdown signal #1110syedriko wants to merge 1 commit into
Conversation
|
Hi @syedriko. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: syedriko If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/cc @Harwayne |
|
/ok-to-test |
|
the test failures look like #1077 /retest |
|
/cc @n3wscott |
[BUG] eventing controller and source-controller fall off main() on shutdown signal
|
The following is the coverage report on pkg/.
|
|
Could you please rebase as looks like there's bunch of unrelated changes in this PR. Thanks :) |
…5 updates (knative#1110) * [release-v1.17][gomod]: Bump the patch group across 1 directory with 5 updates Bumps the patch group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver). Updates `k8s.io/api` from 0.31.5 to 0.31.6 - [Commits](kubernetes/api@v0.31.5...v0.31.6) Updates `k8s.io/apiextensions-apiserver` from 0.31.5 to 0.31.6 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.31.5...v0.31.6) Updates `k8s.io/apimachinery` from 0.31.5 to 0.31.6 - [Commits](kubernetes/apimachinery@v0.31.5...v0.31.6) Updates `k8s.io/apiserver` from 0.31.5 to 0.31.6 - [Commits](kubernetes/apiserver@v0.31.5...v0.31.6) Updates `k8s.io/client-go` from 0.31.5 to 0.31.6 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.5...v0.31.6) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/apiserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com> * Run make generate-release --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix for #1109 "[BUG] eventing controller and source-controller fall off main() on shutdown signal"