-
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
Redshift serverless endpoint #26555
Redshift serverless endpoint #26555
Conversation
Initial tests passing, tweaking sweepers/update tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccRedshiftServerless' PKG=redshiftserverless ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/redshiftserverless/... -v -count 1 -parallel 3 -run=TestAccRedshiftServerless -timeout 180m
=== RUN TestAccRedshiftServerlessEndpointAccess_basic
=== PAUSE TestAccRedshiftServerlessEndpointAccess_basic
=== RUN TestAccRedshiftServerlessEndpointAccess_disappears_workgroup
=== PAUSE TestAccRedshiftServerlessEndpointAccess_disappears_workgroup
=== RUN TestAccRedshiftServerlessEndpointAccess_disappears
=== PAUSE TestAccRedshiftServerlessEndpointAccess_disappears
=== RUN TestAccRedshiftServerlessNamespace_basic
=== PAUSE TestAccRedshiftServerlessNamespace_basic
=== RUN TestAccRedshiftServerlessNamespace_tags
=== PAUSE TestAccRedshiftServerlessNamespace_tags
=== RUN TestAccRedshiftServerlessNamespace_disappears
=== PAUSE TestAccRedshiftServerlessNamespace_disappears
=== RUN TestAccRedshiftServerlessWorkgroup_basic
=== PAUSE TestAccRedshiftServerlessWorkgroup_basic
=== RUN TestAccRedshiftServerlessWorkgroup_tags
=== PAUSE TestAccRedshiftServerlessWorkgroup_tags
=== RUN TestAccRedshiftServerlessWorkgroup_disappears
=== PAUSE TestAccRedshiftServerlessWorkgroup_disappears
=== CONT TestAccRedshiftServerlessEndpointAccess_basic
=== CONT TestAccRedshiftServerlessNamespace_disappears
=== CONT TestAccRedshiftServerlessNamespace_basic
--- PASS: TestAccRedshiftServerlessNamespace_disappears (17.73s)
=== CONT TestAccRedshiftServerlessNamespace_tags
--- PASS: TestAccRedshiftServerlessNamespace_basic (38.19s)
=== CONT TestAccRedshiftServerlessEndpointAccess_disappears
--- PASS: TestAccRedshiftServerlessNamespace_tags (42.62s)
--- PASS: TestAccRedshiftServerlessWorkgroup_tags (528.60s)
=== CONT TestAccRedshiftServerlessWorkgroup_disappears
--- PASS: TestAccRedshiftServerlessEndpointAccess_disappears (729.37s)
=== CONT TestAccRedshiftServerlessWorkgroup_basic
--- PASS: TestAccRedshiftServerlessWorkgroup_basic (439.81s)
=== CONT TestAccRedshiftServerlessEndpointAccess_disappears_workgroup
--- PASS: TestAccRedshiftServerlessWorkgroup_disappears (638.76s)
--- PASS: TestAccRedshiftServerlessEndpointAccess_basic (1173.96s)
--- PASS: TestAccRedshiftServerlessEndpointAccess_disappears_workgroup (624.71s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/redshiftserverless 1761.773s
@DrFaust92 Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.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. 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. |
Community Note
Closes #24501
Output from acceptance testing: