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.v1beta1.fhir.fhir_resources_test: test_delete_patient failed #7386

Closed flaky-bot[bot] closed 2 years ago

flaky-bot[bot] commented 2 years ago

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


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

Test output
Traceback (most recent call last):
  File "/workspace/healthcare/api-client/v1beta1/fhir/fhir_resources_test.py", line 67, in test_fhir_store
    fhir_store = create_fhir_store()
  File "/workspace/healthcare/api-client/v1beta1/fhir/.nox/py-3-9/lib/python3.9/site-packages/backoff/_sync.py", line 94, in retry
    ret = target(*args, **kwargs)
  File "/workspace/healthcare/api-client/v1beta1/fhir/fhir_resources_test.py", line 64, in create_fhir_store
    return fhir_stores.create_fhir_store(
  File "/workspace/healthcare/api-client/v1beta1/fhir/fhir_stores.py", line 106, in create_fhir_store
    response = request.execute()
  File "/workspace/healthcare/api-client/v1beta1/fhir/.nox/py-3-9/lib/python3.9/site-packages/googleapiclient/_helpers.py", line 131, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "/workspace/healthcare/api-client/v1beta1/fhir/.nox/py-3-9/lib/python3.9/site-packages/googleapiclient/http.py", line 937, in execute
    raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: 
flaky-bot[bot] commented 2 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 (e3698c62c18b0a106767bd6dc1385dd7f76f337b), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).