GoogleCloudPlatform / python-docs-samples

Code samples used on cloud.google.com
Apache License 2.0
7.46k stars 6.44k forks source link

healthcare.api-client.dicom.dicomweb_test: test_dicomweb_retrieve_rendered failed #4812

Closed flaky-bot[bot] closed 4 years ago

flaky-bot[bot] commented 4 years ago

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


commit: 85ea1730253dede2bfaa389030c0e55a1a172245 buildURL: Build Status, Sponge status: failed

Test output
Traceback (most recent call last):
  File "/workspace/healthcare/api-client/dicom/dicomweb_test.py", line 255, in test_dicomweb_retrieve_rendered
    instance_uid)
  File "/workspace/healthcare/api-client/dicom/dicomweb.py", line 268, in dicomweb_retrieve_rendered
    response.raise_for_status()
  File "/workspace/healthcare/api-client/dicom/.nox/py-3-7/lib/python3.7/site-packages/requests/models.py", line 941, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://healthcare.googleapis.com/v1beta1/projects/python-docs-samples-tests-py37/locations/us-central1/datasets/test_dataset-1601979504/dicomStores/test_dicom_store_1601979504/dicomWeb/studies/1.3.6.1.4.1.11129.5.5.111396399361969898205364400549799252857604/series/1.3.6.1.4.1.11129.5.5.195628213694300498946760767481291263511724/instances/1.3.6.1.4.1.11129.5.5.153751009835107614666834563294684339746480/rendered
flaky-bot[bot] commented 4 years ago

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 (85ea1730253dede2bfaa389030c0e55a1a172245), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

tmatsuo commented 4 years ago

Downgrading because the failures are for the tests for unused old samples (v1 v.s. v1beta1).