-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Flake: //src/python/grpcio_tests/tests_py3_only/unit:_simple_stubs_test #24952
Copy link
Copy link
Open
Description
grpc/core/pull_request/linux/grpc_python_bazel_test
https://source.cloud.google.com/results/invocations/906a0e28-e4f3-46a9-9d46-c755853f63ef/targets
INFO: From Testing //src/python/grpcio_tests/tests_py3_only/unit:_simple_stubs_test:
==================== Test output for //src/python/grpcio_tests/tests_py3_only/unit:_simple_stubs_test:
test_channels_cached (__main__.SimpleStubsTest) ... /root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/sandbox/processwrapper-sandbox/2812/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/bin/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.runfiles/com_github_grpc_grpc/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.py:216: ExperimentalApiWarning: 'unary_unary' is an experimental API. It is subject to change or removal between minor releases. Proceed with caution.
grpc.experimental.unary_unary(*args, **run_kwargs)
ok
test_channels_evicted (__main__.SimpleStubsTest) ... ok
test_default_ssl (__main__.SimpleStubsTest) ... ok
test_default_timeout (__main__.SimpleStubsTest) ... ok
test_default_wait_for_ready (__main__.SimpleStubsTest) ... ok
test_insecure_sugar (__main__.SimpleStubsTest) ... ok
test_insecure_sugar_mutually_exclusive (__main__.SimpleStubsTest) ... ok
test_stream_stream (__main__.SimpleStubsTest) ... /root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/sandbox/processwrapper-sandbox/2812/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/bin/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.runfiles/com_github_grpc_grpc/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.py:292: ExperimentalApiWarning: 'stream_stream' is an experimental API. It is subject to change or removal between minor releases. Proceed with caution.
channel_credentials=grpc.local_channel_credentials()):
ok
test_stream_unary (__main__.SimpleStubsTest) ... /root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/sandbox/processwrapper-sandbox/2812/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/bin/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.runfiles/com_github_grpc_grpc/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.py:277: ExperimentalApiWarning: 'stream_unary' is an experimental API. It is subject to change or removal between minor releases. Proceed with caution.
channel_credentials=grpc.local_channel_credentials())
ok
test_total_channels_enforced (__main__.SimpleStubsTest) ... ERROR
test_unary_stream (__main__.SimpleStubsTest) ... /root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/sandbox/processwrapper-sandbox/2812/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/bin/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.runfiles/com_github_grpc_grpc/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.py:262: ExperimentalApiWarning: 'unary_stream' is an experimental API. It is subject to change or removal between minor releases. Proceed with caution.
channel_credentials=grpc.local_channel_credentials()):
ok
test_unary_unary_insecure (__main__.SimpleStubsTest) ... ok
test_unary_unary_secure (__main__.SimpleStubsTest) ... ok
======================================================================
ERROR: test_total_channels_enforced (__main__.SimpleStubsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/sandbox/processwrapper-sandbox/2812/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/bin/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.runfiles/com_github_grpc_grpc/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.py", line 247, in test_total_channels_enforced
channel_credentials=grpc.local_channel_credentials())
File "/root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/sandbox/processwrapper-sandbox/2812/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/bin/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.runfiles/com_github_grpc_grpc/src/python/grpcio/grpc/experimental/__init__.py", line 79, in _wrapper
return f(*args, **kwargs)
File "/root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/sandbox/processwrapper-sandbox/2812/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/bin/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.runfiles/com_github_grpc_grpc/src/python/grpcio/grpc/_simple_stubs.py", line 253, in unary_unary
timeout=timeout)
File "/root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/sandbox/processwrapper-sandbox/2812/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/bin/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.runfiles/com_github_grpc_grpc/src/python/grpcio/grpc/_channel.py", line 923, in __call__
return _end_unary_response_blocking(state, call, False, None)
File "/root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/sandbox/processwrapper-sandbox/2812/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/bin/src/python/grpcio_tests/tests_py3_only/unit/_simple_stubs_test.runfiles/com_github_grpc_grpc/src/python/grpcio/grpc/_channel.py", line 826, in _end_unary_response_blocking
raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.DEADLINE_EXCEEDED
details = "Deadline Exceeded"
debug_error_string = "{"created":"@1607540024.112585788","description":"Error received from peer ipv4:127.0.0.1:34485","file":"src/core/lib/surface/call.cc","file_line":1068,"grpc_message":"Deadline Exceeded","grpc_status":4}"
>
----------------------------------------------------------------------
Ran 13 tests in 7.398s
Reactions are currently unavailable