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

Closed flaky-bot[bot] closed 3 years ago

flaky-bot[bot] commented 3 years ago

Note: #5211 was also for this test, but it is locked


commit: 1ab7826e29b175d6419ec22ed6c876255b7f7a19 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-8/lib/python3.8/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 119, in create_fhir_store
    response = request.execute()
  File "/workspace/healthcare/api-client/v1beta1/fhir/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "/workspace/healthcare/api-client/v1beta1/fhir/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/http.py", line 935, in execute
    raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: 
flaky-bot[bot] commented 3 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 (1ab7826e29b175d6419ec22ed6c876255b7f7a19), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

dandhlee commented 3 years ago

same as #6119

parthea commented 3 years ago

Closing as this is a duplicate of #6119