Classes | |
class | _ChannelServerPair |
class | _GenericHandler |
class | ChannelzServicerTest |
Functions | |
def | _close_channel_server_pairs (pairs) |
def | _failed_unary_unary (request, servicer_context) |
def | _generate_channel_server_pairs (n) |
def | _successful_stream_stream (request_iterator, servicer_context) |
def | _successful_unary_unary (request, servicer_context) |
Variables | |
tuple | _DISABLE_CHANNELZ = (('grpc.enable_channelz', 0),) |
tuple | _DISABLE_REUSE_PORT = (('grpc.so_reuseport', 0),) |
tuple | _ENABLE_CHANNELZ = (('grpc.enable_channelz', 1),) |
string | _FAILED_UNARY_UNARY = '/test/FailedUnaryUnary' |
string | _REQUEST = b'\x00\x00\x00' |
string | _RESPONSE = b'\x01\x01\x01' |
string | _SUCCESSFUL_STREAM_STREAM = '/test/SuccessfulStreamStream' |
string | _SUCCESSFUL_UNARY_UNARY = '/test/SuccessfulUnaryUnary' |
verbosity | |
|
private |
Definition at line 88 of file _channelz_servicer_test.py.
|
private |
Definition at line 44 of file _channelz_servicer_test.py.
|
private |
Definition at line 84 of file _channelz_servicer_test.py.
|
private |
Definition at line 49 of file _channelz_servicer_test.py.
|
private |
Definition at line 40 of file _channelz_servicer_test.py.
|
private |
Definition at line 37 of file _channelz_servicer_test.py.
|
private |
Definition at line 35 of file _channelz_servicer_test.py.
|
private |
Definition at line 36 of file _channelz_servicer_test.py.
|
private |
Definition at line 29 of file _channelz_servicer_test.py.
|
private |
Definition at line 32 of file _channelz_servicer_test.py.
|
private |
Definition at line 33 of file _channelz_servicer_test.py.
|
private |
Definition at line 30 of file _channelz_servicer_test.py.
|
private |
Definition at line 28 of file _channelz_servicer_test.py.
tests.channelz._channelz_servicer_test.verbosity |
Definition at line 487 of file _channelz_servicer_test.py.