|
|
@ -104,12 +104,12 @@ CORE_END2END_TEST(Http2Test, ServerStreamingEmptyStream) { |
|
|
|
|
|
|
|
|
|
|
|
CORE_END2END_TEST(Http2Test, ServerStreaming10Messages) { |
|
|
|
CORE_END2END_TEST(Http2Test, ServerStreaming10Messages) { |
|
|
|
// TODO(yashykt): Remove this once b/376283636 is fixed.
|
|
|
|
// TODO(yashykt): Remove this once b/376283636 is fixed.
|
|
|
|
grpc_core::ConfigVars::Overrides overrides; |
|
|
|
ConfigVars::Overrides overrides; |
|
|
|
overrides.default_ssl_roots_file_path = CA_CERT_PATH; |
|
|
|
overrides.default_ssl_roots_file_path = CA_CERT_PATH; |
|
|
|
overrides.trace = |
|
|
|
overrides.trace = |
|
|
|
"call,channel,client_channel,client_channel_call,client_channel_lb_call," |
|
|
|
"call,channel,client_channel,client_channel_call,client_channel_lb_call," |
|
|
|
"http"; |
|
|
|
"http"; |
|
|
|
grpc_core::ConfigVars::SetOverrides(overrides); |
|
|
|
ConfigVars::SetOverrides(overrides); |
|
|
|
ServerStreaming(*this, 10); |
|
|
|
ServerStreaming(*this, 10); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|