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.filesystem.e2e_test: test_end_to_end failed #8294

Closed
flaky-bot bot opened this issue Aug 29, 2022 · 3 comments · Fixed by #8362
Closed

run.filesystem.e2e_test: test_end_to_end failed #8294

flaky-bot bot opened this issue Aug 29, 2022 · 3 comments · Fixed by #8362
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: p1 Important issue which blocks shipping the next release. Will be fixed prior to 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 29, 2022

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


commit: 4762700
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/run/filesystem/e2e_test.py", line 39, in deployed_service
    subprocess.check_call(
  File "/usr/local/lib/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gcloud', 'builds', 'submit', '--config', 'cloudbuild.yaml', '--project', 'python-docs-samples-tests', '--substitutions=_SERVICE_NAME=filesystem-9e4789fc13b14f6da8ecc2b898721ee0,_FILESTORE_IP_ADDRESS=10.72.188.10,_CONNECTOR=run-connector']' returned non-zero exit status 1.
@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 29, 2022
@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 29, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 29, 2022

Looks like this issue is flaky. 😟

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

A human should fix and close this.


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

@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label Aug 29, 2022
@rogerthatdev
Copy link
Contributor

I will attempt to resolve this flakiness by adding retries to run/filesystem/e2e_test.py similar to #8286

@rogerthatdev
Copy link
Contributor

After taking a closer look, this test failed because the build (31bc50ad) timed out waiting for a subsequent build (3b460d8d) that it triggered via gcloud run deploy command in its cloudbuild.yaml

That second build did complete but this was not captured by the original build. As a remedy, instead of adding retries, will try to consolidate build jobs into one job instead of splitting the test into 2.

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: p1 Important issue which blocks shipping the next release. Will be fixed prior to 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

Successfully merging a pull request may close this issue.

1 participant