-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Acceptance tests fixes #29613
Acceptance tests fixes #29613
Conversation
Acceptance test output: % make testacc TESTARGS='-run=TestAccAPIGatewayUsagePlan_' PKG=apigateway ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3 -run=TestAccAPIGatewayUsagePlan_ -timeout 180m === RUN TestAccAPIGatewayUsagePlan_basic === PAUSE TestAccAPIGatewayUsagePlan_basic === RUN TestAccAPIGatewayUsagePlan_tags === PAUSE TestAccAPIGatewayUsagePlan_tags === RUN TestAccAPIGatewayUsagePlan_description === PAUSE TestAccAPIGatewayUsagePlan_description === RUN TestAccAPIGatewayUsagePlan_productCode === PAUSE TestAccAPIGatewayUsagePlan_productCode === RUN TestAccAPIGatewayUsagePlan_throttling === PAUSE TestAccAPIGatewayUsagePlan_throttling === RUN TestAccAPIGatewayUsagePlan_throttlingInitialRateLimit === PAUSE TestAccAPIGatewayUsagePlan_throttlingInitialRateLimit === RUN TestAccAPIGatewayUsagePlan_quota === PAUSE TestAccAPIGatewayUsagePlan_quota === RUN TestAccAPIGatewayUsagePlan_apiStages === PAUSE TestAccAPIGatewayUsagePlan_apiStages === RUN TestAccAPIGatewayUsagePlan_APIStages_multiple === PAUSE TestAccAPIGatewayUsagePlan_APIStages_multiple === RUN TestAccAPIGatewayUsagePlan_APIStages_throttle === PAUSE TestAccAPIGatewayUsagePlan_APIStages_throttle === RUN TestAccAPIGatewayUsagePlan_disappears === PAUSE TestAccAPIGatewayUsagePlan_disappears === CONT TestAccAPIGatewayUsagePlan_basic === CONT TestAccAPIGatewayUsagePlan_quota === CONT TestAccAPIGatewayUsagePlan_APIStages_throttle --- PASS: TestAccAPIGatewayUsagePlan_basic (35.79s) === CONT TestAccAPIGatewayUsagePlan_disappears --- PASS: TestAccAPIGatewayUsagePlan_quota (97.75s) === CONT TestAccAPIGatewayUsagePlan_APIStages_multiple --- PASS: TestAccAPIGatewayUsagePlan_disappears (78.42s) === CONT TestAccAPIGatewayUsagePlan_apiStages --- PASS: TestAccAPIGatewayUsagePlan_APIStages_multiple (47.25s) === CONT TestAccAPIGatewayUsagePlan_productCode --- PASS: TestAccAPIGatewayUsagePlan_apiStages (89.03s) === CONT TestAccAPIGatewayUsagePlan_throttlingInitialRateLimit --- PASS: TestAccAPIGatewayUsagePlan_throttlingInitialRateLimit (22.11s) === CONT TestAccAPIGatewayUsagePlan_throttling --- PASS: TestAccAPIGatewayUsagePlan_productCode (115.55s) === CONT TestAccAPIGatewayUsagePlan_description --- PASS: TestAccAPIGatewayUsagePlan_throttling (61.31s) === CONT TestAccAPIGatewayUsagePlan_tags --- PASS: TestAccAPIGatewayUsagePlan_tags (47.45s) --- PASS: TestAccAPIGatewayUsagePlan_description (86.51s) --- PASS: TestAccAPIGatewayUsagePlan_APIStages_throttle (398.97s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/apigateway 404.074s
Acceptance test output: % make testacc TESTARGS='-run=TestAccAccount_serial/AlternateContact' PKG=account ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/account/... -v -count 1 -parallel 20 -run=TestAccAccount_serial/AlternateContact -timeout 180m === RUN TestAccAccount_serial === PAUSE TestAccAccount_serial === CONT TestAccAccount_serial === RUN TestAccAccount_serial/AlternateContact === RUN TestAccAccount_serial/AlternateContact/disappears === RUN TestAccAccount_serial/AlternateContact/AccountID === RUN TestAccAccount_serial/AlternateContact/basic --- PASS: TestAccAccount_serial (82.78s) --- PASS: TestAccAccount_serial/AlternateContact (82.78s) --- PASS: TestAccAccount_serial/AlternateContact/disappears (14.22s) --- PASS: TestAccAccount_serial/AlternateContact/AccountID (40.61s) --- PASS: TestAccAccount_serial/AlternateContact/basic (27.95s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/account 87.751s
…N' in acceptance tests. Acceptance test output: % make testacc TESTARGS='-run=TestAccACMPCACertificateAuthority_' PKG=acmpca ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/acmpca/... -v -count 1 -parallel 3 -run=TestAccACMPCACertificateAuthority_ -timeout 180m === RUN TestAccACMPCACertificateAuthority_basic === PAUSE TestAccACMPCACertificateAuthority_basic === RUN TestAccACMPCACertificateAuthority_disappears === PAUSE TestAccACMPCACertificateAuthority_disappears === RUN TestAccACMPCACertificateAuthority_enabledDeprecated === PAUSE TestAccACMPCACertificateAuthority_enabledDeprecated === RUN TestAccACMPCACertificateAuthority_usageMode === PAUSE TestAccACMPCACertificateAuthority_usageMode === RUN TestAccACMPCACertificateAuthority_deleteFromActiveState === PAUSE TestAccACMPCACertificateAuthority_deleteFromActiveState === RUN TestAccACMPCACertificateAuthority_RevocationConfiguration_empty === PAUSE TestAccACMPCACertificateAuthority_RevocationConfiguration_empty === RUN TestAccACMPCACertificateAuthority_RevocationCrl_customCNAME === PAUSE TestAccACMPCACertificateAuthority_RevocationCrl_customCNAME === RUN TestAccACMPCACertificateAuthority_RevocationCrl_enabled === PAUSE TestAccACMPCACertificateAuthority_RevocationCrl_enabled === RUN TestAccACMPCACertificateAuthority_RevocationCrl_expirationInDays === PAUSE TestAccACMPCACertificateAuthority_RevocationCrl_expirationInDays === RUN TestAccACMPCACertificateAuthority_RevocationCrl_s3ObjectACL === PAUSE TestAccACMPCACertificateAuthority_RevocationCrl_s3ObjectACL === RUN TestAccACMPCACertificateAuthority_RevocationOcsp_enabled === PAUSE TestAccACMPCACertificateAuthority_RevocationOcsp_enabled === RUN TestAccACMPCACertificateAuthority_RevocationOcsp_customCNAME === PAUSE TestAccACMPCACertificateAuthority_RevocationOcsp_customCNAME === RUN TestAccACMPCACertificateAuthority_tags === PAUSE TestAccACMPCACertificateAuthority_tags === CONT TestAccACMPCACertificateAuthority_basic === CONT TestAccACMPCACertificateAuthority_RevocationCrl_enabled === CONT TestAccACMPCACertificateAuthority_RevocationOcsp_enabled --- PASS: TestAccACMPCACertificateAuthority_basic (23.14s) === CONT TestAccACMPCACertificateAuthority_tags --- PASS: TestAccACMPCACertificateAuthority_tags (40.97s) === CONT TestAccACMPCACertificateAuthority_RevocationOcsp_customCNAME --- PASS: TestAccACMPCACertificateAuthority_RevocationOcsp_enabled (62.38s) === CONT TestAccACMPCACertificateAuthority_RevocationCrl_customCNAME --- PASS: TestAccACMPCACertificateAuthority_RevocationCrl_enabled (78.24s) === CONT TestAccACMPCACertificateAuthority_RevocationCrl_s3ObjectACL --- PASS: TestAccACMPCACertificateAuthority_RevocationOcsp_customCNAME (69.99s) === CONT TestAccACMPCACertificateAuthority_enabledDeprecated --- PASS: TestAccACMPCACertificateAuthority_RevocationCrl_s3ObjectACL (43.98s) === CONT TestAccACMPCACertificateAuthority_usageMode --- PASS: TestAccACMPCACertificateAuthority_usageMode (20.34s) === CONT TestAccACMPCACertificateAuthority_RevocationCrl_expirationInDays --- PASS: TestAccACMPCACertificateAuthority_enabledDeprecated (46.63s) === CONT TestAccACMPCACertificateAuthority_disappears --- PASS: TestAccACMPCACertificateAuthority_RevocationCrl_customCNAME (89.32s) === CONT TestAccACMPCACertificateAuthority_RevocationConfiguration_empty --- PASS: TestAccACMPCACertificateAuthority_disappears (13.60s) === CONT TestAccACMPCACertificateAuthority_deleteFromActiveState --- PASS: TestAccACMPCACertificateAuthority_RevocationConfiguration_empty (19.03s) --- PASS: TestAccACMPCACertificateAuthority_deleteFromActiveState (20.14s) --- PASS: TestAccACMPCACertificateAuthority_RevocationCrl_expirationInDays (54.77s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/acmpca 202.732s
Community NoteVoting for Prioritization
For Submitters
|
This functionality has been released in v4.56.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Description
Fixes CI acceptance test failures:
Relations
Closes #29101.
Closes #29088.
Output from Acceptance Testing