Skip to content
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

Expand Terraform for Developer Connect #12391

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

ihnarayanan
Copy link

Add terraform GitHub Enterprise, GitLab, and GitLab Enterprise to Developer Connect. Promote to GA.

@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 ( 17 files changed, 4065 insertions(+), 98 deletions(-))
google-beta provider: Diff ( 7 files changed, 2109 insertions(+), 283 deletions(-))
terraform-google-conversion: Diff ( 2 files changed, 525 insertions(+), 13 deletions(-))
Open in Cloud Shell: Diff ( 32 files changed, 941 insertions(+))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field installation_state.action_uri became Computed only on google_developer_connect_connection - reference
  • Field installation_state.message became Computed only on google_developer_connect_connection - reference
  • Field installation_state MinItems went from unset to 1 on google_developer_connect_connection - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

Missing test report

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

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

resource "google_developer_connect_connection" "primary" {
  annotations = # value needed
  crypto_key_config {
    key_reference = # value needed
  }
  etag = # value needed
  github_enterprise_config {
    app_id                     = # value needed
    private_key_secret_version = # value needed
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate            = # value needed
    webhook_secret_secret_version = # value needed
  }
  gitlab_config {
    authorizer_credential {
      user_token_secret_version = # value needed
    }
    read_authorizer_credential {
      user_token_secret_version = # value needed
    }
  }
  gitlab_enterprise_config {
    authorizer_credential {
      user_token_secret_version = # value needed
    }
    read_authorizer_credential {
      user_token_secret_version = # value needed
    }
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate = # value needed
  }
  labels = # value needed
}

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

resource "google_developer_connect_git_repository_link" "primary" {
  labels = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 9
Passed tests: 0
Skipped tests: 0
Affected tests: 9

Click here to see the affected service packages
  • developerconnect
#### Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample

Action taken

Found 9 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabExample
  • TestAccDeveloperConnectConnection_update
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubEnterpriseExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabEnterpriseExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGithubExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_update [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabExample [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 ( 17 files changed, 4128 insertions(+), 98 deletions(-))
google-beta provider: Diff ( 7 files changed, 2172 insertions(+), 283 deletions(-))
terraform-google-conversion: Diff ( 2 files changed, 525 insertions(+), 13 deletions(-))
Open in Cloud Shell: Diff ( 32 files changed, 947 insertions(+))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field installation_state.action_uri became Computed only on google_developer_connect_connection - reference
  • Field installation_state.message became Computed only on google_developer_connect_connection - reference
  • Field installation_state MinItems went from unset to 1 on google_developer_connect_connection - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

Missing test report

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

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

resource "google_developer_connect_connection" "primary" {
  annotations = # value needed
  crypto_key_config {
    key_reference = # value needed
  }
  etag = # value needed
  github_enterprise_config {
    app_id                     = # value needed
    private_key_secret_version = # value needed
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate            = # value needed
    webhook_secret_secret_version = # value needed
  }
  gitlab_enterprise_config {
    authorizer_credential {
      user_token_secret_version = # value needed
    }
    read_authorizer_credential {
      user_token_secret_version = # value needed
    }
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate = # value needed
  }
  labels = # value needed
}

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

resource "google_developer_connect_git_repository_link" "primary" {
  labels = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 9
Passed tests: 0
Skipped tests: 0
Affected tests: 9

Click here to see the affected service packages
  • developerconnect
#### Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample

Action taken

Found 9 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabExample
  • TestAccDeveloperConnectConnection_update
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubEnterpriseExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabEnterpriseExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGithubExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_update [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabExample [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 ( 17 files changed, 4128 insertions(+), 98 deletions(-))
google-beta provider: Diff ( 7 files changed, 2172 insertions(+), 283 deletions(-))
terraform-google-conversion: Diff ( 2 files changed, 525 insertions(+), 13 deletions(-))
Open in Cloud Shell: Diff ( 32 files changed, 947 insertions(+))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field installation_state.action_uri became Computed only on google_developer_connect_connection - reference
  • Field installation_state.message became Computed only on google_developer_connect_connection - reference
  • Field installation_state MinItems went from unset to 1 on google_developer_connect_connection - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

Missing test report

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

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

resource "google_developer_connect_connection" "primary" {
  annotations = # value needed
  crypto_key_config {
    key_reference = # value needed
  }
  etag = # value needed
  github_enterprise_config {
    app_id                     = # value needed
    private_key_secret_version = # value needed
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate            = # value needed
    webhook_secret_secret_version = # value needed
  }
  gitlab_enterprise_config {
    authorizer_credential {
      user_token_secret_version = # value needed
    }
    read_authorizer_credential {
      user_token_secret_version = # value needed
    }
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate = # value needed
  }
  labels = # value needed
}

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

resource "google_developer_connect_git_repository_link" "primary" {
  labels = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 9
Passed tests: 0
Skipped tests: 0
Affected tests: 9

Click here to see the affected service packages
  • developerconnect
#### Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample

Action taken

Found 9 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabExample
  • TestAccDeveloperConnectConnection_update
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubEnterpriseExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabEnterpriseExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGithubExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_update [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabExample [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 ( 17 files changed, 4143 insertions(+), 98 deletions(-))
google-beta provider: Diff ( 7 files changed, 2187 insertions(+), 283 deletions(-))
terraform-google-conversion: Diff ( 2 files changed, 525 insertions(+), 13 deletions(-))
Open in Cloud Shell: Diff ( 32 files changed, 947 insertions(+))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field installation_state.action_uri became Computed only on google_developer_connect_connection - reference
  • Field installation_state.message became Computed only on google_developer_connect_connection - reference
  • Field installation_state MinItems went from unset to 1 on google_developer_connect_connection - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

Missing test report

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

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

resource "google_developer_connect_connection" "primary" {
  annotations = # value needed
  crypto_key_config {
    key_reference = # value needed
  }
  etag = # value needed
  github_enterprise_config {
    app_id                     = # value needed
    private_key_secret_version = # value needed
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate            = # value needed
    webhook_secret_secret_version = # value needed
  }
  gitlab_enterprise_config {
    authorizer_credential {
      user_token_secret_version = # value needed
    }
    read_authorizer_credential {
      user_token_secret_version = # value needed
    }
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate = # value needed
  }
  labels = # value needed
}

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

resource "google_developer_connect_git_repository_link" "primary" {
  labels = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 9
Passed tests: 0
Skipped tests: 0
Affected tests: 9

Click here to see the affected service packages
  • developerconnect
#### Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample

Action taken

Found 9 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabExample
  • TestAccDeveloperConnectConnection_update
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubEnterpriseExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabEnterpriseExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGithubExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabExample [Error message] [Debug log]
TestAccDeveloperConnectConnection_update [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabEnterpriseExample [Error message] [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabExample [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 ( 17 files changed, 4077 insertions(+), 80 deletions(-))
google-beta provider: Diff ( 6 files changed, 2074 insertions(+), 218 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 473 insertions(+), 12 deletions(-))
Open in Cloud Shell: Diff ( 32 files changed, 960 insertions(+))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field installation_state.action_uri became Computed only on google_developer_connect_connection - reference
  • Field installation_state.message became Computed only on google_developer_connect_connection - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

Missing test report

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

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

resource "google_developer_connect_connection" "primary" {
  annotations = # value needed
  crypto_key_config {
    key_reference = # value needed
  }
  etag = # value needed
  github_enterprise_config {
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate = # value needed
  }
  gitlab_enterprise_config {
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate = # value needed
  }
  labels = # value needed
}

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

resource "google_developer_connect_git_repository_link" "primary" {
  labels = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 9
Passed tests: 2
Skipped tests: 0
Affected tests: 7

Click here to see the affected service packages
  • developerconnect
#### Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample

Action taken

Found 7 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseExample
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubEnterpriseExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabEnterpriseExample
  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccDeveloperConnectConnection_developerConnectConnectionGithubExample [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseExample [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabExample [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubEnterpriseExample [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabEnterpriseExample [Debug log]
TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGitlabExample [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🔴 Tests failed during RECORDING mode:
TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample [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 ( 17 files changed, 4085 insertions(+), 80 deletions(-))
google-beta provider: Diff ( 6 files changed, 2082 insertions(+), 218 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 473 insertions(+), 12 deletions(-))
Open in Cloud Shell: Diff ( 32 files changed, 964 insertions(+))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field installation_state.action_uri became Computed only on google_developer_connect_connection - reference
  • Field installation_state.message became Computed only on google_developer_connect_connection - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

Missing test report

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

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

resource "google_developer_connect_connection" "primary" {
  annotations = # value needed
  crypto_key_config {
    key_reference = # value needed
  }
  etag = # value needed
  github_enterprise_config {
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate = # value needed
  }
  gitlab_enterprise_config {
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate = # value needed
  }
  labels = # value needed
}

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

resource "google_developer_connect_git_repository_link" "primary" {
  labels = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 9
Passed tests: 8
Skipped tests: 0
Affected tests: 1

Click here to see the affected service packages
  • developerconnect
#### Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample

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
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseExample [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🟢 All tests passed!

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 ( 18 files changed, 4383 insertions(+), 79 deletions(-))
google-beta provider: Diff ( 7 files changed, 2312 insertions(+), 226 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 473 insertions(+), 12 deletions(-))
Open in Cloud Shell: Diff ( 32 files changed, 968 insertions(+))

Missing test report

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

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

resource "google_developer_connect_connection" "primary" {
  annotations = # value needed
  crypto_key_config {
    key_reference = # value needed
  }
  etag = # value needed
  github_enterprise_config {
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate = # value needed
  }
  gitlab_enterprise_config {
    service_directory_config {
      service = # value needed
    }
    ssl_ca_certificate = # value needed
  }
  installation_state {
    action_uri = # value needed
    message    = # value needed
  }
  labels = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 12
Passed tests: 8
Skipped tests: 0
Affected tests: 4

Click here to see the affected service packages
  • developerconnect
#### Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample

Action taken

Found 4 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseUpdate
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubUpdate
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseUpdate
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabUpdate

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseUpdate [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGithubUpdate [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseUpdate [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabUpdate [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🟢 All tests passed!

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 ( 18 files changed, 4490 insertions(+), 80 deletions(-))
google-beta provider: Diff ( 7 files changed, 2422 insertions(+), 230 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 463 insertions(+), 12 deletions(-))
Open in Cloud Shell: Diff ( 32 files changed, 968 insertions(+))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field etag became Computed only on google_developer_connect_connection - reference
  • Field installation_state.action_uri became Computed only on google_developer_connect_connection - reference
  • Field installation_state.message became Computed only on google_developer_connect_connection - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 14
Passed tests: 8
Skipped tests: 0
Affected tests: 6

Click here to see the affected service packages
  • developerconnect
#### Non-exercised tests

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccDeveloperConnectGitRepositoryLink_developerConnectGitRepositoryLinkGithubExample

Action taken

Found 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccDeveloperConnectConnection_GhePrivConnection
  • TestAccDeveloperConnectConnection_GlePrivConnection
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseUpdate
  • TestAccDeveloperConnectConnection_developerConnectConnectionGithubUpdate
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseUpdate
  • TestAccDeveloperConnectConnection_developerConnectConnectionGitlabUpdate

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccDeveloperConnectConnection_developerConnectConnectionGithubEnterpriseUpdate [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGithubUpdate [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabEnterpriseUpdate [Debug log]
TestAccDeveloperConnectConnection_developerConnectConnectionGitlabUpdate [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🔴 Tests failed during RECORDING mode:
TestAccDeveloperConnectConnection_GhePrivConnection [Error message] [Debug log]
TestAccDeveloperConnectConnection_GlePrivConnection [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.

2 participants