-
Notifications
You must be signed in to change notification settings - Fork 919
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
[BUG] some tests fail without docker on linux #3604
Comments
Howdy 🖐 asxe ! Thank you for your interest in this project. We value your feedback and will respond soon. If you want to contribute to this project, please make yourself familiar with the |
Add TESTING_UNSAFE, opened a PR on project page (vmware/govmomi#3604). Changelogs: https://github.com/vmware/govmomi/releases/tag/v0.45.1 https://github.com/vmware/govmomi/releases/tag/v0.45.0 https://github.com/vmware/govmomi/releases/tag/v0.44.1 https://github.com/vmware/govmomi/releases/tag/v0.44.0 PR: 282238 Approved by: submitter is maintainer
@asxe , yes these were docker related, added check so we skip without docker + linux |
test is failing on 0.46.0 version.
|
Was that the only output? That example test should return early: Unless run on linux with docker in PATH: |
Describe the bug
go test is failing on FreeBSD 13 ports repository. Execution of 'make test' is failing. The same results for Go 1.21 & 1.22 from Ports.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
test is PASSed. If platform is unsupported, skip test as unsupported.
Affected version
Tested on 0.45.1, 0.44.1, 0.33.0
Screenshots/Debug Output
Log is attached.
govmimo-test.txt
Additional context
Highly possible, the FAIL result is because Docker isn't well supported. Is any way to skip tests for unsupported platforms?
The text was updated successfully, but these errors were encountered: