vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
80 stars 79 forks source link

Fix Test_*OrgCreateCatalog #602

Closed dataclouder closed 1 year ago

dataclouder commented 1 year ago

The creation task may not be available after a recent fix to catalog creation (PR #590). Accessing the task directly may lead to a panic. The check is replaced with a more resilient function call (ResourceComplete)

Also, remove chance of infinite loop from Test_VmShutdown