Classes | Variables
tests.fork._fork_interop_test Namespace Reference

Classes

class  ForkInteropTest
 

Variables

string _CLIENT_FORK_SCRIPT_TEMPLATE
 
int _SUBPROCESS_TIMEOUT_S = 30
 
 verbosity
 

Variable Documentation

◆ _CLIENT_FORK_SCRIPT_TEMPLATE

string tests.fork._fork_interop_test._CLIENT_FORK_SCRIPT_TEMPLATE
private
Initial value:
1 = """if True:
2  import os
3  import sys
4  from grpc._cython import cygrpc
5  from tests.fork import methods
6 
7  cygrpc._GRPC_ENABLE_FORK_SUPPORT = True
8  os.environ['GRPC_POLL_STRATEGY'] = 'epoll1'
9  methods.TestCase.%s.run_test({
10  'server_host': 'localhost',
11  'server_port': %d,
12  'use_tls': False
13  })
14 """

Definition at line 32 of file _fork_interop_test.py.

◆ _SUBPROCESS_TIMEOUT_S

int tests.fork._fork_interop_test._SUBPROCESS_TIMEOUT_S = 30
private

Definition at line 46 of file _fork_interop_test.py.

◆ verbosity

tests.fork._fork_interop_test.verbosity

Definition at line 158 of file _fork_interop_test.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:52