-
Notifications
You must be signed in to change notification settings - Fork 6.7k
healthcare.api-client.v1.fhir.fhir_stores_test: test_get_fhir_store_metadata failed #7525
Copy link
Copy link
Closed
Labels
api: healthcareIssues related to the Cloud Healthcare API API.Issues related to the Cloud Healthcare API API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Activity
Metadata
Metadata
Assignees
Labels
api: healthcareIssues related to the Cloud Healthcare API API.Issues related to the Cloud Healthcare API API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Note: #6872 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 5610d84
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/healthcare/api-client/v1/fhir/fhir_stores_test.py", line 76, in test_dataset wait_for_operation(operation["name"]) File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/retry.py", line 283, in retry_wrapped_func return retry_target( File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/retry.py", line 190, in retry_target return target() File "/workspace/healthcare/api-client/v1/fhir/fhir_stores_test.py", line 67, in wait_for_operation if not operation["done"]: KeyError: 'done'