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.dicom_stores_test: test_import_dicom_instance failed #8913

Closed flaky-bot[bot] closed 1 year ago

flaky-bot[bot] commented 1 year ago

Note: #6824 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/dicom_stores_test.py", line 59, 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/dicom_stores_test.py", line 49, 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

flaky-bot[bot] commented 1 year 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.


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

Test output
Traceback (most recent call last):
  File "/workspace/healthcare/api-client/v1/dicom/dicom_stores_test.py", line 205, in test_import_dicom_instance
    dicom_stores.import_dicom_instance(
  File "/workspace/healthcare/api-client/v1/dicom/dicom_stores.py", line 320, in import_dicom_instance
    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: 
dandhlee commented 1 year ago

3.11 test, closing for now.