-
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
Add GCS ingestion settings and platform log settings to google_pubsub_topic
#11805
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @NickElliot, 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. |
79890c7
to
6d78158
Compare
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.
|
1 similar comment
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: 54 Click here to see the affected service packages
Action takenFound 2 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: 54 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
|
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: 54 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
I'm not sure why we're getting 500s in the VCR-test. I tried to repro, but I can't get a 500 to occur, even when making the request using the same parameters copied over (the only difference being the project and bucket) (tested on the GCP API docs. I get 200s this way. The tests are working for me locally, if I set the PROJECT_NAME env variable to a project with access, and set the bucket name to a valid bucket within PROJECT_NAME |
(I'm copy-pasting an announcement on each open pull request, but wanted to respond to this first) Have you tried generating the provider with your change and testing it with your project? That would help determine if it is a Terraform implementation issue or an environment issue (Going to paste my announcement below) |
Tomorrow, the Magic Modules repository is scheduled to undergo a language migration from Ruby to Go. You can view more details about this in our announcement here: hashicorp/terraform-provider-google#19583 (or go/mm-migration-announcement if you are a Googler) This open pull request may become incompatible due to most YAML and .erb files converting to Go-compatible files. Our team (Magic Modules repository maintainers) has tooling to automatically convert changes to the new language, and we can prepare a new commit for this pull request that is compatible with the migration. In order to push the new changes to your pull request, we would need to force push the commit to your fork's branch. Our tooling saves a backup branch before converting, so we could rollback or open a new pull request if needed. We would also work with you and the PR reviewer in the event additional changes are needed. You also have the option to update the pull request yourself after the migration. You can view a preview branch and updated documentation related to the migration changes. We will take no action until we have your explicit permission to push changes to your fork's branch used for this pull request. Let me or your reviewer know if you have any further questions! |
Yeah, that's what I meant. After generating the provider, The one other update I have is that someone debugged the issue internally, and requests are being made (from the VCR-tests) that indicate that all the fields inside of edit: I could be convinced to have the changes pushed here in order to test if the Go migration will fix the issue, but if there is a more clear solution, I would prefer to implement that first (edit again: To clarify, what I'm saying is don't push the change unless we want to check if the change will fix the issue) |
In one of the requests that return a 500, I'm seeing the request body as
Is the body incorrect? Maybe the avroFormat fields? |
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: 54 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
I don't think the body is malformed in that it throws 500s. When I run the
This PR is based off of #9985, except that PR doesn't throw 500s. I'm still trying to debug internally as well, but if you have any other suggestions on how to debug here, let me know! |
Turns out that internally we are rolling out a change to production that should cause these fields to be settable publicly, which I believe should be complete by end of week. We can try testing again after the rollout has finished. I'm fine with you pushing out the Go migration change in the meantime |
62a3bd7
to
a520431
Compare
backup located here: https://github.com/NickElliot/magic-modules/tree/gcs-ingestion-backup |
Hi @andreigurau, we've lost access to the branch. Would you mind adding us as collaborators at https://github.com/andreigurau/magic-modules/settings/access |
Please add @NickElliot and @c2thorn |
The branch is converted, but this specific pull request is permanently closed. https://github.com/andreigurau/magic-modules/tree/gcs-ingestion is ready and converted for another pull request. |
Add GCS ingestion settings and Platform Log Settings to
google_pubsub_topic
Release Note Template for Downstream PRs (will be copied)