-
Notifications
You must be signed in to change notification settings - Fork 178
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
Fix failing go test in connection_test.go #273
Conversation
Copy and paste error
/approve (squash last commit please) |
[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 |
9f01d70
to
791d29c
Compare
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. |
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
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! |
/retest |
woohoo! 🎉 |
In response to this:
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. |
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