Add SchemaVersion and test#17769
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 3828501: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_document_ai_schema_version" "primary" {
labels = # value needed
schema {
description = # value needed
document_prompt = # value needed
entity_types {
enum_values {
values = # value needed
}
properties {
display_name = # value needed
method = # value needed
name = # value needed
occurrence_type = # value needed
value_type = # value needed
}
}
metadata {
document_allow_multiple_labels = # value needed
document_splitter = # value needed
prefixed_naming_on_properties = # value needed
skip_naming_validation = # value needed
}
}
}
Missing service labelsThe following new resources do not have corresponding service labels:
If you believe this detection to be incorrect please raise the concern with your reviewer. Googlers: This error is safe to ignore once you've completed go/fix-missing-service-labels. Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. @slevenick VCR tests complete for 3828501! |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit ed410ef: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_document_ai_schema_version" "primary" {
schema {
entity_types {
enum_values {
values = # value needed
}
}
}
}
Missing service labelsThe following new resources do not have corresponding service labels:
If you believe this detection to be incorrect please raise the concern with your reviewer. Googlers: This error is safe to ignore once you've completed go/fix-missing-service-labels. Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. @slevenick, @NickElliot VCR tests complete for ed410ef! |
Fixes: hashicorp/terraform-provider-google#25832
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.