[
https://issues.apache.org/jira/browse/DISPATCH-2008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17307443#comment-17307443
]
ASF subversion and git services commented on DISPATCH-2008:
-----------------------------------------------------------
Commit 7f2cb4c204f9a613dfaaea41fc4372cb05877ab9 in qpid-dispatch's branch
refs/heads/master from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=7f2cb4c ]
DISPATCH-2008: Additional fix. Added new grpc option
grpc.http2.max_ping_strikes.
> [http2] system_tests_grpc failing with 'too many pings' issue
> --------------------------------------------------------------
>
> Key: DISPATCH-2008
> URL: https://issues.apache.org/jira/browse/DISPATCH-2008
> Project: Qpid Dispatch
> Issue Type: Test
> Components: Tests
> Affects Versions: 1.15.0
> Reporter: Ganesh Murthy
> Assignee: Ganesh Murthy
> Priority: Major
> Fix For: 1.16.0
>
>
> {noformat}
> test 70
> Start 70: system_tests_grpc70: Test command: /usr/bin/bwrap "--bind"
> "/" "/" "--unshare-net" "--dev" "/dev" "--die-with-parent" "--"
> "/opt/hostedtoolcache/Python/3.7.10/x64/bin/python3.7"
> "/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/build/tests/run.py"
> "-m" "unittest" "-v" "system_tests_grpc"
> 70: Test timeout computed to be: 600
> 70: test_grpc_01_unary (system_tests_grpc.GrpcServiceMethodsTest)
> 70: Validates unary request and response message ... ok
> 70: test_grpc_02_bidirectional_stream
> (system_tests_grpc.GrpcServiceMethodsTest)
> 54: test_64_anon_sender_multicast_mobile_address_edge_to_edge_two_interiors
> (system_tests_edge_router.RouterTest) ... ok
> 54: test_65_anon_sender_multicast_mobile_address_all_edges
> (system_tests_edge_router.RouterTest) ... ok
> 54: test_66_anon_sender_drop_rx_client_multicast_large_message
> (system_tests_edge_router.RouterTest) ... ok
> 54: test_67_drop_rx_client_multicast_small_message
> (system_tests_edge_router.RouterTest) ... ok
> 54: test_68_edge_qdstat_all_routers (system_tests_edge_router.RouterTest) ...
> ok
> 54: test_69_interior_qdstat_all_routers (system_tests_edge_router.RouterTest)
> ... ok
> 54: test_70_qdstat_edge_router_option (system_tests_edge_router.RouterTest)
> ... ok
> 54: test_71_qdmanage_edge_router_option (system_tests_edge_router.RouterTest)
> ... ok
> 54: test_72_qdstat_query_interior_from_edge
> (system_tests_edge_router.RouterTest) ... ok
> 54: test_73_qdmanage_query_interior_from_edge
> (system_tests_edge_router.RouterTest) ... ok
> 54:
> 54: Router EB2 debug dump file:
> 54: >>>>
> 54: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1
> (SUPPRESSED)
> 54: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1
> (SUPPRESSED)
> 54:
> 54: <<<<
> 54:
> 54: Router EB1 debug dump file:
> 54: >>>>
> 54: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1
> (SUPPRESSED)
> 54: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1
> (SUPPRESSED)
> 54:
> 54: <<<<
> 54:
> 54: Router EA2 debug dump file:
> 54: >>>>
> 54: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1
> (SUPPRESSED)
> 54: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1
> (SUPPRESSED)
> 54:
> 54: <<<<
> 54:
> 54: Router EA1 debug dump file:
> 54: >>>>
> 54: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1
> (SUPPRESSED)
> 54: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1
> (SUPPRESSED)
> 54:
> 54: <<<<
> 54:
> 54: Router INT.B debug dump file:
> 54: >>>>
> 54: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1
> (SUPPRESSED)
> 54: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1
> (SUPPRESSED)
> 54:
> 54: <<<<
> 70: Validates bidirectional streaming request and response messages ... ERROR
> 70: test_grpc_03_server_stream (system_tests_grpc.GrpcServiceMethodsTest)
> 70: Validates server streaming response messages ... ok
> 70: test_grpc_04_client_stream (system_tests_grpc.GrpcServiceMethodsTest)
> 70: Validates client streaming request messages ... ok
> 70:
> 70: ======================================================================
> 70: ERROR: test_grpc_02_bidirectional_stream
> (system_tests_grpc.GrpcServiceMethodsTest)
> 70: Validates bidirectional streaming request and response messages
> 70: ----------------------------------------------------------------------
> 70: Traceback (most recent call last):
> 70: File
> "/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
> line 919, in wrap
> 70: return f(*args, **kwargs)
> 70: File
> "/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_grpc.py",
> line 170, in test_grpc_02_bidirectional_stream
> 70: for res in self.grpc_stub.MakeFriends(self.friendship_generator()):
> 70: File
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/grpc/_channel.py",
> line 416, in __next__
> 70: return self._next()
> 70: File
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/grpc/_channel.py",
> line 803, in _next
> 70: raise self
> 70: grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC
> that terminated with:
> 70: status = StatusCode.UNAVAILABLE
> 70: details = "Too many pings"
> 70: debug_error_string =
> "{"created":"@1616030018.352542200","description":"Error received from peer
> ipv4:127.0.0.1:27006","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Too
> many pings","grpc_status":14}"
> 70: >
> 70:
> 70: ----------------------------------------------------------------------
> 70: Ran 4 tests in 20.570s
> 70:
> 70: FAILED (errors=1) {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]