[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT

pull/36406/head
tanvi-jagtap 9 months ago
parent 644d6b0d78
commit 5141e76e90
  1. 2
      test/cpp/end2end/context_allocator_end2end_test.cc

@ -150,7 +150,7 @@ class ContextAllocatorEnd2endTestBase
stub_->async()->Echo( stub_->async()->Echo(
&cli_ctx, &request, &response, &cli_ctx, &request, &response,
[&request, &response, &done, &mu, &cv, val](Status s) { [&request, &response, &done, &mu, &cv, val](Status s) {
CHECK_OK(s); CHECK(s.ok());
EXPECT_EQ(request.message(), response.message()); EXPECT_EQ(request.message(), response.message());
std::lock_guard<std::mutex> l(mu); std::lock_guard<std::mutex> l(mu);

Loading…
Cancel
Save