vatesfr / terraform-provider-xenorchestra

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

Fix resource set permission issue #171 #179

Closed ddelnano closed 2 years ago

ddelnano commented 2 years ago

This is a follow up to #172

Todo

ddelnano commented 2 years ago

Since #180 was landed the acceptance tests are much flakier than they used to be. This is happens when a panic occurs during the acceptance tests and the non admin user is not cleaned up. A subsequent acceptance test run will fail when trying to create the user. This was a problem I identified in #84 and has become more painful over time as more tests have been added. But I think now is the appropriate time to fix this.