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

merge #6

Merged
merged 86 commits into from
Oct 30, 2019
Merged

merge #6

merged 86 commits into from
Oct 30, 2019

Conversation

DrFaust92
Copy link
Owner

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:


Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

NSjogren and others added 30 commits September 25, 2019 09:40
Add glue_version argument reference
Add state migration for r/aws_dx_gateway_association.
replace arn tests with testAccMatchResourceAttrRegionalARN function
… before testing 'recovery_point_tags' attribute.
$ make testacc TEST=./aws TESTARGS='-run=TestAccAwsBackupPlan_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsBackupPlan_ -timeout 120m
=== RUN   TestAccAwsBackupPlan_basic
=== PAUSE TestAccAwsBackupPlan_basic
=== RUN   TestAccAwsBackupPlan_withTags
=== PAUSE TestAccAwsBackupPlan_withTags
=== RUN   TestAccAwsBackupPlan_withRules
=== PAUSE TestAccAwsBackupPlan_withRules
=== RUN   TestAccAwsBackupPlan_withLifecycle
=== PAUSE TestAccAwsBackupPlan_withLifecycle
=== RUN   TestAccAwsBackupPlan_withRecoveryPointTags
=== PAUSE TestAccAwsBackupPlan_withRecoveryPointTags
=== RUN   TestAccAwsBackupPlan_disappears
=== PAUSE TestAccAwsBackupPlan_disappears
=== CONT  TestAccAwsBackupPlan_basic
=== CONT  TestAccAwsBackupPlan_withRecoveryPointTags
=== CONT  TestAccAwsBackupPlan_disappears
=== CONT  TestAccAwsBackupPlan_withRules
=== CONT  TestAccAwsBackupPlan_withLifecycle
=== CONT  TestAccAwsBackupPlan_withTags
--- PASS: TestAccAwsBackupPlan_disappears (19.33s)
--- PASS: TestAccAwsBackupPlan_basic (20.82s)
--- FAIL: TestAccAwsBackupPlan_withRecoveryPointTags (26.61s)
    testing.go:569: Step 1 error: errors during apply:

        Error: error updating Backup Plan (1104fa3b-5714-4c2e-9776-78660300ee6b): InvalidParameter: 2 validation error(s) found.
        - missing required field, UpdateBackupPlanInput.BackupPlan.Rules[0].RuleName.
        - missing required field, UpdateBackupPlanInput.BackupPlan.Rules[0].TargetBackupVaultName.

          on /tmp/tf-test417192270/main.tf line 6:
          (source code not available)

--- PASS: TestAccAwsBackupPlan_withRules (47.10s)
--- PASS: TestAccAwsBackupPlan_withTags (47.82s)
--- PASS: TestAccAwsBackupPlan_withLifecycle (60.07s)
FAIL
FAIL	github.com/terraform-providers/terraform-provider-aws/aws	60.128s
FAIL
GNUmakefile:24: recipe for target 'testacc' failed
make: *** [testacc] Error 1
ryndaniels and others added 26 commits October 29, 2019 10:20
Import test refactor for athena named queries
import test lintignores for ACM cert tests
import test lintignores for API gateway resources
Import test refactor for launch resources
Import test refactor for elasticache resources
import test lintignore for lightsail key pairs
…m-aws-aws-sdk-go-1.x

Update module aws/aws-sdk-go to v1.25.21
S3: support MethodNotAllowed for Object Lock Configuration
…m-aws-aws-sdk-go-1.x

Update module aws/aws-sdk-go to v1.25.22
Reference: #10237 (review)

Output from acceptance testing in AWS Commercial:

```
--- PASS: TestAccAWSGlueJob_AllocatedCapacity (52.40s)
--- PASS: TestAccAWSGlueJob_Timeout (52.61s)
--- PASS: TestAccAWSGlueJob_ExecutionProperty (57.79s)
--- PASS: TestAccAWSGlueJob_Description (61.93s)
--- PASS: TestAccAWSGlueJob_Command (62.62s)
--- PASS: TestAccAWSGlueJob_Basic (72.67s)
--- PASS: TestAccAWSGlueJob_DefaultArguments (74.90s)
--- PASS: TestAccAWSGlueJob_MaxRetries (81.59s)
--- PASS: TestAccAWSGlueJob_GlueVersion (88.02s)
--- PASS: TestAccAWSGlueJob_SecurityConfiguration (99.31s)
--- PASS: TestAccAWSGlueJob_PythonShell (105.36s)
--- PASS: TestAccAWSGlueJob_MaxCapacity (124.59s)
```

Output from acceptance testing in AWS GovCloud (US) (new test failure acceptable in this partition):

```
--- FAIL: TestAccAWSGlueJob_GlueVersion (34.67s)
    testing.go:615: Step 0 error: Check failed: Check 2/2 error: aws_glue_job.test: Attribute 'glue_version' expected "0.9", got ""
--- PASS: TestAccAWSGlueJob_Command (51.17s)
--- PASS: TestAccAWSGlueJob_DefaultArguments (67.58s)
--- PASS: TestAccAWSGlueJob_MaxRetries (68.45s)
--- PASS: TestAccAWSGlueJob_SecurityConfiguration (75.77s)
--- PASS: TestAccAWSGlueJob_PythonShell (81.86s)
--- PASS: TestAccAWSGlueJob_Description (86.03s)
--- PASS: TestAccAWSGlueJob_MaxCapacity (95.51s)
--- PASS: TestAccAWSGlueJob_Timeout (103.41s)
--- PASS: TestAccAWSGlueJob_Basic (120.65s)
--- PASS: TestAccAWSGlueJob_ExecutionProperty (134.29s)
--- PASS: TestAccAWSGlueJob_AllocatedCapacity (143.32s)
```
Import test refactor for opsworks resources
Add Tag Support to Storage Gateway SMB File Share Resource
KmsKeyId support for aws_elasticache_replication_group
@DrFaust92 DrFaust92 merged commit 07ddc49 into DrFaust92:master Oct 30, 2019
DrFaust92 pushed a commit that referenced this pull request Jun 13, 2020
fixing broken tests for new tagging mechanism for VPC, subnet, and ro…
@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 Jul 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants