GoogleCloudPlatform / java-docs-samples

Java and Kotlin Code samples used on cloud.google.com
https://cloud.google.com/java
Apache License 2.0
1.73k stars 2.82k forks source link

InstancesAdvancedIT test setup fails on PermissionDeniedException #9374

Closed minherz closed 3 weeks ago

minherz commented 3 weeks ago

Setup method (attributed with @BeforeAll) of the test class InstancesAdvancedIT fails. It calls untested code sample compute.CreateInstancesAdvanced.createFromPublicImage.

See test log1, test log2 for the error.

The test class is disabled until the issue is fixed.

minherz commented 3 weeks ago

Due to a large amount of flaky tests that fail with similar error I made a change to the description of #9373. I close this as a duplication of #9373.