golang-samples icon indicating copy to clipboard operation
golang-samples copied to clipboard

compute/instances/custom-machine-type: TestComputeCreateInstanceWithCustomMachineTypeSnippets failed

Open flaky-bot[bot] opened this issue 3 years ago • 1 comments

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and I will stop commenting.


commit: 5000f56e2f379fc7f8725dc8fc32b4c87272a46c buildURL: Build Status, Sponge status: failed

Test output
    custom_machine_type_test.go:95: unable to get instance: googleapi: Error 404: The resource 'projects/golang-samples-tests-4/zones/europe-central2-b/instances/test-vm-06-17-2022-2713917555295625236' was not found
    custom_machine_type_test.go:104: incorrect instance MachineType got "", want "https://www.googleapis.com/compute/v1/projects/golang-samples-tests-4/zones/europe-central2-b/machineTypes/n2-custom-8-10240"
    custom_machine_type_test.go:109: deleteInstance got err: googleapi: Error 404: The resource 'projects/golang-samples-tests-4/zones/europe-central2-b/instances/test-vm-06-17-2022-2713917555295625236' was not found
    custom_machine_type_test.go:179: modifyInstanceWithExtendedMemory got err: unable to get instance: googleapi: Error 404: The resource 'projects/golang-samples-tests-4/zones/europe-central2-b/instances/test-vm-06-17-2022-2713917555295625236' was not found
    custom_machine_type_test.go:182: modifyInstanceWithExtendedMemory got "Instance created\n", want "Instance updated"
    custom_machine_type_test.go:187: unable to get instance: googleapi: Error 404: The resource 'projects/golang-samples-tests-4/zones/europe-central2-b/instances/test-vm-06-17-2022-2713917555295625236' was not found
    custom_machine_type_test.go:191: incorrect instance MachineType got "", want suffix "819200-ext"
    custom_machine_type_test.go:196: deleteInstance got err: googleapi: Error 404: The resource 'projects/golang-samples-tests-4/zones/europe-central2-b/instances/test-vm-06-17-2022-2713917555295625236' was not found

flaky-bot[bot] avatar Jun 17 '22 19:06 flaky-bot[bot]

Looks like this issue is flaky. :worried:

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (5000f56e2f379fc7f8725dc8fc32b4c87272a46c), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

flaky-bot[bot] avatar Jun 18 '22 18:06 flaky-bot[bot]

Closing this, as it was one time bug with non created instance (most probably regarding project quota).

FrodoTheTrue avatar Sep 05 '22 15:09 FrodoTheTrue