Sarah French
Sarah French
### SDK version ``` v2.18.0 ``` ### Relevant provider source code ```go func TestAccPrivatecaCertificateTemplateIamPolicyGenerated_withCondition(t *testing.T) { t.Parallel() context := map[string]interface{}{ "random_suffix": randString(t, 10), "role": "roles/privateca.templateUser", "condition_title": "expires_after_2019_12_31", "condition_expr": `request.time <...
# Background In TeamCity there is a build per service that runs all the acceptance tests for that service. These are all triggered at 4am UTC and enter the build...
### Failure rates - 48% (17/38) since 2023-12-31 ### Impacted tests - TestAccContainerCluster_errorCleanDanglingCluster ### Affected Resource(s) * google_container_cluster ### Nightly build test history - [Link](https://hashicorp.teamcity.com/test/-6023994663327886544?currentProjectId=TerraformProviders_Google_NightlyTests&expandTestHistoryChartSection=true) ### Message(s) ``` ------- Stdout:...
### Failure rates - 2 panic failures since 2024-01-01 ### Impacted tests - TestAccAppEngineFlexibleAppVersion_update ### Affected Resource(s) * google_app_engine_flexible_app_version ### Nightly build test history - [Link](https://hashicorp.teamcity.com/test/7385344304796565941?currentProjectId=TerraformProviders_Google_NightlyTests&expandTestHistoryChartSection=true) ### Message(s) `flattenAppEngineFlexibleAppVersionDeployment` ```...
### Failure rates - 20% since 2024-01-01 ### Impacted tests - TestAccDataflowJobWithAdditionalExperiments ### Affected Resource(s) * google_dataflow_job ### Nightly build test history - [Link](https://hashicorp.teamcity.com/test/9018555820170157669?currentProjectId=TerraformProviders_Google_NightlyTests&expandTestHistoryChartSection=true) ### Message(s) ``` ------- Stdout: -------...
# Background See comment here: https://github.com/GoogleCloudPlatform/magic-modules/pull/9837/files#r1474242334 Following the TeamCity config refactor, these files will need to be manually maintained and there's a chance of drift happening: - .teamcity/components/inputs/services_ga.kt - .teamcity/components/inputs/services_beta.kt...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Partially addresses https://github.com/hashicorp/terraform-provider-google/issues/17451 This PR adds a new project in TeamCity to enable testing of provider-defined functions: - Tests the FEATURE-BRANCH-provider-functions branch in the downstreams on a schedule - Allows...
This PR adds support for a new provider-defined function: - location_from_id There are unit and acceptance tests for both of these, and documentation ## Note about testing Currently, testing this...
This PR adds support for 2 new provider-defined functions: - region_from_id - zone_from_id There are unit and acceptance tests for both of these, and documentation ## Note about testing Currently,...