Skip to content
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

Remove Pending flag from skipped tests #138

Merged
merged 1 commit into from
May 10, 2020

Conversation

ormergi
Copy link
Collaborator

@ormergi ormergi commented May 10, 2020

What this PR does / why we need it:
This PR remove Pending flag form 2162 and 2165 tests.

These tests were flaky due to an issue with how the manager pods
reported readiness, this caused the manager-pods to raise
connection refused errors right after deletion.

We deploy the manager pods with Deployment thus after deletion the pods
will be be created again right away, and so are the certs by the cert-manager used
in KubeMacPollManager.
The manager-pods will report readiness before the certs are ready,
and eventually cause connection refused error (due to absent cert).

Now that #124 is merged we can continue to use these tests.
Special notes for your reviewer:

Release note:

NONE

Removing Pending flag from 2162 regarding issue resolved [1]
and 2165 regarding issue resolved [2].

Those tests were flaky due to an issue with how the manager pods
reported readiness, this caused the manager-pods to raise
"..connection refused" errors right after deletion.

Now that [3] is merged we can continue to use these tests.

[1] k8snetworkplumbingwg#104
[2] k8snetworkplumbingwg#105
[3] k8snetworkplumbingwg#124

Signed-off-by: Or Mergi <[email protected]>
@RamLavi
Copy link
Member

RamLavi commented May 10, 2020

/lgtm
/approved

@RamLavi
Copy link
Member

RamLavi commented May 10, 2020

/approve

@kubevirt-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: RamLavi

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubevirt-bot kubevirt-bot merged commit 97e9201 into k8snetworkplumbingwg:master May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants