-
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 registry grpc unit test intermittent failure #2521
fix registry grpc unit test intermittent failure #2521
Conversation
Hi @akihikokuroda. Thanks for your PR. I'm waiting for a operator-framework 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. 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. |
53127b2
to
96f8c87
Compare
96f8c87
to
edf11ce
Compare
edf11ce
to
0425247
Compare
/approved Great work on this @akihikokuroda |
/lgtm |
I had to resolve conflict. Then sanity errored. |
855927d
to
c2f2d3b
Compare
/lgtm |
It looks like Alex misspelt the approve command so manually adding it 😆 |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: akihikokuroda 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 |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
5 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
The e2e test failure is addressed in #2542 |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
9 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
@akihikokuroda could you please rebase |
c2f2d3b
to
52103a3
Compare
52103a3
to
e5bc63a
Compare
@akihikokuroda I think you may need to run make format or make lint |
Signed-off-by: akihikokuroda <[email protected]>
e5bc63a
to
10e8020
Compare
/lgtm |
Signed-off-by: akihikokuroda [email protected]
Description of the change:
The
TestConnectionEvents
test checks all the grpc connection state transitions but some intermidiate states are not captured correctly. This change checks the connection state moving to theready
state and check if there is any unexpected intermidiate states are observed in the transition.Motivation for the change:
This error was seen in several CI build unit tests.
https://github.com/operator-framework/operator-lifecycle-manager/runs/4490427895?check_suite_focus=true
Closes ##2522
Reviewer Checklist
/doc