From b829df4d0df2508149a32eee2cc6ec5bad9bc26c Mon Sep 17 00:00:00 2001 From: Tanvi Jagtap <139093547+tanvi-jagtap@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:06:54 -0700 Subject: [PATCH] [Gpr_To_Absl_Logging] Removing incorrect entry from Sanity test (#36987) [Gpr_To_Absl_Logging] Removing incorrect entry from Sanity test For now - we have decided to continue to keep this function. So I am removing it from this list. Closes #36987 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36987 from tanvi-jagtap:gpr_log_verbosity_init_removal cbfb969f348593a33dac238ee0900db5c1ff3862 PiperOrigin-RevId: 645274187 --- tools/run_tests/sanity/banned_functions.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tools/run_tests/sanity/banned_functions.py b/tools/run_tests/sanity/banned_functions.py index 22b72e1801a..00689034441 100755 --- a/tools/run_tests/sanity/banned_functions.py +++ b/tools/run_tests/sanity/banned_functions.py @@ -235,18 +235,6 @@ BANNED_EXCEPT = { "./src/core/util/windows/log.cc", "./test/core/end2end/tests/no_logging.cc", ], - "gpr_log_verbosity_init(": [ - "./include/grpc/support/log.h", - "./src/core/lib/surface/init.cc", - "./src/core/util/log.cc", - "./test/core/promise/mpsc_test.cc", - "./test/core/promise/observable_test.cc", - "./test/core/resource_quota/memory_quota_fuzzer.cc", - "./test/core/resource_quota/memory_quota_test.cc", - "./test/core/resource_quota/periodic_update_test.cc", - "./test/core/test_util/test_config.cc", - "./test/core/transport/interception_chain_test.cc", - ], "gpr_log_func_args": [ "./include/grpc/support/log.h", "./src/core/util/android/log.cc",