grpc/test/core/gprpp
Tanvi Jagtap ed5893120e [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608)
[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 #36608

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36608 from tanvi-jagtap:regex_test_core_misc e6b9481dac
PiperOrigin-RevId: 634246311
2024-05-16 00:37:10 -07:00
..
chunked_vector_corpora Fix fuzzer found bug in chunked vector (#27566) 2021-10-05 10:33:28 -07:00
BUILD [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36605) 2024-05-14 03:19:26 -07:00
bitset_test.cc [iwyu] Add more test directories (#30952) 2022-09-29 06:47:07 -07:00
chunked_vector_fuzzer.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36457) 2024-04-28 21:36:02 -07:00
chunked_vector_fuzzer.proto Remove grpc_mdelem (#28267) 2022-01-07 09:42:27 -08:00
chunked_vector_test.cc Remove static initialization of memory allocator in tests (#31776) 2022-12-05 10:29:01 -08:00
cpp_impl_of_test.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
directory_reader_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
down_cast_test.cc [ref-counted] Use down_cast for additional safety checks (#35579) 2024-04-08 16:22:23 -07:00
dual_ref_counted_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
dump_args_test.cc [logging] Add a helper to drop a list of variables out in a LOG statement (#36554) 2024-05-12 10:57:22 -07:00
examine_stack_test.cc [examine-stack] Try to unblock Ubuntu 20.04 (#32975) 2023-05-01 09:16:01 -07:00
fork_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
host_port_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
if_list_test.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
load_file_test.cc [reorg] move src/core/lib/gpr -> src/core/util (#36543) 2024-05-15 16:32:20 -07:00
match_test.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
mpscq_test.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00
no_destruct_test.cc [iwyu] Add more test directories (#30952) 2022-09-29 06:47:07 -07:00
notification_test.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
orphanable_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
overload_test.cc [iwyu] Add more test directories (#30952) 2022-09-29 06:47:07 -07:00
ref_counted_ptr_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
ref_counted_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
single_set_ptr_test.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00
sorted_pack_test.cc [iwyu] Add more test directories (#30952) 2022-09-29 06:47:07 -07:00
stat_test.cc [reorg] move src/core/lib/gpr -> src/core/util (#36543) 2024-05-15 16:32:20 -07:00
status_helper_test.cc Fix deprecation warnings from upb (#35510) 2024-01-12 10:15:56 -08:00
table_test.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
thd_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
time_averaged_stats_test.cc Add enforcement for cpp-style comment license in check_copyright.py (#32273) 2023-02-02 13:00:20 -08:00
time_test.cc [time] Fix Timestamp minus arithmetic when rhs is InfPast or InfFuture (#36219) 2024-04-02 14:03:11 -07:00
time_util_test.cc [iwyu] Fix CI job (#31921) 2022-12-19 08:18:39 -08:00
unique_type_name_test.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
uuid_v4_test.cc Gcp Observability Logging: The Call ID should use a UUIDv4 format (#32699) 2023-03-23 19:07:13 -07:00
validation_errors_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
work_serializer_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00