grpc/test/cpp
Tanvi Jagtap b943668f95 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36570)
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log

In this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.

We have the following mapping
1. gpr_log(GPR_INFO,...) -> LOG(INFO)
2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)
3. gpr_log(GPR_DEBUG,...) -> VLOG(2)

Reviewers need to check :
1. If the above mapping is correct.
2. The content of the log is as before.

gpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.

Closes #36570

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36570 from tanvi-jagtap:test_cpp_interop_tjagtap c507446295
PiperOrigin-RevId: 632375773
2024-05-09 22:18:42 -07:00
..
client [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
cocoapods [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
codegen [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
common [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
end2end [metrics] Templatized Metrics API (#36449) 2024-05-09 14:31:47 -07:00
ext [metrics] Templatized Metrics API (#36449) 2024-05-09 14:31:47 -07:00
grpclb [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
interop [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36570) 2024-05-09 22:18:42 -07:00
microbenchmarks [benchmark] Delete bm_chttp2_transport benchmarks (#36514) 2024-05-03 09:18:42 -07:00
naming [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
performance [reorg] move server code to src/core/server (#36475) 2024-05-01 11:16:02 -07:00
qps [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36549) 2024-05-08 21:16:13 -07:00
security [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
server Automated rollback of commit 82e5116fb0. 2024-05-09 12:54:02 -07:00
test [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
thread_manager [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
util [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36517) 2024-05-03 18:37:34 -07:00
README-iOS.md Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00