Skip to content

Commit

Permalink
[CoreE2ETest] Cancel calls on server before expecting the shutdown no…
Browse files Browse the repository at this point in the history
…tification
  • Loading branch information
yashykt committed Nov 13, 2024
1 parent 602c3ac commit a7f416e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/end2end/end2end_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ class CoreEnd2endTest : public ::testing::Test {
void ShutdownAndDestroyServer() {
if (server_ == nullptr) return;
ShutdownServerAndNotify(-1);
CancelAllCallsOnServer();
Expect(-1, AnyStatus{});
Step();
DestroyServer();
Expand Down

0 comments on commit a7f416e

Please sign in to comment.