grpc/test/cpp
Tanvi Jagtap 7cc547dfd9 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36526)
[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 #36526

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36526 from tanvi-jagtap:test_large_interop_client_gpr_log 46a657fe20
PiperOrigin-RevId: 630993244
2024-05-06 03:50:34 -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 [reorg] move server code to src/core/server (#36475) 2024-05-01 11:16:02 -07:00
ext [CSM] Fix CSM Observability for trailers-only response (#36413) 2024-05-02 12:32:56 -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 (#36526) 2024-05-06 03:50:34 -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 [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -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 f45ac2c9e4. 2024-05-03 17:30:40 -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