GoogleCloudPlatform / python-docs-samples

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

healthcare.api-client.v1.dicom.dicomweb_test: test_dicomweb_retrieve_study failed #8918

Closed flaky-bot[bot] closed 1 year ago

flaky-bot[bot] commented 1 year ago

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


commit: 66e069f916ffc0c3f19899f5083d32ebc514a8f3 buildURL: Build Status, Sponge status: failed

Test output
Traceback (most recent call last):
  File "/workspace/healthcare/api-client/v1/dicom/dicomweb_test.py", line 62, in test_dataset
    create()
  File "/workspace/healthcare/api-client/v1/dicom/.nox/py-3-11/lib/python3.11/site-packages/backoff/_sync.py", line 110, in retry
    ret = target(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/healthcare/api-client/v1/dicom/dicomweb_test.py", line 52, in create
    datasets.create_dataset(project_id, location, dataset_id)
  File "/workspace/healthcare/api-client/v1/dicom/../datasets/datasets.py", line 47, in create_dataset
    response = request.execute()
               ^^^^^^^^^^^^^^^^^
  File "/workspace/healthcare/api-client/v1/dicom/.nox/py-3-11/lib/python3.11/site-packages/googleapiclient/_helpers.py", line 131, in positional_wrapper
    return wrapped(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/healthcare/api-client/v1/dicom/.nox/py-3-11/lib/python3.11/site-packages/googleapiclient/http.py", line 937, in execute
    raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: 
leahecole commented 1 year ago

enabled the API in the new 3.11 project

leahecole commented 1 year ago

enabled the API in the new 3.11 project