-
Notifications
You must be signed in to change notification settings - Fork 72
Bug OCPBUGS-828: backport opm serve
caching functionality (and bugfix) + opm serve
leaving orphan tmpfiles
#375
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
Bug OCPBUGS-828: backport opm serve
caching functionality (and bugfix) + opm serve
leaving orphan tmpfiles
#375
Conversation
@grokspawn: No Bugzilla bug is referenced in the title of this pull request. 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. |
/hold for qe-review |
opm serve
caching functionality (and bugfix) + opm serve
leaving orphan tmpfilesopm serve
caching functionality (and bugfix) + opm serve
leaving orphan tmpfiles
@grokspawn: No Bugzilla bug is referenced in the title of this pull request. 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. |
opm serve
caching functionality (and bugfix) + opm serve
leaving orphan tmpfilesopm serve
caching functionality (and bugfix) + opm serve
leaving orphan tmpfiles
@grokspawn: This pull request references Jira Issue OCPBUGS-828, which is invalid:
Comment 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. |
@grokspawn: No Bugzilla bug is referenced in the title of this pull request. 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. |
@grokspawn: No Bugzilla bug is referenced in the title of this pull request. 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. |
/jira refresh |
@grokspawn: This pull request references Jira Issue OCPBUGS-828, which is invalid:
All dependent bugs must be part of the OCPBUGS project. If you are backporting a fix that was originally tracked in Bugzilla, follow these steps to handle the backport:
Note that the mirrored bug in OCPBUGSM should not be involved in this process at all. Comment 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. |
/jira refresh |
@grokspawn: This pull request references Jira Issue OCPBUGS-828, which is invalid:
Comment 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. |
/jira refresh |
@grokspawn: This pull request references Jira Issue OCPBUGS-828, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
When we fatally exit directly in the serve functions, we do not give a chance for the registered cleanup functions to run, resulting in temporary files being left behind. This commit ensures that we always cleanly return an error from the serve function, thus ensuring that defered cleanups always happen. Signed-off-by: Joe Lanford <[email protected]> Upstream-repository: operator-registry Upstream-release-repository: release-4.12 Upstream-commit: 90c49bc
* opm serve: use pre-existing cache, if set and up-to-date Signed-off-by: Joe Lanford <[email protected]> * refactor to leave NewQuerier function untouched Signed-off-by: Joe Lanford <[email protected]> Upstream-repository: operator-registry Upstream-release: 4.12 Upstream-commit: b94e073
* fix permissions problems with pregen cache access * constant replacement Signed-off-by: Jordan <[email protected]> Upstream-repository: operator-registry Upstream-release: 4.12 Upstream-commit: aec6a49
/label cherry-pick-approved |
/retest-required |
/test e2e-gcp-olm-flaky |
/retest-required |
google.golang.org/grpc v1.43.0 // indirect | ||
google.golang.org/grpc v1.45.0 // indirect |
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 for others: It looks like we still correctly replace pin this grpc package due to OLM issues in the vendor/modules.txt.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grokspawn, timflannagan 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 |
@grokspawn: 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. |
This performance improvement needs to be backported because the default catalogs are constantly failing their readiness and liveness in 4.11 clusters. /label backport-risk-assessed |
/hold cancel |
@grokspawn: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-828 has been moved to the MODIFIED state. 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. |
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Upstream-repository: api Upstream-commit: 6c143112915ad0122b160c3198e7c93c4c96ff0a
No description provided.