|
|
@ -224,7 +224,7 @@ int main(int argc, char** argv) { |
|
|
|
grpc::testing::TestEnvironment env(argc, argv); |
|
|
|
grpc::testing::TestEnvironment env(argc, argv); |
|
|
|
grpc_core::ExecCtx::GlobalInit(); |
|
|
|
grpc_core::ExecCtx::GlobalInit(); |
|
|
|
grpc_core::ExecCtx exec_ctx; |
|
|
|
grpc_core::ExecCtx exec_ctx; |
|
|
|
grpc_determine_iomgr_platform(); |
|
|
|
grpc_set_default_iomgr_platform(); |
|
|
|
grpc_iomgr_platform_init(); |
|
|
|
grpc_iomgr_platform_init(); |
|
|
|
gpr_set_log_verbosity(GPR_LOG_SEVERITY_DEBUG); |
|
|
|
gpr_set_log_verbosity(GPR_LOG_SEVERITY_DEBUG); |
|
|
|
add_test(); |
|
|
|
add_test(); |
|
|
@ -245,7 +245,7 @@ int main(int argc, char** argv) { |
|
|
|
gpr_clock_type::GPR_CLOCK_MONOTONIC)); |
|
|
|
gpr_clock_type::GPR_CLOCK_MONOTONIC)); |
|
|
|
grpc_core::ExecCtx::TestOnlyGlobalInit(new_start); |
|
|
|
grpc_core::ExecCtx::TestOnlyGlobalInit(new_start); |
|
|
|
grpc_core::ExecCtx exec_ctx; |
|
|
|
grpc_core::ExecCtx exec_ctx; |
|
|
|
grpc_determine_iomgr_platform(); |
|
|
|
grpc_set_default_iomgr_platform(); |
|
|
|
grpc_iomgr_platform_init(); |
|
|
|
grpc_iomgr_platform_init(); |
|
|
|
gpr_set_log_verbosity(GPR_LOG_SEVERITY_DEBUG); |
|
|
|
gpr_set_log_verbosity(GPR_LOG_SEVERITY_DEBUG); |
|
|
|
long_running_service_cleanup_test(); |
|
|
|
long_running_service_cleanup_test(); |
|
|
|