magic-modules icon indicating copy to clipboard operation
magic-modules copied to clipboard

Memorystore

Open himanikh opened this issue 1 year ago • 4 comments

Release Note Template for Downstream PRs (will be copied)


himanikh avatar Aug 28 '24 02:08 himanikh

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

@ScottSuarez, 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[bot] avatar Aug 28 '24 02:08 github-actions[bot]

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 ( 3 files changed, 491 insertions(+)) google-beta provider: Diff ( 13 files changed, 2971 insertions(+), 2 deletions(-)) terraform-google-conversion: Diff ( 1 file changed, 421 insertions(+))

Missing test report

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

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

resource "google_memorystore_instance" "primary" {
  persistence_config {
    aof_config {
      append_fsync = # value needed
    }
  }
}


modular-magician avatar Aug 28 '24 02:08 modular-magician

Tests analytics

Total tests: 3934 Passed tests: 3511 Skipped tests: 411 Affected tests: 12

Click here to see the affected service packages

All service packages are affected

Action taken

Found 12 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccComputeInstanceTemplate_withNamePrefix
  • TestAccComputeTargetHttpsProxy_update
  • TestAccDatabaseMigrationServiceConnectionProfile_databaseMigrationServiceConnectionProfileExistingAlloydbExample
  • TestAccDatabaseMigrationServiceConnectionProfile_databaseMigrationServiceConnectionProfileExistingMysqlExample
  • TestAccDatabaseMigrationServiceConnectionProfile_databaseMigrationServiceConnectionProfileExistingPostgresExample
  • TestAccMemorystoreInstance_memorystoreInstanceBasicExample
  • TestAccMemorystoreInstance_memorystoreInstanceFullExample
  • TestAccMemorystoreInstance_updateDeletionProtection
  • TestAccMemorystoreInstance_updatePersistence
  • TestAccMemorystoreInstance_updateRedisConfigs
  • TestAccMemorystoreInstance_updateReplicaCount
  • TestAccMemorystoreInstance_updateShardCount

Get to know how VCR tests work

modular-magician avatar Aug 28 '24 03:08 modular-magician

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$ TestAccComputeInstanceTemplate_withNamePrefix[Debug log] TestAccComputeTargetHttpsProxy_update[Debug log] TestAccDatabaseMigrationServiceConnectionProfile_databaseMigrationServiceConnectionProfileExistingAlloydbExample[Debug log] TestAccDatabaseMigrationServiceConnectionProfile_databaseMigrationServiceConnectionProfileExistingMysqlExample[Debug log] TestAccDatabaseMigrationServiceConnectionProfile_databaseMigrationServiceConnectionProfileExistingPostgresExample[Debug log] $\textcolor{red}{\textsf{Tests failed when rerunning REPLAYING mode:}}$ TestAccComputeInstanceTemplate_withNamePrefix[Error message] [Debug log]

Tests failed due to non-determinism or randomness when the VCR replayed the response after the HTTP request was made.

Please fix these to complete your PR. If you believe these test failures to be incorrect or unrelated to your change, or if you have any questions, please raise the concern with your reviewer.


$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$ TestAccMemorystoreInstance_memorystoreInstanceFullExample[Error message] [Debug log] TestAccMemorystoreInstance_updatePersistence[Error message] [Debug log]

$\textcolor{red}{\textsf{Several tests got terminated during RECORDING mode.}}$ $\textcolor{red}{\textsf{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 avatar Aug 28 '24 03:08 modular-magician

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

github-actions[bot] avatar Aug 30 '24 09:08 github-actions[bot]

@GoogleCloudPlatform/terraform-team @ScottSuarez This PR has been waiting for review for 1 week. Please take a look! Use the label disable-review-reminders to disable these notifications.

github-actions[bot] avatar Sep 03 '24 09:09 github-actions[bot]

@himanikh, this PR is waiting for action from you. 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

If no action is taken, this PR will be closed in 28 days.

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

github-actions[bot] avatar Sep 17 '24 09:09 github-actions[bot]

I believe this was completed in a separate pull request, hence the git conflicts. Closing.

c2thorn avatar Sep 24 '24 21:09 c2thorn