-
Notifications
You must be signed in to change notification settings - Fork 562
Bug 1841171: Update PkgManifest upon catsrc update #1556
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 1841171: Update PkgManifest upon catsrc update #1556
Conversation
@Bowenislandsong: This pull request references Bugzilla bug 1841171, 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. |
/cherry-pick release-4.3 |
@Bowenislandsong: once the present PR merges, I will cherry-pick it on top of release-4.3 in a new PR and assign it to you. 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. |
/bugzilla refresh |
@Bowenislandsong: This pull request references Bugzilla bug 1841171, 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
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. |
/retest |
/cc @kevinrizza @dinhxuanvu could you guys help with this backport. Thanks |
/retest |
1 similar comment
/retest |
/approve |
/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.
Looks good!
Side Note: I do think there may be some issue detecting connection state change in the source store. In theory, we shouldn't need this patch because any catalog update we care about should result in a connection state change, which should trigger a cache refresh.
Orthogonal Note: It looks like we can leak goroutines when the address changes. One way to fix this would be to stop any existing source on p.sources.Add
with a non-matching address first.
test/e2e/packagemanifest_e2e_test.go
Outdated
) | ||
BeforeEach(func() { | ||
crc = newCRClient() | ||
pmc = newPMClient() |
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.
Whoops -- these calls are missing some arguments!
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.
they are?
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
/hold just until the test is fixed. |
/test e2e-aws-olm |
91ef628
to
b318729
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bowenislandsong, kevinrizza, njhale 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 |
The catsrc update sync triggered by the informer does not update pkgmanifest. This commit adds an update mechanism.
b318729
to
f7c8fae
Compare
/retest |
/lgtm |
/hold cancel |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
@Bowenislandsong: All pull requests linked via external trackers have merged: operator-framework/operator-lifecycle-manager#1556. Bugzilla bug 1841171 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. |
@Bowenislandsong: new pull request created: #1581 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. |
The catsrc update sync triggered by the informer does not update pkgmanifest. This commit adds an update mechanism.
Description of the change:
Motivation for the change:
Reviewer Checklist
/docs