You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2021/03/24 16:35:21 UTC

[qpid-dispatch] branch master updated: DISPATCH-2008: Added some additional server paramters in system_tests_grpc to stop the ping errors

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cb8d65  DISPATCH-2008: Added some additional server paramters in system_tests_grpc to stop the ping errors
1cb8d65 is described below

commit 1cb8d654f2246bb447b465f236cf4a90d4c86be4
Author: Ganesh Murthy <gm...@apache.org>
AuthorDate: Wed Mar 24 12:33:26 2021 -0400

    DISPATCH-2008: Added some additional server paramters in system_tests_grpc to stop the ping errors
---
 tests/system_tests_grpc.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tests/system_tests_grpc.py b/tests/system_tests_grpc.py
index a444cf6..19044b7 100644
--- a/tests/system_tests_grpc.py
+++ b/tests/system_tests_grpc.py
@@ -92,9 +92,10 @@ class GrpcServiceMethodsTest(TestCase):
 
         # Run the gRPC server (see friendship.proto for more info)
         cls.grpc_server = fs.serve(cls.grpc_server_port,
-                                   options=(
-                                       ('grpc.http2.max_ping_strikes',
-                                        10),))
+                                   options=(('grpc.http2.max_ping_strikes', 100),
+                                            ('grpc.http2.max_pings_without_data', 100),
+                                            ('grpc.keepalive_permit_without_calls', True),
+                                            ))
 
         # Prepare router to communicate with the gRPC server
         cls.connector_props = {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org