Skip to content

Commit

Permalink
fixup: first try
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Sep 13, 2024
1 parent 644b8ea commit 2ee3a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/core/end2end/tests/graceful_server_shutdown.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ CORE_END2END_TEST(Http2Test, GracefulServerShutdown) {
EXPECT_EQ(server_status.status(), GRPC_STATUS_UNIMPLEMENTED);
EXPECT_EQ(s.method(), "/foo");
EXPECT_FALSE(client_close.was_cancelled());
EXPECT_TRUE(false);
}

} // namespace
Expand Down
2 changes: 2 additions & 0 deletions tools/run_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@

_FORCE_ENVIRON_FOR_WRAPPERS = {
"GRPC_VERBOSITY": "DEBUG",
"GRPC_TRACE": "all,-timer,-timer_check",
}

_POLLING_STRATEGIES = {
Expand Down Expand Up @@ -363,6 +364,7 @@ def test_specs(self):
+ "/src/core/tsi/test_creds/ca.pem",
"GRPC_POLL_STRATEGY": polling_strategy,
"GRPC_VERBOSITY": "DEBUG",
"GRPC_TRACE": "all,-timer,-timer_check",
}
resolver = os.environ.get("GRPC_DNS_RESOLVER", None)
if resolver:
Expand Down

0 comments on commit 2ee3a2d

Please sign in to comment.