Classes | Functions | Variables
tests.fork.methods Namespace Reference

Classes

class  _ChildProcess
 
class  _Pipe
 
class  TestCase
 

Functions

def _async_unary (stub)
 
def _async_unary_new_channel (channel, args)
 
def _async_unary_same_channel (channel)
 
def _blocking_unary (stub)
 
def _blocking_unary_new_channel (channel, args)
 
def _blocking_unary_same_channel (channel)
 
def _channel (args)
 
def _close_channel_before_fork (channel, args)
 
def _connectivity_watch (channel, args)
 
def _in_progress_bidi_continue_call (channel)
 
def _in_progress_bidi_new_channel_async_call (channel, args)
 
def _in_progress_bidi_new_channel_blocking_call (channel, args)
 
def _in_progress_bidi_same_channel_async_call (channel)
 
def _in_progress_bidi_same_channel_blocking_call (channel)
 
def _ping_pong_with_child_processes_after_first_response (channel, args, child_target, run_after_close=True)
 
def _validate_payload_type_and_length (response, expected_type, expected_length)
 

Variables

int _CHILD_FINISH_TIMEOUT_S = 60
 
 _LOGGER = logging.getLogger(__name__)
 
int _RPC_TIMEOUT_S = 10
 

Function Documentation

◆ _async_unary()

def tests.fork.methods._async_unary (   stub)
private

Definition at line 55 of file fork/methods.py.

◆ _async_unary_new_channel()

def tests.fork.methods._async_unary_new_channel (   channel,
  args 
)
private

Definition at line 168 of file fork/methods.py.

◆ _async_unary_same_channel()

def tests.fork.methods._async_unary_same_channel (   channel)
private

Definition at line 150 of file fork/methods.py.

◆ _blocking_unary()

def tests.fork.methods._blocking_unary (   stub)
private

Definition at line 66 of file fork/methods.py.

◆ _blocking_unary_new_channel()

def tests.fork.methods._blocking_unary_new_channel (   channel,
  args 
)
private

Definition at line 201 of file fork/methods.py.

◆ _blocking_unary_same_channel()

def tests.fork.methods._blocking_unary_same_channel (   channel)
private

Definition at line 184 of file fork/methods.py.

◆ _channel()

def tests.fork.methods._channel (   args)
private

Definition at line 36 of file fork/methods.py.

◆ _close_channel_before_fork()

def tests.fork.methods._close_channel_before_fork (   channel,
  args 
)
private

Definition at line 217 of file fork/methods.py.

◆ _connectivity_watch()

def tests.fork.methods._connectivity_watch (   channel,
  args 
)
private

Definition at line 237 of file fork/methods.py.

◆ _in_progress_bidi_continue_call()

def tests.fork.methods._in_progress_bidi_continue_call (   channel)
private

Definition at line 328 of file fork/methods.py.

◆ _in_progress_bidi_new_channel_async_call()

def tests.fork.methods._in_progress_bidi_new_channel_async_call (   channel,
  args 
)
private

Definition at line 386 of file fork/methods.py.

◆ _in_progress_bidi_new_channel_blocking_call()

def tests.fork.methods._in_progress_bidi_new_channel_blocking_call (   channel,
  args 
)
private

Definition at line 397 of file fork/methods.py.

◆ _in_progress_bidi_same_channel_async_call()

def tests.fork.methods._in_progress_bidi_same_channel_async_call (   channel)
private

Definition at line 356 of file fork/methods.py.

◆ _in_progress_bidi_same_channel_blocking_call()

def tests.fork.methods._in_progress_bidi_same_channel_blocking_call (   channel)
private

Definition at line 371 of file fork/methods.py.

◆ _ping_pong_with_child_processes_after_first_response()

def tests.fork.methods._ping_pong_with_child_processes_after_first_response (   channel,
  args,
  child_target,
  run_after_close = True 
)
private

Definition at line 278 of file fork/methods.py.

◆ _validate_payload_type_and_length()

def tests.fork.methods._validate_payload_type_and_length (   response,
  expected_type,
  expected_length 
)
private

Definition at line 46 of file fork/methods.py.

Variable Documentation

◆ _CHILD_FINISH_TIMEOUT_S

int tests.fork.methods._CHILD_FINISH_TIMEOUT_S = 60
private

Definition at line 33 of file fork/methods.py.

◆ _LOGGER

tests.fork.methods._LOGGER = logging.getLogger(__name__)
private

Definition at line 31 of file fork/methods.py.

◆ _RPC_TIMEOUT_S

int tests.fork.methods._RPC_TIMEOUT_S = 10
private

Definition at line 32 of file fork/methods.py.



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