-
Notifications
You must be signed in to change notification settings - Fork 551
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
Fix GRPC CheckRegistryServer function #2756
Fix GRPC CheckRegistryServer function #2756
Conversation
/lgtm Looks like there is a unit test failure -- may be related?
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
LGTM. Waiting for the unit test fix. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest-required Please review the full test history for this PR and help us cut down flakes. |
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 - holding so the bot doesn't go crazy while we fix up those unit tests, and rebase this PR against the master branch to make branch protection happy.
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene, 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 |
be86199
to
e765729
Compare
@exdx seems like that unit test now needs a serviceAccount to be created in order to work as expected. |
/lgtm |
e765729
to
f87f09d
Compare
/lgtm |
/unhold |
Problem: The CheckRegistryServer function used by grpc catalogSources does not confirm that the serviceAccount associated with the catalogSource exists. Solution: Update the GRPC CheckRegistryServer function to check if the serviceAccount exists. Signed-off-by: Alexander Greene <[email protected]>
f87f09d
to
da6cf22
Compare
/lgtm |
Problem: The CheckRegistryServer function used by grpc catalogSources
does not confirm that the serviceAccount associated with the
catalogSource exists.
Solution: Update the GRPC CheckRegistryServer function to check if the
serviceAccount exists.
Signed-off-by: Alexander Greene [email protected]