grpc/test/core/load_balancing
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
..
BUILD [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36605) 2024-05-14 03:19:26 -07:00
lb_policy_test_lib.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00
outlier_detection_lb_config_parser_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
outlier_detection_test.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00
pick_first_test.cc [metrics] Templatized Metrics API (#36449) 2024-05-09 14:31:47 -07:00
ring_hash_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
rls_lb_config_parser_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
round_robin_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
static_stride_scheduler_benchmark.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36457) 2024-04-28 21:36:02 -07:00
static_stride_scheduler_test.cc [reorg] move tests to directories that correspond to the src tree (#36424) 2024-04-23 10:29:53 -07:00
weighted_round_robin_config_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
weighted_round_robin_test.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00
xds_override_host_lb_config_parser_test.cc [reorg] move xds code to src/core/xds (#36521) 2024-05-06 11:57:32 -07:00
xds_override_host_test.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00