-
Notifications
You must be signed in to change notification settings - Fork 6.7k
healthcare.api-client.v1.fhir.fhir_stores_test: test_patch_fhir_store failed #8653
Copy link
Copy link
Closed
Labels
api: healthcareIssues related to the Cloud Healthcare API API.Issues related to the Cloud Healthcare API API.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: 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: #7526 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 07e8b81
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 77, in test_dataset wait_for_operation(operation["name"]) File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-8/lib/python3.8/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-8/lib/python3.8/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 60, in wait_for_operation client.projects() File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/_helpers.py", line 131, in positional_wrapper return wrapped(*args, **kwargs) File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/http.py", line 922, in execute resp, content = _retry_request( File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-8/lib/python3.8/site-packages/googleapiclient/http.py", line 190, in _retry_request resp, content = http.request(uri, method, *args, **kwargs) File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-8/lib/python3.8/site-packages/google_auth_httplib2.py", line 209, in request self.credentials.before_request(self._request, method, uri, request_headers) File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-8/lib/python3.8/site-packages/google/auth/credentials.py", line 133, in before_request self.refresh(request) File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-8/lib/python3.8/site-packages/google/oauth2/service_account.py", line 410, in refresh access_token, expiry, _ = _client.jwt_grant( File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-8/lib/python3.8/site-packages/google/oauth2/_client.py", line 193, in jwt_grant response_data = _token_endpoint_request(request, token_uri, body) File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-8/lib/python3.8/site-packages/google/oauth2/_client.py", line 165, in _token_endpoint_request _handle_error_response(response_data) File "/workspace/healthcare/api-client/v1/fhir/.nox/py-3-8/lib/python3.8/site-packages/google/oauth2/_client.py", line 60, in _handle_error_response raise exceptions.RefreshError(error_details, response_data) google.auth.exceptions.RefreshError: ('invalid_grant: Invalid JWT Signature.', {'error': 'invalid_grant', 'error_description': 'Invalid JWT Signature.'})