-
Notifications
You must be signed in to change notification settings - Fork 6.7k
storagetransfer.check_latest_transfer_operation_test: test_latest_transfer_operation_apiary failed #7578
Copy link
Copy link
Closed
Labels
api: storagetransferIssues related to the Storage Transfer Service API.Issues related to the Storage Transfer Service 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.
Metadata
Metadata
Labels
api: storagetransferIssues related to the Storage Transfer Service API.Issues related to the Storage Transfer Service 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.
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quietlabel andI will stop commenting.
commit: 77519d5
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/storagetransfer/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py", line 66, in error_remapped_callable return callable_(*args, **kwargs) File "/workspace/storagetransfer/.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py", line 946, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/workspace/storagetransfer/.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "The service is currently unavailable." debug_error_string = "{"created":"@1646911620.305617008","description":"Error received from peer ipv4:74.125.142.95:443","file":"src/core/lib/surface/call.cc","file_line":903,"grpc_message":"The service is currently unavailable.","grpc_status":14}" >The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/storagetransfer/check_latest_transfer_operation_test.py", line 56, in transfer_job
result = client.create_transfer_job({"transfer_job": transfer_job})
File "/workspace/storagetransfer/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/storage_transfer_v1/services/storage_transfer_service/client.py", line 526, in create_transfer_job
response = rpc(request, retry=retry, timeout=timeout, metadata=metadata,)
File "/workspace/storagetransfer/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py", line 154, in call
return wrapped_func(*args, **kwargs)
File "/workspace/storagetransfer/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py", line 68, in error_remapped_callable
raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.ServiceUnavailable: 503 The service is currently unavailable.