fix registry grpc unit test intermittent failure#2521
fix registry grpc unit test intermittent failure#2521openshift-merge-robot merged 1 commit intooperator-framework:masterfrom
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. 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. |
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 DetailsNeeds 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 <akihikokuroda2020@gmail.com>
e5bc63a to
10e8020
Compare
|
/lgtm |
Signed-off-by: akihikokuroda akihikokuroda2020@gmail.com
Description of the change:
The
TestConnectionEventstest checks all the grpc connection state transitions but some intermidiate states are not captured correctly. This change checks the connection state moving to thereadystate 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