[Gpr_To_Absl_Logging] Adding comment (#36846)
[Gpr_To_Absl_Logging] Adding comment
Closes #36846
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36846 from tanvi-jagtap:add_comment_no_logging 4a584d0d1d
PiperOrigin-RevId: 641284644
This commit is contained in:
parent
b3de112b15
commit
d63dcc188b
|
|
@ -140,6 +140,9 @@ void SimpleRequest(CoreEnd2endTest& test) {
|
|||
}
|
||||
|
||||
CORE_END2END_TEST(NoLoggingTest, NoLoggingTest) {
|
||||
// This test makes sure that we dont get spammy logs when making an rpc
|
||||
// especially when rpcs are successful.
|
||||
|
||||
// TODO(hork): remove when the listener flake is identified
|
||||
#ifdef GPR_WINDOWS
|
||||
if (IsEventEngineListenerEnabled()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue