Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Switch majority of acceptance testing from resource.Test() to resource.ParallelTest() #6174

Merged
merged 1 commit into from
Oct 16, 2018

Conversation

bflad
Copy link
Contributor

@bflad bflad commented Oct 16, 2018

Closes #5874

Skipping over:

  • Explicitly serialized testing
  • Acceptance test functions that have multiple resource.Test() calls (would cause a panic to call t.Parallel() multiple times)

Defaults Make target to 20 parallelism to match TeamCity configuration.

Output from acceptance testing: Handled via daily acceptance testing

…resource.ParallelTest()

Skipping over:
* Explicitly serialized testing
* Acceptance test functions that have multiple resource.Test() calls (would cause a panic to call t.Parallel() multiple times)

Defaults Make target to 20 parallelism to match TeamCity configuration.
@bflad bflad added tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. provider Pertains to the provider itself, rather than any interaction with AWS. hashibot/ignore labels Oct 16, 2018
@bflad bflad requested a review from a team October 16, 2018 20:08
@ghost ghost added the size/XXL Managed by automation to categorize the size of a PR. label Oct 16, 2018
@bflad bflad added this to the v1.41.0 milestone Oct 16, 2018
@bflad bflad merged commit 87b4905 into master Oct 16, 2018
@bflad bflad deleted the t-paralleltest branch October 16, 2018 20:22
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
provider Pertains to the provider itself, rather than any interaction with AWS. size/XXL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants