Switch (Most) Acceptance Testing from resource.Test() to resource.ParallelTest() #5874
Closed
1 of 3 tasks
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
provider
Pertains to the provider itself, rather than any interaction with AWS.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Description
An upstream pull request (hashicorp/terraform#18688) has been merged that adds a wrapper function for
helper/resource.Test()
that callst.Parallel()
to enable Go's native testing parallelism (via thego test -parallelism
flag). This will greatly help speed up local acceptance testing and CI testing outside TeamCity. It will be released upstream with Terraform 0.11.9.hashicorp/terraform@v0.11.9
(when released)TestAccAWSDBInstance
and verify all is well locally and on TeamCityTestAccAWSCloudTrail
TestAccAWSConfig
TestAccAWSGuardDuty
TestAccAWSIAMAccountAlias
TestAccAWSOrganizations
TestAccAWSSNSSMSPreferences
TestAccAWSSpotDatafeedSubscription
TestAccAWSWafRegexMatchSet
TestAccAWSWafRegexPatternSet
TestAccAWSWafRegionalRegexMatchSet
TestAccAWSWafRegionalRegexPatternSet
The text was updated successfully, but these errors were encountered: