aptible / terraform-provider-aptible

The official Terraform provider for Aptible Deploy
https://registry.terraform.io/providers/aptible/aptible/latest
10 stars 13 forks source link

Parallelize acceptance tests #108

Closed joshraker closed 1 year ago

joshraker commented 1 year ago

This PR drastically speeds up acceptance tests by executing them in parallel and eliminating the use of a single, externally-created test environment. Now, each test provisions an environment for the duration of the test.

❯ make testacc
...
PASS
ok      github.com/aptible/terraform-provider-aptible/aptible   490.414s
joshraker commented 1 year ago

https://app.shortcut.com/aptible/story/20517/speed-up-aptible-terraform-provider-acceptance-tests

shortcut-integration[bot] commented 1 year ago

This pull request has been linked to Shortcut Story #20517: Speed up aptible-terraform-provider acceptance tests.

joshraker commented 1 year ago

Still passing

PASS
ok      github.com/aptible/terraform-provider-aptible/aptible   492.683s