Go to the source code of this file.
Classes | |
class | tests_aio.unit.channel_argument_test._TestPointerWrapper |
class | tests_aio.unit.channel_argument_test.TestChannelArgument |
Namespaces | |
tests_aio.unit.channel_argument_test | |
Functions | |
def | tests_aio.unit.channel_argument_test.test_if_reuse_port_enabled (aio.Server server) |
Variables | |
tests_aio.unit.channel_argument_test._ADDRESS_TOKEN_ERRNO = errno.EADDRINUSE, errno.ENOSR | |
string | tests_aio.unit.channel_argument_test._DISABLE_REUSE_PORT = 'SO_REUSEPORT disabled' |
string | tests_aio.unit.channel_argument_test._ENABLE_REUSE_PORT = 'SO_REUSEPORT enabled' |
string | tests_aio.unit.channel_argument_test._GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH = 'grpc.max_receive_message_length' |
list | tests_aio.unit.channel_argument_test._INVALID_TEST_CHANNEL_ARGS |
int | tests_aio.unit.channel_argument_test._MAX_MESSAGE_LENGTH = 1024 |
int | tests_aio.unit.channel_argument_test._NUM_SERVER_CREATED = 5 |
tuple | tests_aio.unit.channel_argument_test._OPTIONS |
int | tests_aio.unit.channel_argument_test._RANDOM_SEED = 42 |
string | tests_aio.unit.channel_argument_test._SOCKET_OPT_SO_REUSEPORT = 'grpc.so_reuseport' |
tuple | tests_aio.unit.channel_argument_test._TEST_CHANNEL_ARGS |
tests_aio.unit.channel_argument_test.level | |
tests_aio.unit.channel_argument_test.verbosity | |