Skip to content

Conversation

@siddhisingh-13
Copy link
Contributor

@siddhisingh-13 siddhisingh-13 commented Nov 17, 2025

Fixed hashicorp/terraform-provider-google#24873

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

`google_oracle_database_exadb_vm_cluster`

@github-actions
Copy link

Hello! I am a robot. Tests will require approval from a repository maintainer to run.

Googlers: For automatic test runs see go/terraform-auto-test-runs.

@melinath, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.

You can help make sure that review is quick by doing a self-review and by running impacted tests locally.

@github-actions github-actions bot requested a review from melinath November 17, 2025 13:18
@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

Copy link
Member

@melinath melinath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the failing tests and also add an update test if possible! https://googlecloudplatform.github.io/magic-modules/test/test/#add-an-update-test

@github-actions github-actions bot requested a review from melinath November 30, 2025 15:12
@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@modular-magician

This comment was marked as outdated.

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

@melinath This PR has been waiting for review for 3 weekdays. Please take a look! Use the label disable-review-reminders to disable these notifications.

Copy link
Member

@melinath melinath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did a quick scan and don't see anything obviously off, but we need to get the tests passing before this can be merged.

Comment on lines +65 to +68
# ofake- prefix is needed to create a dummy resource for testing purposes only
# See: https://github.com/hashicorp/terraform-provider-google/issues/19983#issuecomment-2516403770
# As a result these resources are not sweepable
# See: https://github.com/hashicorp/terraform-provider-google/issues/20599
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's now possible to specify additional sweepable prefixes for resources - we should clean this up. https://googlecloudplatform.github.io/magic-modules/reference/resource/#sweeper-1

@melinath
Copy link
Member

melinath commented Dec 5, 2025

/gcbrun

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 5 files changed, 2185 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 5 files changed, 2185 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 501 insertions(+))
Open in Cloud Shell: Diff ( 8 files changed, 298 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_oracle_database_exadb_vm_cluster (2 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_oracle_database_exadb_vm_cluster" "primary" {
  properties {
    time_zone {
      version = # value needed
    }
  }
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 26
Passed tests: 24
Skipped tests: 0
Affected tests: 2

Click here to see the affected service packages
  • oracledatabase

Action taken

Found 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterBasicExample
  • TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterFullExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterBasicExample [Error message] [Debug log]
TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterFullExample [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

Copy link
Member

@melinath melinath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error code 13 is gone! 🎉

Things to fix:

@github-actions
Copy link

@siddhisingh-13, this PR is waiting for action from you. If no action is taken, this PR will be closed in 28 days.

Please address any comments or change requests, or re-request review from a core reviewer if no action is required.

Image showing the re-request review button

This notification can be disabled with the disable-automatic-closure label.

@github-actions
Copy link

github-actions bot commented Jan 2, 2026

@siddhisingh-13, this PR is waiting for action from you. If no action is taken, this PR will be closed in 14 days.

Please address any comments or change requests, or re-request review from a core reviewer if no action is required.

Image showing the re-request review button

This notification can be disabled with the disable-automatic-closure label.

@github-actions github-actions bot requested a review from melinath January 6, 2026 10:32
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 5 files changed, 2188 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 5 files changed, 2188 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 501 insertions(+))
Open in Cloud Shell: Diff ( 8 files changed, 298 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_oracle_database_exadb_vm_cluster (2 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_oracle_database_exadb_vm_cluster" "primary" {
  properties {
    time_zone {
      version = # value needed
    }
  }
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 26
Passed tests: 24
Skipped tests: 0
Affected tests: 2

Click here to see the affected service packages
  • oracledatabase

Action taken

Found 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterBasicExample
  • TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterFullExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterBasicExample [Error message] [Debug log]
TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterFullExample [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 5 files changed, 2185 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 5 files changed, 2185 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 501 insertions(+))
Open in Cloud Shell: Diff ( 8 files changed, 298 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_oracle_database_exadb_vm_cluster (2 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_oracle_database_exadb_vm_cluster" "primary" {
  properties {
    time_zone {
      version = # value needed
    }
  }
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 26
Passed tests: 24
Skipped tests: 0
Affected tests: 2

Click here to see the affected service packages
  • oracledatabase

Action taken

Found 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterBasicExample
  • TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterFullExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterBasicExample [Error message] [Debug log]
TestAccOracleDatabaseExadbVmCluster_oracledatabaseExadbVmClusterFullExample [Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

@github-actions
Copy link

github-actions bot commented Jan 9, 2026

@melinath This PR has been waiting for review for 3 weekdays. Please take a look! Use the label disable-review-reminders to disable these notifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add support for Exascale VM Cluster

3 participants