Skip to content

Commit

Permalink
Merge branch 'trpc-group:main' into feature/add_max_wait_time_grace_stop
Browse files Browse the repository at this point in the history
  • Loading branch information
yujun411522 authored Oct 12, 2023
2 parents 129cd02 + b4e2284 commit 66bf8c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions trpc/client/grpc/grpc_fiber_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ class GrpcCallTest : public ::testing::Test {
void Destroy() override {}
};
};

/*
TEST_F(GrpcCallTest, ServerStartAndServe) {
auto server = std::make_shared<GrpcCallTest::Server>();
bool ok = server->Run();
ASSERT_TRUE(ok);
}

*/
} // namespace trpc::testing
4 changes: 2 additions & 2 deletions trpc/client/http/http_fiber_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ class HttpCallTest : public ::testing::Test {
void Destroy() override {}
};
};

/*
TEST_F(HttpCallTest, ServerStartAndServe) {
auto server = std::make_shared<HttpCallTest::Server>();
bool ok = server->Run();
ASSERT_TRUE(ok);
}

*/
} // namespace trpc::testing

0 comments on commit 66bf8c1

Please sign in to comment.