Classes | |
class | _TestPointerWrapper |
class | TestChannelArgument |
Functions | |
def | test_if_reuse_port_enabled (aio.Server server) |
Variables | |
_ADDRESS_TOKEN_ERRNO = errno.EADDRINUSE, errno.ENOSR | |
string | _DISABLE_REUSE_PORT = 'SO_REUSEPORT disabled' |
string | _ENABLE_REUSE_PORT = 'SO_REUSEPORT enabled' |
string | _GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH = 'grpc.max_receive_message_length' |
list | _INVALID_TEST_CHANNEL_ARGS |
int | _MAX_MESSAGE_LENGTH = 1024 |
int | _NUM_SERVER_CREATED = 5 |
tuple | _OPTIONS |
int | _RANDOM_SEED = 42 |
string | _SOCKET_OPT_SO_REUSEPORT = 'grpc.so_reuseport' |
tuple | _TEST_CHANNEL_ARGS |
level | |
verbosity | |
def tests_aio.unit.channel_argument_test.test_if_reuse_port_enabled | ( | aio.Server | server | ) |
Definition at line 73 of file channel_argument_test.py.
|
private |
Definition at line 47 of file channel_argument_test.py.
|
private |
Definition at line 35 of file channel_argument_test.py.
|
private |
Definition at line 34 of file channel_argument_test.py.
|
private |
Definition at line 44 of file channel_argument_test.py.
|
private |
Definition at line 64 of file channel_argument_test.py.
|
private |
Definition at line 45 of file channel_argument_test.py.
|
private |
Definition at line 42 of file channel_argument_test.py.
|
private |
Definition at line 37 of file channel_argument_test.py.
|
private |
Definition at line 32 of file channel_argument_test.py.
|
private |
Definition at line 36 of file channel_argument_test.py.
|
private |
Definition at line 56 of file channel_argument_test.py.
tests_aio.unit.channel_argument_test.level |
Definition at line 178 of file channel_argument_test.py.
tests_aio.unit.channel_argument_test.verbosity |
Definition at line 179 of file channel_argument_test.py.