-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Add support for database maintenance for FinSpace Kx Dataviews #36486
Add support for database maintenance for FinSpace Kx Dataviews #36486
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Acceptance Testingmake testacc TESTS=TestAccFinSpaceKxDataview_readWrite PKG=finspace
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/finspace/... -v -count 1 -parallel 20 -run='TestAccFinSpaceKxDataview_readWrite' -timeout 360m
=== RUN TestAccFinSpaceKxDataview_readWrite
=== PAUSE TestAccFinSpaceKxDataview_readWrite
=== CONT TestAccFinSpaceKxDataview_readWrite
--- PASS: TestAccFinSpaceKxDataview_readWrite (1596.67s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/finspace 1601.229s
make testacc TESTS=TestAccFinSpaceKxDataview_onDemand PKG=finspace
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/finspace/... -v -count 1 -parallel 20 -run='TestAccFinSpaceKxDataview_onDemand' -timeout 360m
=== RUN TestAccFinSpaceKxDataview_onDemand
=== PAUSE TestAccFinSpaceKxDataview_onDemand
=== CONT TestAccFinSpaceKxDataview_onDemand
--- PASS: TestAccFinSpaceKxDataview_onDemand (1592.33s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/finspace 1596.833s
... |
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 PKG=finspace TESTS="TestAccFinSpaceKxDataview_readWrite|TestAccFinSpaceKxDataview_onDemand" ACCTEST_PARALLELISM=1
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/finspace/... -v -count 1 -parallel 1 -run='TestAccFinSpaceKxDataview_readWrite|TestAccFinSpaceKxDataview_onDemand' -timeout 360m
=== RUN TestAccFinSpaceKxDataview_readWrite
=== PAUSE TestAccFinSpaceKxDataview_readWrite
=== RUN TestAccFinSpaceKxDataview_onDemand
=== PAUSE TestAccFinSpaceKxDataview_onDemand
=== CONT TestAccFinSpaceKxDataview_readWrite
--- PASS: TestAccFinSpaceKxDataview_readWrite (1502.57s)
=== CONT TestAccFinSpaceKxDataview_onDemand
--- PASS: TestAccFinSpaceKxDataview_onDemand (1422.57s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/finspace 2930.683s
Thanks for your contribution, @matthiasweaser! 🎸 |
This functionality has been released in v5.42.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
This pull request introduces two new parameters for FinSpace Kx Dataviews, read_write and on_demand, to enable users to conduct database maintenance on their dataviews.
Output from Acceptance Testing
References
API documentation for these changes: https://docs.aws.amazon.com/finspace/latest/management-api/API_CreateKxDataview.html#finspace-CreateKxDataview-request-readWrite
User Guide: https://docs.aws.amazon.com/finspace/latest/userguide/finspace-managed-kdb-databases-dbmaint.html