From 122aa335f629fb6c0104518ec4dcbff620af904d Mon Sep 17 00:00:00 2001 From: Tanvi Jagtap Date: Tue, 23 Jul 2024 23:28:25 -0700 Subject: [PATCH] [Gpr_To_Absl_Logging] Cleaning up allow list. PiperOrigin-RevId: 655444939 --- tools/run_tests/sanity/banned_functions.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/run_tests/sanity/banned_functions.py b/tools/run_tests/sanity/banned_functions.py index 6f7cc0db8a7..74caf3c1dd1 100755 --- a/tools/run_tests/sanity/banned_functions.py +++ b/tools/run_tests/sanity/banned_functions.py @@ -46,7 +46,6 @@ DEPRECATED_FUNCTION_TEMP_ALLOW_LIST = { "./src/core/util/windows/log.cc", "./src/ruby/ext/grpc/rb_grpc_imports.generated.c", "./src/ruby/ext/grpc/rb_grpc_imports.generated.h", - "./test/core/end2end/tests/no_logging.cc", ], "gpr_log_severity_string": [], "gpr_log(": [ @@ -72,7 +71,6 @@ DEPRECATED_FUNCTION_TEMP_ALLOW_LIST = { "./src/core/util/posix/log.cc", "./src/core/util/windows/log.cc", "./src/ruby/ext/grpc/rb_call_credentials.c", - "./test/core/end2end/tests/no_logging.cc", ], "gpr_log_message(": [ "./include/grpc/support/log.h", @@ -85,17 +83,14 @@ DEPRECATED_FUNCTION_TEMP_ALLOW_LIST = { "gpr_set_log_verbosity(": [ "./include/grpc/support/log.h", "./src/core/util/log.cc", - "./test/core/end2end/tests/no_logging.cc", ], "gpr_log_func_args": [ "./include/grpc/support/log.h", "./src/core/util/log.cc", - "./test/core/end2end/tests/no_logging.cc", ], "gpr_set_log_function(": [ "./include/grpc/support/log.h", "./src/core/util/log.cc", - "./test/core/end2end/tests/no_logging.cc", ], "gpr_assertion_failed": [], "GPR_ASSERT": [],