Skip to content

Add custom performance support for netapp storage pools #13663

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sahil-mahajan-google
Copy link

@sahil-mahajan-google sahil-mahajan-google commented Apr 14, 2025

netapp: added `custom_performance_enabled`, `total_throughput_mibps`, and `total_iops` fields to `google_netapp_storage_pool` resource

@github-actions github-actions bot requested a review from shuyama1 April 14, 2025 05:15
Copy link

Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: see go/terraform-auto-test-runs to set up automatic test runs.

@shuyama1, 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.

@modular-magician modular-magician added awaiting-approval Pull requests that need reviewer's approval to run presubmit tests service/netapp and removed awaiting-approval Pull requests that need reviewer's approval to run presubmit tests labels Apr 14, 2025
@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 ( 1 file changed, 13 insertions(+))
google-beta provider: Diff ( 4 files changed, 170 insertions(+))
terraform-google-conversion: Diff ( 1 file changed, 30 insertions(+))

Missing doc report (experimental)

The following resources have fields missing in documents.

  • google_netapp_storage_pool
    • Expected Document Path: /website/docs/r/netapp_storage_pool.html.markdown
    • Fields: [custom_performance_enabled total_iops total_throughput_mibps]

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 24
Passed tests: 23
Skipped tests: 0
Affected tests: 1

Click here to see the affected service packages
  • netapp

Action taken

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

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccNetappStoragePool_customPerformanceStoragePoolCreateExample_update [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

@shuyama1 shuyama1 left a comment

Choose a reason for hiding this comment

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

Test failed with error:

resource_netapp_storage_pool_test.go:375: Step 1/2 error: Error running apply: exit status 1
        
        Error: Error creating StoragePool: googleapi: Error 400: Zone is required for zone-redundant storagePool.
        
          with google_netapp_storage_pool.test_pool,
          on terraform_plugin_test.tf line 26, in resource "google_netapp_storage_pool" "test_pool":
          26: resource "google_netapp_storage_pool" "test_pool" {

Could you follow the internal contribution guide to get your GH account registered to automatically trigger tests for your PRs. Thanks!

@github-actions github-actions bot requested a review from shuyama1 April 15, 2025 11:47
@modular-magician modular-magician added the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Apr 15, 2025
@sahil-mahajan-google
Copy link
Author

Added the fix for test to pass. Can it be retried?

@modular-magician modular-magician removed the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Apr 15, 2025
@shuyama1
Copy link
Member

Could you follow the internal contribution guide to get your GH account registered to automatically trigger tests for your PRs. Thanks!

Thanks! Triggered the test. Meanwhile, could you please follow the internal contribution guide to get your GH account registered to automatically trigger tests for your PRs. Thanks!

@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 ( 1 file changed, 13 insertions(+))
google-beta provider: Diff ( 4 files changed, 170 insertions(+))
terraform-google-conversion: Diff ( 1 file changed, 30 insertions(+))

Missing doc report (experimental)

The following resources have fields missing in documents.

  • google_netapp_storage_pool
    • Expected Document Path: /website/docs/r/netapp_storage_pool.html.markdown
    • Fields: [custom_performance_enabled total_iops total_throughput_mibps]

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 24
Passed tests: 23
Skipped tests: 0
Affected tests: 1

Click here to see the affected service packages
  • netapp

Action taken

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

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccNetappStoragePool_customPerformanceStoragePoolCreateExample_update [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 modular-magician added awaiting-approval Pull requests that need reviewer's approval to run presubmit tests and removed awaiting-approval Pull requests that need reviewer's approval to run presubmit tests labels Apr 16, 2025
@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 ( 1 file changed, 13 insertions(+))
google-beta provider: Diff ( 4 files changed, 151 insertions(+))
terraform-google-conversion: Diff ( 1 file changed, 30 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 25
Passed tests: 24
Skipped tests: 0
Affected tests: 1

Click here to see the affected service packages
  • netapp

Action taken

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

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccNetappStoragePool_customPerformanceStoragePoolCreateExample_update [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

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.

3 participants