-
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
Oracle only national character set #20437
Oracle only national character set #20437
Conversation
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.
Welcome @fergoid 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
@fergoid Thanks for the contribution 🎉 👏. |
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 🚀.
Commercial
% make testacc TESTARGS='-run=TestAccAWSDBInstance_NoNationalCharacterSet_Oracle\|TestAccAWSDBInstance_NationalCharacterSet_Oracle\|TestAccAWSDBInstance_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDBInstance_NoNationalCharacterSet_Oracle\|TestAccAWSDBInstance_NationalCharacterSet_Oracle\|TestAccAWSDBInstance_basic -timeout 180m
=== RUN TestAccAWSDBInstance_basic
=== PAUSE TestAccAWSDBInstance_basic
=== RUN TestAccAWSDBInstance_NationalCharacterSet_Oracle
=== PAUSE TestAccAWSDBInstance_NationalCharacterSet_Oracle
=== RUN TestAccAWSDBInstance_NoNationalCharacterSet_Oracle
=== PAUSE TestAccAWSDBInstance_NoNationalCharacterSet_Oracle
=== CONT TestAccAWSDBInstance_basic
=== CONT TestAccAWSDBInstance_NoNationalCharacterSet_Oracle
=== CONT TestAccAWSDBInstance_NationalCharacterSet_Oracle
--- PASS: TestAccAWSDBInstance_basic (448.54s)
--- PASS: TestAccAWSDBInstance_NationalCharacterSet_Oracle (852.30s)
--- PASS: TestAccAWSDBInstance_NoNationalCharacterSet_Oracle (873.60s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 876.694s
% make testacc TESTARGS='-run=TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Oracle'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Oracle -timeout 180m
=== RUN TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Oracle
=== PAUSE TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Oracle
=== CONT TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Oracle
--- PASS: TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Oracle (995.65s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 998.719s
GovCloud
% make testacc TESTARGS='-run=TestAccAWSDBInstance_NoNationalCharacterSet_Oracle\|TestAccAWSDBInstance_NationalCharacterSet_Oracle\|TestAccAWSDBInstance_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDBInstance_NoNationalCharacterSet_Oracle\|TestAccAWSDBInstance_NationalCharacterSet_Oracle\|TestAccAWSDBInstance_basic -timeout 180m
=== RUN TestAccAWSDBInstance_basic
=== PAUSE TestAccAWSDBInstance_basic
=== RUN TestAccAWSDBInstance_NationalCharacterSet_Oracle
=== PAUSE TestAccAWSDBInstance_NationalCharacterSet_Oracle
=== RUN TestAccAWSDBInstance_NoNationalCharacterSet_Oracle
=== PAUSE TestAccAWSDBInstance_NoNationalCharacterSet_Oracle
=== CONT TestAccAWSDBInstance_basic
=== CONT TestAccAWSDBInstance_NoNationalCharacterSet_Oracle
=== CONT TestAccAWSDBInstance_NationalCharacterSet_Oracle
--- PASS: TestAccAWSDBInstance_basic (449.86s)
--- PASS: TestAccAWSDBInstance_NoNationalCharacterSet_Oracle (792.25s)
--- PASS: TestAccAWSDBInstance_NationalCharacterSet_Oracle (856.65s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 859.961s
This functionality has been released in v3.53.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. |
This adds the option to set the national_character_set variable for Oracle & two new acceptance tests for the Oracle National Character Set parameter. I also fixed up the other Oracle acceptance test as it was referring to an SE version that is no longer supported in RDS; TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Oracle
https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html
Community Note
Closes #20413
Output from acceptance testing: