Skip to content

Conversation

@ankit-patil-hubs
Copy link
Contributor

@ankit-patil-hubs ankit-patil-hubs commented Oct 27, 2023

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

@nick-mathison
Copy link
Contributor

Left various documentation comments.

Nothing is blocking, but we aren't really clear that the documentation presented is specifically for the Oracle dSource.
We'll need to make a couple changes on the PostgreSQL docs now that we support Oracle too.

Copy link
Contributor

@Uddipaan-Hazarika Uddipaan-Hazarika left a 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.

@ankit-patil-hubs ankit-patil-hubs dismissed nick-mathison’s stale review November 15, 2023 15:31

Addressed the documentation changes for in oracle dsource md file

@ankit-patil-hubs ankit-patil-hubs merged commit 9a1c1ed into delphix-integrations:develop Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants