| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
For the record, here are latencies for the last periodic builds: lint: 14:26 Here are latencies for the presubmit builds for this PR: and interestingly, the test in appengine/flexible/websockets fails with btlr. |
Sorry, something went wrong.
|
Spanner is failing with: google.api_core.exceptions.GoogleAPICallError: None Project 1012616486416 cannot add 1 nodes in region us-central1. It seems like there are too many instances. |
Sorry, something went wrong.
|
There were around 10 stale Spanner instances in the main test project. I deleted them all. I'll restart the py-3.6 build. |
Sorry, something went wrong.
|
The number of tests for the current presubmit builds are exactly the same as the last periodic builds. Latencies: Pretty good :) |
Sorry, something went wrong.
|
Only failing test is dlp/risk_test.py in py-3.8 among 4 builds. |
Sorry, something went wrong.
|
I'll update the branch after merging some more PRs. Let's be extra cautious before merging this. |
Sorry, something went wrong.
|
3 failures: iot: Traceback (most recent call last):
File "/workspace/iot/api-client/manager/manager_test.py", line 57, in clean_up_registries
test_date = datetime.datetime.utcfromtimestamp(int(time_str))
ValueError: invalid literal for int() with base 10: 'b32153211df0'
It looks like a bug in the cleanup code. dlp: Traceback (most recent call last):
File "/workspace/dlp/inspect_content_test.py", line 437, in test_inspect_datastore_no_results
assert "No findings" in out
AssertionError: assert 'No findings' in 'Inspection operation started: projects/python-docs-samples-tests/locations/global/dlpJobs/i-7027593330947527120\nNo event received before the timeout. Please verify that the subscription provided is subscribed to the topic provided.\n'
This is a known flake. run/markdown-preview: Traceback (most recent call last):
File "/workspace/run/markdown-preview/e2e_test.py", line 35, in services
subprocess.run(
File "/usr/local/lib/python3.8/subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['gcloud', 'builds', 'submit', '--project', 'python-docs-samples-tests', '--substitutions', '_SUFFIX=7837734e97b844a9a0b587057d8797e2', '--config', 'e2e_test_setup.yaml', '--quiet']' returned non-zero exit status 1.
This is the most concerning one. gcloud sdk crashed, probably because of the low memory situation. |
Sorry, something went wrong.
|
This time inspect_content_test.py::test_inspect_datastore_no_results failed. For run/markdown-preview, ERROR: gcloud crashed (FileNotFoundError): [Errno 2] No such file or directory: 'renderer/noxfile.py' I think I understand the problem. This is happening because
I'll put noxfile.py in the child directories and it should be fine. |
Sorry, something went wrong.
|
You can also do rm -f $file, which won't fail even if the file doesn't exist |
Sorry, something went wrong.
|
@kurtisvg It's not failing to delete the file. gcloud crashes because there is not the file existing any more which used to be there. |
Sorry, something went wrong.
|
Ah sorry, I misunderstood. I think there is a .gitignore equivalent for Cloud Run/Cloud Build as well that might help. |
Sorry, something went wrong.
|
Thanks, yeah maybe we can use .gcloudignore. However, considering we'll sprinkle noxfile.py anyways soon, I'd do it now. |
Sorry, something went wrong.
|
Seeing some new failures, filed #3994 and #3995 |
Sorry, something went wrong.
|
For iam failure, I think it is sensible to display description only when the key exists anyways. Actually, I found that there is a role roles/accesscontextmanager.vpcScTroubleshooterViewer which doesn't have the description. |
Sorry, something went wrong.
|
For iot failure, it's an ongoing flake tracked at #3912, so I don't worry about it too much. |
Sorry, something went wrong.
|
Failure analysis: video/cloud-client/analyze This test is using an intact uuid1 value as the bucket name. Since we now running the tests in parallel, other tests could get the same uuid1. Although it's low probability, it's still way higher than the probability when we use uuid4. bucket_name = str(uuid.uuid1()) There are several cases of this: $ grep -r 'bucket_name = str(uuid.uuid1())' * translate/automl/translate_v3_batch_translate_text_with_model_test.py: bucket_name = str(uuid.uuid1()) translate/cloud-client/beta_snippets_test.py: bucket_name = str(uuid.uuid1()) translate/cloud-client/translate_v3_batch_translate_text_with_glossary_test.py: bucket_name = str(uuid.uuid1()) video/cloud-client/analyze/beta_snippets_test.py: bucket_name = str(uuid.uuid1()) Maybe we can just use uuid4, which will make the probability much less. py-3.8 failed during pip install: zipfile.BadZipFile: Bad CRC-32 for file 'uWSGI-2.0.18.data/scripts/uwsgi' Maybe it's because we run tests in parallel, maybe not. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
fixes #3958
fixes #3994
fixes #3912
fixes #3992
fixes #3996
fixes #3997
fixes #3998
fixes #3999
fixes #4000
fixes #4001
fixes #4002
We embed btlr binary from gs://cloud-devrel-kokoro-resources/btlr/v0.0.1/btlr