vatesfr / terraform-provider-xenorchestra

Xen Orchestra provider for Terraform
MIT License
150 stars 33 forks source link

Fix XO client issues that caused obscure test failures #216

Closed ddelnano closed 1 year ago

ddelnano commented 1 year ago

The client package had a variety of issues that caused flaky tests and obscure test failures that were difficult to debug:

This PR addresses those issues and verifies that master is in a passing state again. I'm working to improve the test suite quality and setup CI (see #188 for some historical context). This change was run under the test runner I am to use (gotestrun) and was successful.