-
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
adds sybase engine support #27949
adds sybase engine support #27949
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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 @jeffarredondo 👋
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 CONTRIBUTOR 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! 😃
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=TestAccDMSEndpoint_' PKG=dms ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/dms/... -v -count 1 -parallel 3 -run=TestAccDMSEndpoint_ -timeout 180m
=== RUN TestAccDMSEndpoint_basic
=== PAUSE TestAccDMSEndpoint_basic
=== RUN TestAccDMSEndpoint_Aurora_basic
=== PAUSE TestAccDMSEndpoint_Aurora_basic
=== RUN TestAccDMSEndpoint_Aurora_secretID
=== PAUSE TestAccDMSEndpoint_Aurora_secretID
=== RUN TestAccDMSEndpoint_Aurora_update
=== PAUSE TestAccDMSEndpoint_Aurora_update
=== RUN TestAccDMSEndpoint_AuroraPostgreSQL_basic
=== PAUSE TestAccDMSEndpoint_AuroraPostgreSQL_basic
=== RUN TestAccDMSEndpoint_AuroraPostgreSQL_secretID
=== PAUSE TestAccDMSEndpoint_AuroraPostgreSQL_secretID
=== RUN TestAccDMSEndpoint_AuroraPostgreSQL_update
=== PAUSE TestAccDMSEndpoint_AuroraPostgreSQL_update
=== RUN TestAccDMSEndpoint_S3_basic
=== PAUSE TestAccDMSEndpoint_S3_basic
=== RUN TestAccDMSEndpoint_S3_extraConnectionAttributes
=== PAUSE TestAccDMSEndpoint_S3_extraConnectionAttributes
=== RUN TestAccDMSEndpoint_dynamoDB
=== PAUSE TestAccDMSEndpoint_dynamoDB
=== RUN TestAccDMSEndpoint_OpenSearch_basic
=== PAUSE TestAccDMSEndpoint_OpenSearch_basic
=== RUN TestAccDMSEndpoint_OpenSearch_extraConnectionAttributes
=== PAUSE TestAccDMSEndpoint_OpenSearch_extraConnectionAttributes
=== RUN TestAccDMSEndpoint_OpenSearch_errorRetryDuration
=== PAUSE TestAccDMSEndpoint_OpenSearch_errorRetryDuration
=== RUN TestAccDMSEndpoint_OpenSearch_fullLoadErrorPercentage
=== PAUSE TestAccDMSEndpoint_OpenSearch_fullLoadErrorPercentage
=== RUN TestAccDMSEndpoint_kafka
=== PAUSE TestAccDMSEndpoint_kafka
=== RUN TestAccDMSEndpoint_kinesis
=== PAUSE TestAccDMSEndpoint_kinesis
=== RUN TestAccDMSEndpoint_MongoDB_basic
=== PAUSE TestAccDMSEndpoint_MongoDB_basic
=== RUN TestAccDMSEndpoint_MongoDB_secretID
=== PAUSE TestAccDMSEndpoint_MongoDB_secretID
=== RUN TestAccDMSEndpoint_MongoDB_update
=== PAUSE TestAccDMSEndpoint_MongoDB_update
=== RUN TestAccDMSEndpoint_MariaDB_basic
=== PAUSE TestAccDMSEndpoint_MariaDB_basic
=== RUN TestAccDMSEndpoint_MariaDB_secretID
=== PAUSE TestAccDMSEndpoint_MariaDB_secretID
=== RUN TestAccDMSEndpoint_MariaDB_update
=== PAUSE TestAccDMSEndpoint_MariaDB_update
=== RUN TestAccDMSEndpoint_MySQL_basic
=== PAUSE TestAccDMSEndpoint_MySQL_basic
=== RUN TestAccDMSEndpoint_MySQL_secretID
=== PAUSE TestAccDMSEndpoint_MySQL_secretID
=== RUN TestAccDMSEndpoint_MySQL_update
=== PAUSE TestAccDMSEndpoint_MySQL_update
=== RUN TestAccDMSEndpoint_Oracle_basic
=== PAUSE TestAccDMSEndpoint_Oracle_basic
=== RUN TestAccDMSEndpoint_Oracle_secretID
=== PAUSE TestAccDMSEndpoint_Oracle_secretID
=== RUN TestAccDMSEndpoint_Oracle_update
=== PAUSE TestAccDMSEndpoint_Oracle_update
=== RUN TestAccDMSEndpoint_PostgreSQL_basic
=== PAUSE TestAccDMSEndpoint_PostgreSQL_basic
=== RUN TestAccDMSEndpoint_PostgreSQL_secretID
=== PAUSE TestAccDMSEndpoint_PostgreSQL_secretID
=== RUN TestAccDMSEndpoint_PostgreSQL_update
=== PAUSE TestAccDMSEndpoint_PostgreSQL_update
=== RUN TestAccDMSEndpoint_PostgreSQL_kmsKey
=== PAUSE TestAccDMSEndpoint_PostgreSQL_kmsKey
=== RUN TestAccDMSEndpoint_SQLServer_basic
=== PAUSE TestAccDMSEndpoint_SQLServer_basic
=== RUN TestAccDMSEndpoint_SQLServer_secretID
=== PAUSE TestAccDMSEndpoint_SQLServer_secretID
=== RUN TestAccDMSEndpoint_SQLServer_update
=== PAUSE TestAccDMSEndpoint_SQLServer_update
=== RUN TestAccDMSEndpoint_SQLServer_kmsKey
=== PAUSE TestAccDMSEndpoint_SQLServer_kmsKey
=== RUN TestAccDMSEndpoint_Sybase_basic
=== PAUSE TestAccDMSEndpoint_Sybase_basic
=== RUN TestAccDMSEndpoint_Sybase_secretID
=== PAUSE TestAccDMSEndpoint_Sybase_secretID
=== RUN TestAccDMSEndpoint_Sybase_update
=== PAUSE TestAccDMSEndpoint_Sybase_update
=== RUN TestAccDMSEndpoint_Sybase_kmsKey
=== PAUSE TestAccDMSEndpoint_Sybase_kmsKey
=== RUN TestAccDMSEndpoint_docDB
=== PAUSE TestAccDMSEndpoint_docDB
=== RUN TestAccDMSEndpoint_db2
=== PAUSE TestAccDMSEndpoint_db2
=== RUN TestAccDMSEndpoint_redis
=== PAUSE TestAccDMSEndpoint_redis
=== RUN TestAccDMSEndpoint_Redshift_basic
=== PAUSE TestAccDMSEndpoint_Redshift_basic
=== RUN TestAccDMSEndpoint_Redshift_secretID
=== PAUSE TestAccDMSEndpoint_Redshift_secretID
=== RUN TestAccDMSEndpoint_Redshift_update
=== PAUSE TestAccDMSEndpoint_Redshift_update
=== CONT TestAccDMSEndpoint_basic
=== CONT TestAccDMSEndpoint_MySQL_secretID
=== CONT TestAccDMSEndpoint_OpenSearch_errorRetryDuration
--- PASS: TestAccDMSEndpoint_OpenSearch_errorRetryDuration (40.25s)
=== CONT TestAccDMSEndpoint_SQLServer_kmsKey
=== CONT TestAccDMSEndpoint_Redshift_update
--- PASS: TestAccDMSEndpoint_MySQL_secretID (42.61s)
--- PASS: TestAccDMSEndpoint_basic (51.20s)
=== CONT TestAccDMSEndpoint_Redshift_secretID
--- PASS: TestAccDMSEndpoint_SQLServer_kmsKey (33.50s)
=== CONT TestAccDMSEndpoint_Redshift_basic
--- PASS: TestAccDMSEndpoint_Redshift_secretID (46.71s)
=== CONT TestAccDMSEndpoint_redis
--- PASS: TestAccDMSEndpoint_redis (60.52s)
=== CONT TestAccDMSEndpoint_db2
--- PASS: TestAccDMSEndpoint_db2 (53.45s)
=== CONT TestAccDMSEndpoint_docDB
--- PASS: TestAccDMSEndpoint_docDB (63.66s)
=== CONT TestAccDMSEndpoint_Sybase_kmsKey
--- PASS: TestAccDMSEndpoint_Sybase_kmsKey (40.93s)
=== CONT TestAccDMSEndpoint_Sybase_update
--- PASS: TestAccDMSEndpoint_Redshift_update (307.45s)
=== CONT TestAccDMSEndpoint_Sybase_secretID
--- PASS: TestAccDMSEndpoint_Sybase_update (46.59s)
=== CONT TestAccDMSEndpoint_Sybase_basic
--- PASS: TestAccDMSEndpoint_Sybase_secretID (36.37s)
=== CONT TestAccDMSEndpoint_MongoDB_update
--- PASS: TestAccDMSEndpoint_Sybase_basic (38.73s)
=== CONT TestAccDMSEndpoint_MySQL_basic
--- PASS: TestAccDMSEndpoint_Redshift_basic (330.63s)
=== CONT TestAccDMSEndpoint_MariaDB_update
--- PASS: TestAccDMSEndpoint_MongoDB_update (53.57s)
=== CONT TestAccDMSEndpoint_MariaDB_secretID
--- PASS: TestAccDMSEndpoint_MySQL_basic (39.31s)
=== CONT TestAccDMSEndpoint_MariaDB_basic
--- PASS: TestAccDMSEndpoint_MariaDB_update (46.28s)
=== CONT TestAccDMSEndpoint_AuroraPostgreSQL_update
--- PASS: TestAccDMSEndpoint_MariaDB_secretID (33.14s)
=== CONT TestAccDMSEndpoint_OpenSearch_extraConnectionAttributes
--- PASS: TestAccDMSEndpoint_MariaDB_basic (32.68s)
=== CONT TestAccDMSEndpoint_OpenSearch_basic
--- PASS: TestAccDMSEndpoint_AuroraPostgreSQL_update (54.06s)
=== CONT TestAccDMSEndpoint_dynamoDB
--- PASS: TestAccDMSEndpoint_OpenSearch_extraConnectionAttributes (43.91s)
=== CONT TestAccDMSEndpoint_S3_extraConnectionAttributes
--- PASS: TestAccDMSEndpoint_OpenSearch_basic (53.16s)
=== CONT TestAccDMSEndpoint_S3_basic
--- PASS: TestAccDMSEndpoint_S3_extraConnectionAttributes (53.27s)
=== CONT TestAccDMSEndpoint_PostgreSQL_secretID
--- PASS: TestAccDMSEndpoint_dynamoDB (76.79s)
=== CONT TestAccDMSEndpoint_SQLServer_update
--- PASS: TestAccDMSEndpoint_S3_basic (63.05s)
=== CONT TestAccDMSEndpoint_SQLServer_secretID
--- PASS: TestAccDMSEndpoint_PostgreSQL_secretID (31.32s)
=== CONT TestAccDMSEndpoint_SQLServer_basic
--- PASS: TestAccDMSEndpoint_SQLServer_secretID (33.70s)
=== CONT TestAccDMSEndpoint_PostgreSQL_kmsKey
--- PASS: TestAccDMSEndpoint_SQLServer_basic (32.05s)
=== CONT TestAccDMSEndpoint_PostgreSQL_update
--- PASS: TestAccDMSEndpoint_SQLServer_update (57.97s)
=== CONT TestAccDMSEndpoint_Aurora_update
--- PASS: TestAccDMSEndpoint_PostgreSQL_kmsKey (36.17s)
=== CONT TestAccDMSEndpoint_AuroraPostgreSQL_secretID
--- PASS: TestAccDMSEndpoint_Aurora_update (49.15s)
=== CONT TestAccDMSEndpoint_AuroraPostgreSQL_basic
--- PASS: TestAccDMSEndpoint_PostgreSQL_update (56.45s)
=== CONT TestAccDMSEndpoint_kinesis
--- PASS: TestAccDMSEndpoint_AuroraPostgreSQL_secretID (54.61s)
=== CONT TestAccDMSEndpoint_MongoDB_secretID
--- PASS: TestAccDMSEndpoint_AuroraPostgreSQL_basic (32.38s)
=== CONT TestAccDMSEndpoint_MongoDB_basic
--- PASS: TestAccDMSEndpoint_MongoDB_secretID (36.74s)
=== CONT TestAccDMSEndpoint_Aurora_secretID
--- PASS: TestAccDMSEndpoint_MongoDB_basic (41.31s)
=== CONT TestAccDMSEndpoint_kafka
--- PASS: TestAccDMSEndpoint_kinesis (93.05s)
=== CONT TestAccDMSEndpoint_Oracle_secretID
--- PASS: TestAccDMSEndpoint_Aurora_secretID (43.69s)
=== CONT TestAccDMSEndpoint_PostgreSQL_basic
--- PASS: TestAccDMSEndpoint_kafka (48.51s)
=== CONT TestAccDMSEndpoint_Oracle_update
--- PASS: TestAccDMSEndpoint_Oracle_secretID (44.69s)
=== CONT TestAccDMSEndpoint_Oracle_basic
--- PASS: TestAccDMSEndpoint_PostgreSQL_basic (40.38s)
=== CONT TestAccDMSEndpoint_Aurora_basic
--- PASS: TestAccDMSEndpoint_Aurora_basic (29.15s)
=== CONT TestAccDMSEndpoint_OpenSearch_fullLoadErrorPercentage
--- PASS: TestAccDMSEndpoint_Oracle_basic (37.31s)
=== CONT TestAccDMSEndpoint_MySQL_update
--- PASS: TestAccDMSEndpoint_Oracle_update (55.81s)
--- PASS: TestAccDMSEndpoint_MySQL_update (41.97s)
--- PASS: TestAccDMSEndpoint_OpenSearch_fullLoadErrorPercentage (55.12s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/dms 924.658s
@jeffarredondo Thanks for the contribution 🎉 👏. |
Thank you! |
This functionality has been released in v4.41.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
Relations
Closes #20400
References
Output from Acceptance Testing