Add http_config to Developer Connect Connection#15843
Add http_config to Developer Connect Connection#15843melinath merged 8 commits intoGoogleCloudPlatform:mainfrom
Conversation
|
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_developer_connect_connection" "primary" {
http_config {
service_directory_config {
service = # value needed
}
ssl_ca_certificate = # value needed
}
}
|
Tests analyticsTotal tests: 37 Click here to see the affected service packages
Action takenFound 4 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. |
|
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_developer_connect_connection" "primary" {
http_config {
service_directory_config {
service = # value needed
}
ssl_ca_certificate = # value needed
}
}
|
Tests analyticsTotal tests: 37 Click here to see the affected service packages
Action takenFound 4 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. |
|
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.
|
Tests analyticsTotal tests: 38 Click here to see the affected service packages
Action takenFound 5 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. |
|
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.
|
Tests analyticsTotal tests: 39 Click here to see the affected service packages
Action takenFound 5 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
|
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.
|
|
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.
|
|
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.
|
Tests analyticsTotal tests: 39 Click here to see the affected service packages
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
|
1 similar comment
Tests analyticsTotal tests: 39 Click here to see the affected service packages
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
|
Tests analyticsTotal tests: 39 Click here to see the affected service packages
🟢 All tests passed! View the build log |
triggering test cases
|
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.
|
Tests analyticsTotal tests: 39 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Remove unnecessary newline
|
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.
|
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @melinath, 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. |
Tests analyticsTotal tests: 39 Click here to see the affected service packages
🟢 All tests passed! View the build log |
|
@melinath Do you know why terraform-google-conversion-test-integration is failing? If you click the link, all the test cases pass. |
|
The TGC integration tests are too long so they get truncated; you can click "view raw" to see the full output. However, the error in this case seems to be unrelated to your PR: It looks like this field was just added recently (hashicorp/terraform-provider-google#26137) so maybe it was just a timing problem. We should be good to just ignore that failure. |
|
removed |
melinath
left a comment
There was a problem hiding this comment.
Seems straightforward; has tests. LGTM.
| primary_resource_id: 'my-connection' | ||
| primary_resource_name: 'fmt.Sprintf("tf-test-connection%s", context["random_suffix"])' | ||
| vars: | ||
| connection_name: 'tf-test-connection' |
There was a problem hiding this comment.
This is a little odd because it results in tests using names like tf-test-tf-test-connection and docs using names like tf-test-connection, but it's consistent with the other examples here so... not blocking on it.
8ae14b9
fixes hashicorp/terraform-provider-google#25352