grpc/test/core/test_util
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 (#36606) 2024-05-14 03:28:09 -07:00
audit_logging_utils.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
audit_logging_utils.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
build.cc [build] Add an assertion for no leaks, use it for event engine shutdown (#36520) 2024-05-07 14:39:48 -07:00
build.h [build] Add an assertion for no leaks, use it for event engine shutdown (#36520) 2024-05-07 14:39:48 -07:00
channel_args_fuzzer.proto [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
cmdline.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
cmdline.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00
cmdline_test.cc [reorg] move src/core/lib/gpr -> src/core/util (#36543) 2024-05-15 16:32:20 -07:00
evaluate_args_test_util.h [reorg] move handshaker code to src/core/handshaker (#36375) 2024-04-30 12:42:01 -07:00
fake_stats_plugin.cc [metrics] Templatized Metrics API (#36449) 2024-05-09 14:31:47 -07:00
fake_stats_plugin.h [metrics] Templatized Metrics API (#36449) 2024-05-09 14:31:47 -07:00
fake_udp_and_tcp_server.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fake_udp_and_tcp_server.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzz_config_vars.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzz_config_vars.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzz_config_vars.proto [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzz_config_vars_helpers.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzz_config_vars_helpers.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzzer_corpus_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzzer_one_entry_runner.sh [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzzer_util.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzzer_util.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzzing_channel_args.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzzing_channel_args.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
fuzzing_channel_args.proto [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
grpc_fuzzer.bzl [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
grpc_profiler.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
grpc_profiler.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
histogram.cc [reorg] move src/core/lib/gpr -> src/core/util (#36543) 2024-05-15 16:32:20 -07:00
histogram.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
histogram_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
lsan_suppressions.txt [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
mock_endpoint.cc [EventEngine] Rewrite mock_endpoint to EventEngine::Endpoint (#36513) 2024-05-06 14:37:02 -07:00
mock_endpoint.h [EventEngine] Rewrite mock_endpoint to EventEngine::Endpoint (#36513) 2024-05-06 14:37:02 -07:00
one_corpus_entry_fuzzer.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
osa_distance.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
osa_distance.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
osa_distance_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
parse_hexstring.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
parse_hexstring.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
port.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
port.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
port_isolated_runtime_environment.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
port_server_client.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
port_server_client.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
proto_bit_gen.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
reconnect_server.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00
reconnect_server.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
resolve_localhost_ip46.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
resolve_localhost_ip46.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
scoped_env_var.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
slice_splitter.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
slice_splitter.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
socket_use_after_close_detector.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
socket_use_after_close_detector.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
stack_tracer.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
stack_tracer.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
stack_tracer_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
test_config.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00
test_config.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
test_lb_policies.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
test_lb_policies.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
test_tcp_server.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
test_tcp_server.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
tls_utils.cc [reorg] move src/core/lib/gpr -> src/core/util (#36543) 2024-05-15 16:32:20 -07:00
tls_utils.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
tracer_util.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
tracer_util.h [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
tsan_suppressions.txt [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
ubsan_suppressions.txt [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00