Sarah French
Sarah French
It may be just a bad luck, or this newly-exposed error might be flakey. We'll see with time
Note from triage: This is the API for the new resource https://cloud.google.com/storage/docs/json_api/v1/managedFolder/insert
Some context: The sweepers in TeamCity run this command: ``` go test -v "%PACKAGE_PATH%" -sweep="%SWEEPER_REGIONS%" -sweep-allow-failures -sweep-run="%SWEEP_RUN%" -timeout 30m" ``` Where these values are configuration parameters set on the builds:...
Note from triage: The solution for this is likely to be making sweepers stop using `region` values passed to sweepers from the `go test` command and instead make sweepers be...
Another thing to bear in mind is that some sweepers are zonal but are being passed regions. There could be a solution where we define the list of inputs (not...
From [the discussion here](https://github.com/GoogleCloudPlatform/magic-modules/pull/10130#issuecomment-1991771276) it looks like resolving this issue would require removing the default values on `min_throughput` & `max_throughput`, to enable users to not set those fields. Removing default...
I should have posted on the issue - I have a PR open for this: https://github.com/GoogleCloudPlatform/magic-modules/pull/10313#issuecomment-2160505910)
Part 1 is complete from the list in the issue description.
2) Enable testing in TeamCity once the feature branch is merged to main TeamCity is currently using TF 1.8.0 but there are some tests showing funny behaviour: - TestAccBigQueryJob_bigqueryJobCopyExample -...
We rolled back use of 1.8.0-rc1 and later the failures we noticed weren't present in 1.8.0. There were some failures still but the discussion in the google space suggested they're...