Skip to content
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

run/testing: TestEditorService failed #3249

Closed
flaky-bot bot opened this issue Aug 14, 2023 · 2 comments
Closed

run/testing: TestEditorService failed #3249

flaky-bot bot opened this issue Aug 14, 2023 · 2 comments
Assignees
Labels
api: run Issues related to the Cloud Run API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Aug 14, 2023

Note: #3003 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 83f5fcb
buildURL: Build Status, Sponge
status: failed

Test output
2023/08/14 19:23:55 Attempt #1: Running: operation [id-token]...
2023/08/14 19:23:55 Attempt #1: Executing: operation [id-token]: /tmp/google-cloud-sdk/bin/gcloud: --quiet auth print-identity-token
    markdown_preview_editor.e2e_test.go:97: client.Do: Post "https://editor-20230814-191452-5gqyq73ufq-uc.a.run.app/render": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2023/08/14 19:24:06 Attempt #1: Running: operation [delete service] for service [editor]...
2023/08/14 19:24:06 Attempt #1: Executing: operation [delete service] for service [editor]: /tmp/google-cloud-sdk/bin/gcloud: --quiet run services delete editor-20230814-191452 --project golang-samples-tests-4 --platform managed --region us-central1
2023/08/14 19:24:10 Attempt #1: Running: operation [delete container image] for service [editor]...
2023/08/14 19:24:10 Attempt #1: Executing: operation [delete container image] for service [editor]: /tmp/google-cloud-sdk/bin/gcloud: --quiet container images delete gcr.io/golang-samples-tests-4/editor:20230814-191452
2023/08/14 19:24:12 Attempt #1: Running: operation [delete service] for service [renderer]...
2023/08/14 19:24:12 Attempt #1: Executing: operation [delete service] for service [renderer]: /tmp/google-cloud-sdk/bin/gcloud: --quiet run services delete renderer-20230814-191452 --project golang-samples-tests-4 --platform managed --region us-central1
2023/08/14 19:24:16 Attempt #1: Running: operation [delete container image] for service [renderer]...
2023/08/14 19:24:16 Attempt #1: Executing: operation [delete container image] for service [renderer]: /tmp/google-cloud-sdk/bin/gcloud: --quiet container images delete gcr.io/golang-samples-tests-4/renderer:20230814-191452
@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 14, 2023
@product-auto-label product-auto-label bot added api: run Issues related to the Cloud Run API. samples Issues that are directly related to samples. labels Aug 14, 2023
@pattishin pattishin self-assigned this Aug 15, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 16, 2023

Test passed for commit e41392a (Build Status, Sponge)! Closing this issue.

@flaky-bot flaky-bot bot closed this as completed Aug 16, 2023
@flaky-bot flaky-bot bot reopened this Aug 25, 2023
@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label Aug 25, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 25, 2023

Looks like this issue is flaky. 😟

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

A human should fix and close this.


commit: 4e11644
buildURL: Build Status, Sponge
status: failed

Test output
2023/08/25 17:26:00 Attempt #1: Running: operation [id-token]...
2023/08/25 17:26:00 Attempt #1: Executing: operation [id-token]: /tmp/google-cloud-sdk/bin/gcloud: --quiet auth print-identity-token
    markdown_preview_editor.e2e_test.go:100: client.Do: POST https://editor-20230825-171947-dclmvfyj7q-uc.a.run.app/render
    markdown_preview_editor.e2e_test.go:104: response status: got 404, want 200
    markdown_preview_editor.e2e_test.go:114: markdown: got "\n\n\n<title>404 Not Found</title>\n\n\n

Error: Not Found

\n

The requested URL /render was not found on this server.

\n

\n\n", want "

strong text

\n" 2023/08/25 17:26:01 Attempt #1: Running: operation [delete service] for service [editor]... 2023/08/25 17:26:01 Attempt #1: Executing: operation [delete service] for service [editor]: /tmp/google-cloud-sdk/bin/gcloud: --quiet run services delete editor-20230825-171947 --project golang-samples-tests-3 --platform managed --region us-central1 2023/08/25 17:26:05 Attempt #1: Running: operation [delete container image] for service [editor]... 2023/08/25 17:26:05 Attempt #1: Executing: operation [delete container image] for service [editor]: /tmp/google-cloud-sdk/bin/gcloud: --quiet container images delete gcr.io/golang-samples-tests-3/editor:20230825-171947 2023/08/25 17:26:09 Attempt #1: Running: operation [delete service] for service [renderer]... 2023/08/25 17:26:09 Attempt #1: Executing: operation [delete service] for service [renderer]: /tmp/google-cloud-sdk/bin/gcloud: --quiet run services delete renderer-20230825-171947 --project golang-samples-tests-3 --platform managed --region us-central1 2023/08/25 17:26:14 Attempt #1: Running: operation [delete container image] for service [renderer]... 2023/08/25 17:26:14 Attempt #1: Executing: operation [delete container image] for service [renderer]: /tmp/google-cloud-sdk/bin/gcloud: --quiet container images delete gcr.io/golang-samples-tests-3/renderer:20230825-171947

@averikitsch averikitsch added priority: p2 Moderately-important priority. Fix may not be included in next release. and removed priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Aug 31, 2023
@grayside grayside self-assigned this Sep 21, 2023
@grayside grayside closed this as completed Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: run Issues related to the Cloud Run API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants