tests/provider: Prevent skip issues with special region testing involving multiple tests#17421
Conversation
…ving multiple tests Reference: #16840 (review) Output from acceptance testing in AWS Commercial: ``` --- FAIL: TestAccAWSAPIGatewayDomainName_CertificateArn (965.31s) # #17420 --- PASS: TestAccAWSAPIGatewayDomainName_disappears (152.03s) --- PASS: TestAccAWSAPIGatewayDomainName_RegionalCertificateArn (110.11s) --- PASS: TestAccAWSAPIGatewayDomainName_SecurityPolicy (115.66s) --- PASS: TestAccAWSAPIGatewayDomainName_Tags (126.40s) --- SKIP: TestAccAWSAPIGatewayDomainName_CertificateName (0.00s) --- SKIP: TestAccAWSAPIGatewayDomainName_RegionalCertificateName (0.00s) --- PASS: TestAccAWSCognitoUserPoolDomain_basic (29.57s) --- PASS: TestAccAWSCognitoUserPoolDomain_custom (770.94s) --- PASS: TestAccAWSCognitoUserPoolDomain_disappears (27.19s) --- PASS: TestAccAWSLightsailDomain_basic (23.82s) --- PASS: TestAccAWSLightsailDomain_disappears (20.95s) --- PASS: TestAccAWSRoute53QueryLog_basic (51.64s) --- PASS: TestAccAWSWafWebAcl_basic (20.01s) --- PASS: TestAccAWSWafWebAcl_changeNameForceNew (45.63s) --- PASS: TestAccAWSWafWebAcl_DefaultAction (36.54s) --- PASS: TestAccAWSWafWebAcl_disappears (21.46s) --- PASS: TestAccAWSWafWebAcl_LoggingConfiguration (110.88s) --- PASS: TestAccAWSWafWebAcl_Rules (60.21s) --- PASS: TestAccAWSWafWebAcl_Tags (50.74s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- PASS: TestAccAWSAPIGatewayDomainName_disappears (28.66s) --- PASS: TestAccAWSAPIGatewayDomainName_RegionalCertificateArn (79.60s) --- PASS: TestAccAWSAPIGatewayDomainName_SecurityPolicy (110.56s) --- PASS: TestAccAWSAPIGatewayDomainName_Tags (139.40s) --- SKIP: TestAccAWSAPIGatewayDomainName_CertificateArn (0.00s) --- SKIP: TestAccAWSAPIGatewayDomainName_CertificateName (0.00s) --- SKIP: TestAccAWSAPIGatewayDomainName_RegionalCertificateName (0.00s) --- PASS: TestAccAWSCognitoUserPoolDomain_basic (29.53s) --- PASS: TestAccAWSCognitoUserPoolDomain_disappears (25.98s) --- SKIP: TestAccAWSCognitoUserPoolDomain_custom (0.00s) --- SKIP: TestAccAWSLightsailDomain_basic (3.48s) --- SKIP: TestAccAWSLightsailDomain_disappears (3.48s) --- SKIP: TestAccAWSRoute53QueryLog_basic (3.48s) --- SKIP: TestAccAWSWafWebAcl_basic (27.40s) --- SKIP: TestAccAWSWafWebAcl_changeNameForceNew (27.75s) --- SKIP: TestAccAWSWafWebAcl_DefaultAction (21.04s) --- SKIP: TestAccAWSWafWebAcl_disappears (25.19s) --- SKIP: TestAccAWSWafWebAcl_LoggingConfiguration (28.85s) --- SKIP: TestAccAWSWafWebAcl_Rules (30.87s) --- SKIP: TestAccAWSWafWebAcl_Tags (29.67s) ```
gdavison
left a comment
There was a problem hiding this comment.
Looks good to me 🚀
Waiting on acceptance tests
|
Test results from TeamCity run kicked off above: One failure is present on main branch. |
|
This has been released in version 3.29.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 for triage. Thanks! |
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Reference: #16840 (review)
Output from acceptance testing in AWS Commercial:
Output from acceptance testing in AWS GovCloud (US):