-
Notifications
You must be signed in to change notification settings - Fork 11
Oracle dsource Creation/Deletion #72
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 dsource Creation/Deletion #72
Conversation
…develop HUBS-2080 | Release Version 3.0.0 | Develop -> Main
|
Left various documentation comments. Nothing is blocking, but we aren't really clear that the documentation presented is specifically for the Oracle dSource. |
Uddipaan-Hazarika
left a comment
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.
On an unrelated topic, I would also suggest to add the unit/integration tests and fix the codeql in this particular PR.
Addressed the documentation changes for in oracle dsource md file
Problem:
Support for Oracle dsource Creation/Deletion
Solution:
Oracle dsource Creation/Deletion
Updated method create/update/delete names to reuse for both appdata and oracle dsource
Testing
Manually tested on oracle rac and non rac setup
(base) ankit.patil@Ankit-Patils-MacBook-Pro terraform-provider-delphix % TF_ACC=1 go test $(go list ./... | grep -v 'vendor') -v -run TestOracleDsource_create_positive -timeout 120m
? terraform-provider-delphix [no test files]
=== RUN TestOracleDsource_create_positive
[DELPHIX] [INFO] 2023/11/01 13:55:25 DCT-JobId:b3bda6babd8441d0aa981e76ddf584ad has Status:STARTED
[DELPHIX] [INFO] 2023/11/01 13:55:31 DCT-JobId:b3bda6babd8441d0aa981e76ddf584ad has Status:STARTED
[DELPHIX] [INFO] 2023/11/01 13:55:36 DCT-JobId:b3bda6babd8441d0aa981e76ddf584ad has Status:COMPLETED
[DELPHIX] [INFO] 2023/11/01 13:55:36 Job result is COMPLETED
[DELPHIX] [INFO] 2023/11/01 13:55:37 [OK] Breaking poll - Status 200 reached.
[DELPHIX] [INFO] 2023/11/01 13:55:43 [OK] Breaking poll - Status 200 reached.
[DELPHIX] [INFO] 2023/11/01 13:55:48 [OK] Breaking poll - Status 200 reached.
[DELPHIX] [INFO] 2023/11/01 13:56:04 DCT-JobId:331e3be1b2794efdb2108eb0a8fb861a has Status:STARTED
[DELPHIX] [INFO] 2023/11/01 13:56:10 DCT-JobId:331e3be1b2794efdb2108eb0a8fb861a has Status:STARTED
[DELPHIX] [INFO] 2023/11/01 13:56:16 DCT-JobId:331e3be1b2794efdb2108eb0a8fb861a has Status:STARTED
[DELPHIX] [INFO] 2023/11/01 13:56:22 DCT-JobId:331e3be1b2794efdb2108eb0a8fb861a has Status:STARTED
[DELPHIX] [INFO] 2023/11/01 13:56:28 DCT-JobId:331e3be1b2794efdb2108eb0a8fb861a has Status:STARTED
[DELPHIX] [INFO] 2023/11/01 13:56:34 DCT-JobId:331e3be1b2794efdb2108eb0a8fb861a has Status:COMPLETED
[DELPHIX] [INFO] 2023/11/01 13:56:34 Job result is COMPLETED
[DELPHIX] [INFO] 2023/11/01 13:56:35 [OK] Breaking poll - Status 404 reached.
--- PASS: TestOracleDsource_create_positive (93.81s)
PASS
ok terraform-provider-delphix/internal/provider 95.822s