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

Fix failing go test in connection_test.go #273

Merged
merged 1 commit into from
Nov 7, 2019

Conversation

dvonthenen
Copy link
Contributor

What this PR does / why we need it:
Just like it sounds... it's a port of this fix https://github.com/kubernetes/kubernetes/pull/81390/files#diff-a0b58bcaae491877d401a6a7011882f3L159

Which issue this PR fixes: NA

Special notes for your reviewer:
NA

Release note:
NA

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 6, 2019
Copy and paste error
@andrewsykim
Copy link
Member

andrewsykim commented Nov 6, 2019

/approve

(squash last commit please)

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andrewsykim

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 6, 2019
@dvonthenen
Copy link
Contributor Author

This PR fixes the pull-cloud-provider-vsphere-unit-test that was failing thanks to @dougm.

I asked @codenrhoden to take a look at the pull-cloud-provider-vsphere-integration-test since I don't really know much about the CI stuff and how it was setup. It looks like it's failing because of a docker issue or possibility an integration test that happens to be using docker.

Copy link
Member

@dougm dougm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 6, 2019
@codenrhoden
Copy link
Contributor

I asked @codenrhoden to take a look at the pull-cloud-provider-vsphere-integration-test since I don't really know much about the CI stuff and how it was setup. It looks like it's failing because of a docker issue or possibility an integration test that happens to be using docker.

I have a plan for how to fix this. Going to take me a bit of time (mixing it in with other priorities). It should make the integration pre-submit quite a bit more stable, I believe. However, there will still be an issue with the periodic conformance tests -- those are red across the board and need to be revisited completely. I can explain that issue when I open the PR to fix integration tests.

@dvonthenen
Copy link
Contributor Author

I asked @codenrhoden to take a look at the pull-cloud-provider-vsphere-integration-test since I don't really know much about the CI stuff and how it was setup. It looks like it's failing because of a docker issue or possibility an integration test that happens to be using docker.

I have a plan for how to fix this. Going to take me a bit of time (mixing it in with other priorities). It should make the integration pre-submit quite a bit more stable, I believe. However, there will still be an issue with the periodic conformance tests -- those are red across the board and need to be revisited completely. I can explain that issue when I open the PR to fix integration tests.

No worries! Thanks for your help!

@dvonthenen
Copy link
Contributor Author

/retest

@codenrhoden
Copy link
Contributor

woohoo! 🎉
/honk

@k8s-ci-robot
Copy link
Contributor

@codenrhoden:
goose image

In response to this:

woohoo! 🎉
/honk

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.

@k8s-ci-robot k8s-ci-robot merged commit 02c1334 into kubernetes:master Nov 7, 2019
@dvonthenen dvonthenen deleted the bug/connectiontest branch November 7, 2019 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants