Skip to content

Commit 8e22d97

Browse files
committed
Remove tgc_include_handwritten_tests from mmv1
1 parent 377a737 commit 8e22d97

File tree

129 files changed

+0
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+0
-131
lines changed

mmv1/api/resource.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,6 @@ type TGCResource struct {
399399
// Otherswise, it should be set.
400400
CaiIdentity string `yaml:"cai_identity,omitempty"`
401401

402-
// If true, create TGC tests automatically for all handwritten provider tests.
403-
TGCIncludeHandwrittenTests bool `yaml:"tgc_include_handwritten_tests,omitempty"`
404-
405402
// Tests for TGC, will automatically be filled with resource's examples
406403
// and handwritten tests. Can be specified in order to skip specific tests.
407404
TGCTests []resource.TGCTest `yaml:"tgc_tests,omitempty"`

mmv1/products/alloydb/Backup.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ async:
4141
custom_code:
4242
encoder: 'templates/terraform/encoders/alloydb_backup.tmpl'
4343
include_in_tgc_next: true
44-
tgc_include_handwritten_tests: true
4544
examples:
4645
- name: 'alloydb_backup_basic'
4746
primary_resource_id: 'default'

mmv1/products/alloydb/Cluster.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ custom_code:
6262
# Skipping the sweeper because we need to force-delete clusters.
6363
exclude_sweeper: true
6464
include_in_tgc_next: true
65-
tgc_include_handwritten_tests: true
6665
examples:
6766
- name: 'alloydb_cluster_basic'
6867
primary_resource_id: 'default'

mmv1/products/alloydb/Instance.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ custom_code:
5353
# Skipping the sweeper because instances will be deleted during cluster sweeps
5454
exclude_sweeper: true
5555
include_in_tgc_next: true
56-
tgc_include_handwritten_tests: true
5756
tgc_tests:
5857
- name: 'TestAccAlloydbInstance_connectionPoolConfig'
5958
skip: 'fix it after the next release, as connection_pool_config will be in the next release'

mmv1/products/apigee/Instance.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ error_retry_predicates:
4848
- 'transport_tpg.IsApigeeRetryableError'
4949
exclude_sweeper: true
5050
include_in_tgc_next: true
51-
tgc_include_handwritten_tests: true
5251
examples:
5352
- name: 'apigee_instance_basic'
5453
vars:

mmv1/products/apphub/Application.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ custom_code:
4242
custom_diff:
4343
- 'apphubApplicationCustomizeDiff'
4444
include_in_tgc_next: true
45-
tgc_include_handwritten_tests: true
4645
sweeper:
4746
url_substitutions:
4847
- region: "us-central1"

mmv1/products/apphub/Service.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ async:
4141
resource_inside_response: true
4242
custom_code:
4343
include_in_tgc_next: true
44-
tgc_include_handwritten_tests: true
4544
examples:
4645
- name: 'apphub_service_basic'
4746
primary_resource_id: 'example'

mmv1/products/apphub/ServiceProjectAttachment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ async:
3939
custom_code:
4040
constants: 'templates/terraform/constants/apphub_service_project.go.tmpl'
4141
include_in_tgc_next: true
42-
tgc_include_handwritten_tests: true
4342
examples:
4443
- name: 'service_project_attachment_basic'
4544
config_path: 'templates/terraform/examples/apphub_service_project_attachment_basic.tf.tmpl'

mmv1/products/apphub/Workload.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ async:
4141
resource_inside_response: true
4242
custom_code:
4343
include_in_tgc_next: true
44-
tgc_include_handwritten_tests: true
4544
examples:
4645
- name: 'apphub_workload_basic'
4746
primary_resource_id: 'example'

mmv1/products/artifactregistry/Repository.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ async:
4040
result:
4141
resource_inside_response: true
4242
include_in_tgc_next: true
43-
tgc_include_handwritten_tests: true
4443
iam_policy:
4544
method_name_separator: ':'
4645
allowed_iam_role: 'roles/artifactregistry.reader'

0 commit comments

Comments
 (0)