-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Flaky test in run/django #5307
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
Comments
It fails in teardown. I think the relevant message is |
Here is my guess what's happening.
I think it's worth reporting to upstream. FYI @dinagraves |
Added @glasnt also who is the original author of this sample |
I think this sample would benefit from moving to the "setup/cleanup/retry.sh" method of setting up and taking down testing infra (borrowed from node.js, being used in an upcoming sample) |
#5340 is now merged, should fix this issue |
I am seeing that some storage buckets aren't being deleted - could that be an oversight in this refactor? |
Good catch, @leahecole; I'll clean that up and submit a PR fix. |
## Description Fixes #5307 Note: It's a good idea to open an issue first for discussion. ## Checklist - [ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md) - [ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#readme-file) - [ ] **Tests** pass: `nox -s py-3.6` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup)) - [ ] **Lint** pass: `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup)) - [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones) - [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones) - [ ] Please **merge** this PR for me once it is approved. - [ ] This sample adds a new sample directory, and I updated the [CODEOWNERS file](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/.github/CODEOWNERS) with the codeowners for this sample
an example build
The text was updated successfully, but these errors were encountered: