-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
f/aws_sagemaker_notebook_instance: Volume size #15559
f/aws_sagemaker_notebook_instance: Volume size #15559
Conversation
Hey @nikhil-goenka, can you add acceptance test for this change? |
added |
Hey @nikhil-goenka, lets create a separate test for explicit volume argument + update. and check for volume default value in the basic test. |
done |
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
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (431.61s)
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (449.75s)
--- PASS: TestAccAWSSagemakerNotebookInstance_volumesize (680.27s)
--- PASS: TestAccAWSSagemakerNotebookInstance_root_access (741.46s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (805.24s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (382.99s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (375.76s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (702.48s)
LGTM 🚀 Thanks @nikhil-goenka Verified Acceptance Tests in Commercial (us-west-2) make testacc TEST=./aws TESTARGS='-run=TestAccAWSSagemakerNotebookInstance_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSSagemakerNotebookInstance_ -timeout 120m
=== RUN TestAccAWSSagemakerNotebookInstance_basic
=== PAUSE TestAccAWSSagemakerNotebookInstance_basic
=== RUN TestAccAWSSagemakerNotebookInstance_update
=== PAUSE TestAccAWSSagemakerNotebookInstance_update
=== RUN TestAccAWSSagemakerNotebookInstance_volumesize
=== PAUSE TestAccAWSSagemakerNotebookInstance_volumesize
=== RUN TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== PAUSE TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== RUN TestAccAWSSagemakerNotebookInstance_tags
=== PAUSE TestAccAWSSagemakerNotebookInstance_tags
=== RUN TestAccAWSSagemakerNotebookInstance_disappears
=== PAUSE TestAccAWSSagemakerNotebookInstance_disappears
=== RUN TestAccAWSSagemakerNotebookInstance_root_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_root_access
=== RUN TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_basic
=== CONT TestAccAWSSagemakerNotebookInstance_disappears
=== CONT TestAccAWSSagemakerNotebookInstance_root_access
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== CONT TestAccAWSSagemakerNotebookInstance_tags
=== CONT TestAccAWSSagemakerNotebookInstance_update
=== CONT TestAccAWSSagemakerNotebookInstance_volumesize
=== CONT TestAccAWSSagemakerNotebookInstance_disappears
resource_aws_sagemaker_notebook_instance_test.go:254: [INFO] Got non-empty plan, as expected
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (304.44s)
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (313.16s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (366.77s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (376.76s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (635.02s)
--- PASS: TestAccAWSSagemakerNotebookInstance_root_access (655.80s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (658.29s)
--- PASS: TestAccAWSSagemakerNotebookInstance_volumesize (697.01s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 698.483s Verified Acceptance Tests in GovCloud (us-gov-west-1) make testacc TEST=./aws TESTARGS='-run=TestAccAWSSagemakerNotebookInstance_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSSagemakerNotebookInstance_ -timeout 120m
=== RUN TestAccAWSSagemakerNotebookInstance_basic
=== PAUSE TestAccAWSSagemakerNotebookInstance_basic
=== RUN TestAccAWSSagemakerNotebookInstance_update
=== PAUSE TestAccAWSSagemakerNotebookInstance_update
=== RUN TestAccAWSSagemakerNotebookInstance_volumesize
=== PAUSE TestAccAWSSagemakerNotebookInstance_volumesize
=== RUN TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== PAUSE TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== RUN TestAccAWSSagemakerNotebookInstance_tags
=== PAUSE TestAccAWSSagemakerNotebookInstance_tags
=== RUN TestAccAWSSagemakerNotebookInstance_disappears
=== PAUSE TestAccAWSSagemakerNotebookInstance_disappears
=== RUN TestAccAWSSagemakerNotebookInstance_root_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_root_access
=== RUN TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_basic
=== CONT TestAccAWSSagemakerNotebookInstance_disappears
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_update
=== CONT TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== CONT TestAccAWSSagemakerNotebookInstance_tags
=== CONT TestAccAWSSagemakerNotebookInstance_volumesize
=== CONT TestAccAWSSagemakerNotebookInstance_root_access
=== CONT TestAccAWSSagemakerNotebookInstance_disappears
resource_aws_sagemaker_notebook_instance_test.go:254: [INFO] Got non-empty plan, as expected
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (339.18s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (340.36s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (347.52s)
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (350.14s)
--- PASS: TestAccAWSSagemakerNotebookInstance_volumesize (544.99s)
--- PASS: TestAccAWSSagemakerNotebookInstance_root_access (594.18s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (647.71s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (665.55s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 666.884s |
This has been released in version 3.11.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
Relates OR Closes #15521
Release note for CHANGELOG:
Output from acceptance testing: