|
|
@ -248,11 +248,7 @@ int main(int argc, char** argv) { |
|
|
|
grpc_determine_iomgr_platform(); |
|
|
|
grpc_determine_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); |
|
|
|
#ifndef GPR_WINDOWS |
|
|
|
|
|
|
|
/* Skip this test on Windows until we figure out why it fails */ |
|
|
|
|
|
|
|
/* https://github.com/grpc/grpc/issues/16417 */ |
|
|
|
|
|
|
|
long_running_service_cleanup_test(); |
|
|
|
long_running_service_cleanup_test(); |
|
|
|
#endif // GPR_WINDOWS
|
|
|
|
|
|
|
|
add_test(); |
|
|
|
add_test(); |
|
|
|
destruction_test(); |
|
|
|
destruction_test(); |
|
|
|
grpc_iomgr_platform_shutdown(); |
|
|
|
grpc_iomgr_platform_shutdown(); |
|
|
|