-
Notifications
You must be signed in to change notification settings - Fork 30
samples.snippets.submit_job_test: test_submit_job failed #148
Description
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.
commit: fb8232d
buildURL: Build Status, Sponge
status: failed
Test output
args = (project_id: "python-docs-samples-tests"
cluster {
project_id: "python-docs-samples-tests"
cluster_name: "py-sj-te... worker_config {
num_instances: 2
machine_type_uri: "n1-standard-1"
}
}
}
region: "us-central1"
,)
kwargs = {'metadata': [('x-goog-api-client', 'gl-python/3.6.13 grpc/1.36.0 gax/1.26.1 gapic/2.3.0')]}
@six.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
try:
return callable_(*args, **kwargs)
.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py:73:
self = <grpc._channel._UnaryUnaryMultiCallable object at 0x7faa4a389ba8>
request = project_id: "python-docs-samples-tests"
cluster {
project_id: "python-docs-samples-tests"
cluster_name: "py-sj-tes...}
worker_config {
num_instances: 2
machine_type_uri: "n1-standard-1"
}
}
}
region: "us-central1"
timeout = None
metadata = [('x-goog-api-client', 'gl-python/3.6.13 grpc/1.36.0 gax/1.26.1 gapic/2.3.0')]
credentials = None, wait_for_ready = None, compression = None
def __call__(self,
request,
timeout=None,
metadata=None,
credentials=None,
wait_for_ready=None,
compression=None):
state, call, = self._blocking(request, timeout, metadata, credentials,
wait_for_ready, compression)
return _end_unary_response_blocking(state, call, False, None)
.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py:923:
state = <grpc._channel._RPCState object at 0x7faa4a3e89b0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7faa4a407ec8>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
return state.response, rendezvous
else:
return state.response
else:
raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E status = StatusCode.INVALID_ARGUMENT
E details = "Creating clusters using the n1-standard-1 machine type is not supported for image version 2.0.6-debian10."
E debug_error_string = "{"created":"@1616058417.635952175","description":"Error received from peer ipv4:74.125.197.95:443","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Creating clusters using the n1-standard-1 machine type is not supported for image version 2.0.6-debian10.","grpc_status":3}"
E >
.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py:826: _InactiveRpcError
The above exception was the direct cause of the following exception:
@pytest.fixture(autouse=True)
def setup_teardown():
cluster_client = dataproc.ClusterControllerClient(client_options={
'api_endpoint': '{}-dataproc.googleapis.com:443'.format(REGION)
})
# Create the cluster.
operation = cluster_client.create_cluster(
request={"project_id": PROJECT_ID, "region": REGION, "cluster": CLUSTER}
)
submit_job_test.py:51:
../../google/cloud/dataproc_v1/services/cluster_controller/client.py:413: in create_cluster
response = rpc(request, retry=retry, timeout=timeout, metadata=metadata,)
.nox/py-3-6/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py:145: in call
return wrapped_func(*args, **kwargs)
.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py:286: in retry_wrapped_func
on_error=on_error,
.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py:184: in retry_target
return target()
.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py:75: in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
value = None
from_value = <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "Creating clusters us...g clusters using the n1-standard-1 machine type is not supported for image version 2.0.6-debian10.","grpc_status":3}"
???
E google.api_core.exceptions.InvalidArgument: 400 Creating clusters using the n1-standard-1 machine type is not supported for image version 2.0.6-debian10.
:3: InvalidArgument