-
Notifications
You must be signed in to change notification settings - Fork 1.9k
new-resource: google_apigee_security_action
#14317
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
base: main
Are you sure you want to change the base?
new-resource: google_apigee_security_action
#14317
Conversation
Acceptance tests pass locally:
|
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: For automatic test runs see go/terraform-auto-test-runs. @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. |
@BBBmau This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_apigee_security_action" "primary" {
api_proxies = # value needed
condition_config {
access_tokens = # value needed
api_keys = # value needed
api_products = # value needed
asns = # value needed
developer_apps = # value needed
developers = # value needed
http_methods = # value needed
region_codes = # value needed
user_agents = # value needed
}
deny {
response_code = # value needed
}
flag {
headers {
name = # value needed
value = # value needed
}
}
ttl = # value needed
}
|
Tests analyticsTotal tests: 62 Click here to see the affected service packages
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
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
@GoogleCloudPlatform/terraform-team @BBBmau This PR has been waiting for review for 1 week. Please take a look! Use the label |
ea7d7cf
to
6ea75ed
Compare
@modular-magician reassign-reviewer |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_apigee_security_action" "primary" {
api_proxies = # value needed
condition_config {
access_tokens = # value needed
api_keys = # value needed
api_products = # value needed
asns = # value needed
developer_apps = # value needed
developers = # value needed
http_methods = # value needed
region_codes = # value needed
user_agents = # value needed
}
deny {
response_code = # value needed
}
flag {
headers {
name = # value needed
value = # value needed
}
}
ttl = # value needed
}
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add another testcase to cover as many fields as possible. I realize some of these fields cannot cover for one reason or another.
Tests analyticsTotal tests: 62 Click here to see the affected service packages
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
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
@ramonvermeulen, this PR is waiting for action from you. If no action is taken, this PR will be closed in 28 days. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. This notification can be disabled with the |
6ea75ed
to
3e949ba
Compare
Sorry for the late reply, been busy and have been OOO for a while. Just updated with a full test case in 3e949ba, only annoying part is that a lot of properties are mutually exclusive, but I think I now covered them all via in-place updates. Test execution:
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_apigee_security_action" "primary" {
api_proxies = # value needed
}
|
Non-exercised tests🔴 Tests were added that are skipped in VCR:
Tests analyticsTotal tests: 66 Click here to see the affected service packages
View the build log |
Closes hashicorp/terraform-provider-google#23241
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.