-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Failing test(s): TestAccCompute* ("Error 400: Cloud KMS error" permissions denied) #13609
Comments
Note: This shared key may be a predecessor to a bootstrapped key, and we may want to convert it to one. |
The error has changed here: |
This was 100% until Mar 10, 2023 with the "already exists" error. Since then, we have seen the original error again at 32%. This test appears to use its own service account for encryption, and it is configured to have the |
I've just been addressing a similar issue (#16687) where I can see lots of failures in the nightly tests for TPGB and I fixed a Beta-specific test that was authoritatively controlling an IAM binding on a cryptokey. I think this GH issue is due to an acceptance test doing a similar thing, but there must be a test that's present in the GA provider (probably both GA/Beta). After double checking I don't think there are acc tests in the GA provider that authoritatively affect the IAM policy on the crypto key, so I assume adding the missing depends_on argument to the TestAccComputeInstanceTemplate_sourceImageEncryptionKey test will fix the problem. |
TestAccComputeInstanceTemplate_sourceImageEncryptionKey now passing 100% TestAccComputeRegionInstanceTemplate_sourceImageEncryptionKey should also become the same way now that GoogleCloudPlatform/magic-modules#9644 is merged |
This PR (GoogleCloudPlatform/magic-modules#9673) will fix TestAccComputeImage_imageEncryptionKey |
Marking as forward/exempt since Sarah's actively working on this. |
Closing as stale |
Failure rate: 38% failure since April 18th 2023
Affected Resource(s)
Impacted tests:
TestAccComputeInstanceTemplate_sourceSnapshotEncryptionKey- this is now passing 100%TestAccComputeRegionInstanceTemplate_sourceSnapshotEncryptionKey- this is now passing 100%TestAccComputeInstanceTemplate_sourceImageEncryptionKey- this is now passing 100%Nightly builds:
TestAccComputeInstanceTemplate_sourceSnapshotEncryptionKey- this is now passing 100%TestAccComputeRegionInstanceTemplate_sourceSnapshotEncryptionKey- this is now passing 100%TestAccComputeInstanceTemplate_sourceImageEncryptionKey- this is now passing 100%Message:
The text was updated successfully, but these errors were encountered: