microsoft / terraform-provider-azuredevops

Terraform Azure DevOps provider
https://www.terraform.io/docs/providers/azuredevops/
MIT License
387 stars 278 forks source link

`azuredevops_group_entitlement` `azuredevops_user_entitlement` - Add timeout and update test case #1109

Closed xuzhang3 closed 4 months ago

xuzhang3 commented 4 months ago

All Submissions:

What about the current behavior has changed?

Issue Number:

=== RUN   TestAccUserEntitlement_Create
=== PAUSE TestAccUserEntitlement_Create
=== CONT  TestAccUserEntitlement_Create
--- PASS: TestAccUserEntitlement_Create (26.67s)
PASS
ok      github.com/microsoft/terraform-provider-azuredevops/azuredevops/internal/acceptancetests        32.320s

=== RUN   TestAccGroupEntitlement_Create
=== PAUSE TestAccGroupEntitlement_Create
=== RUN   TestAccGroupEntitlement_AAD_Create
=== PAUSE TestAccGroupEntitlement_AAD_Create
=== CONT  TestAccGroupEntitlement_Create
=== CONT  TestAccGroupEntitlement_AAD_Create
--- PASS: TestAccGroupEntitlement_Create (12.26s)
--- PASS: TestAccGroupEntitlement_AAD_Create (13.94s)
PASS
ok      github.com/microsoft/terraform-provider-azuredevops/azuredevops/internal/acceptancetests        21.372s

Does this introduce a change to go.mod, go.sum or vendor/?

Does this introduce a breaking change?

Any relevant logs, error output, etc?

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Other information