-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Updated typos #12278
Updated typos #12278
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @BBBmau, 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_privateca_certificate_authority" "primary" {
config {
subject_key_id {
key_id = # value needed
}
}
}
|
Tests analyticsTotal tests: 4289 Click here to see the affected service packages
Action takenFound 3 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. |
Second failure seems to be unrelated, tracked in hashicorp/terraform-provider-google#20253. I don't think |
|
/gcbrun |
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_privateca_certificate_authority" "primary" {
config {
subject_key_id {
key_id = # value needed
}
}
}
|
Tests analyticsTotal tests: 4292 Click here to see the affected service packages
Action takenFound 3 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. |
@GoogleCloudPlatform/terraform-team @BBBmau This PR has been waiting for review for 1 week. Please take a look! Use the label |
@BBBmau can you share the error from the CI run of Tried a few more times locally in recording and replaying mode (with the changes from this PR, including building for all products vs. just |
@GoogleCloudPlatform/terraform-team @BBBmau This PR has been waiting for review for 2 weeks. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @BBBmau This PR has been waiting for review for 3 weeks. Please take a look! Use the label |
8f9d3c3
to
8a94313
Compare
@BBBmau I rebased it, and also added one more tiny fix (in a separate commit) that I noticed elsewhere. |
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_privateca_certificate_authority" "primary" {
config {
subject_key_id {
key_id = # value needed
}
}
}
|
Tests analyticsTotal tests: 4326 Click here to see the affected service packages
Action takenFound 9 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. |
can you rebase once more? We look to be getting some conflicts |
8a94313
to
2f06ef8
Compare
@BBBmau Rebased. Looks like just |
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_privateca_certificate_authority" "primary" {
config {
subject_key_id {
key_id = # value needed
}
}
}
|
Tests analyticsTotal tests: 4338 Click here to see the affected service packages
Action takenFound 15 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. |
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.
tests can be ignored. Thanks for this!
Can break these up differently if desired. These resolve downstream golangci-lint misspelling warnings.
Almost all the changes are in docs or function naming only. There are one or two actual fixes (I think) of real enum values, in particular the one in
mmv1/products/gkehub2/Feature.yaml
(I added a release note for this one, since that's actually fixing something).Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.