vatesfr / terraform-provider-xenorchestra

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

Prevent panics during tests from crashing the entire test suite #129

Closed ddelnano closed 11 months ago

ddelnano commented 3 years ago

A common issue is that a panic can prevent the test suite from gracefully tearing things down. This means that a subsequent test run will fail (because the TestMain teardown code doesn't clean up any straggling state). We should be able to recover from these panics and handle these situations more gracefully.

ddelnano commented 11 months ago

This is no longer an issue as there is build infrastructure within the Vates lab now.