Public Member Functions | |
def | test_channel_close_with_connectivity_watcher (self) |
Definition at line 26 of file _grpc_shutdown_test.py.
def tests.unit._grpc_shutdown_test.GrpcShutdownTest.test_channel_close_with_connectivity_watcher | ( | self | ) |
Originated by https://github.com/grpc/grpc/issues/20299. The grpc_shutdown happens synchronously, but there might be Core object references left in Cython which might lead to ABORT or SIGSEGV.
Definition at line 28 of file _grpc_shutdown_test.py.