[Gpr_To_Absl_Logging] Remove logging header from example and test/core/t folder

pull/37489/head
tanvi-jagtap 4 months ago
parent 65628a4b64
commit 3d64580cdf
  1. 1
      test/core/test_util/cmdline.cc
  2. 1
      test/core/test_util/histogram.cc
  3. 1
      test/core/test_util/mock_endpoint.cc
  4. 1
      test/core/test_util/one_corpus_entry_fuzzer.cc
  5. 1
      test/core/test_util/parse_hexstring.cc
  6. 1
      test/core/test_util/port.cc
  7. 1
      test/core/test_util/port_isolated_runtime_environment.cc
  8. 1
      test/core/test_util/resolve_localhost_ip46.cc
  9. 1
      test/core/test_util/test_config.cc
  10. 1
      test/core/test_util/tls_utils.cc
  11. 1
      test/core/transport/chttp2/flow_control_fuzzer.cc
  12. 1
      test/core/transport/chttp2/graceful_shutdown_test.cc
  13. 1
      test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
  14. 1
      test/core/transport/chttp2/hpack_sync_fuzzer.cc
  15. 1
      test/core/transport/chttp2/streams_not_seen_test.cc
  16. 1
      test/core/transport/chttp2/too_many_pings_test.cc
  17. 1
      test/core/transport/parsed_metadata_test.cc
  18. 1
      test/core/tsi/alts/crypt/aes_gcm_test.cc
  19. 1
      test/core/tsi/alts/frame_protector/alts_counter_test.cc
  20. 1
      test/core/tsi/alts/frame_protector/alts_crypter_test.cc
  21. 1
      test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
  22. 1
      test/core/tsi/alts/frame_protector/frame_handler_test.cc
  23. 1
      test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
  24. 1
      test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
  25. 1
      test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
  26. 1
      test/core/tsi/crl_ssl_transport_security_test.cc
  27. 1
      test/core/tsi/fake_transport_security_test.cc
  28. 1
      test/core/tsi/ssl_session_cache_test.cc
  29. 1
      test/core/tsi/transport_security_test_lib.cc

@ -32,7 +32,6 @@
#include "absl/strings/str_join.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/gprpp/memory.h"

@ -24,7 +24,6 @@
#include "absl/log/check.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/port_platform.h>
#include "src/core/util/useful.h"

@ -26,7 +26,6 @@
#include <grpc/slice_buffer.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include "src/core/lib/event_engine/tcp_socket_utils.h"

@ -21,7 +21,6 @@
#include "absl/log/check.h"
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include "src/core/lib/gprpp/crash.h"
#include "src/core/lib/iomgr/exec_ctx.h"

@ -24,7 +24,6 @@
#include "absl/log/check.h"
#include <grpc/slice.h>
#include <grpc/support/log.h>
namespace grpc_core {
Slice ParseHexstring(absl::string_view hexstring) {

@ -27,7 +27,6 @@
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include "src/core/lib/gprpp/sync.h"

@ -27,7 +27,6 @@
#include "absl/log/check.h"
#include <grpc/support/atm.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "src/core/lib/gprpp/crash.h"

@ -25,7 +25,6 @@
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include "src/core/lib/iomgr/resolve_address.h"

@ -30,7 +30,6 @@
#include "absl/strings/string_view.h"
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "src/core/lib/gprpp/crash.h"

@ -22,7 +22,6 @@
#include <grpc/slice.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <grpc/support/time.h>

@ -32,7 +32,6 @@
#include "absl/types/optional.h"
#include <grpc/event_engine/memory_request.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "src/core/ext/transport/chttp2/transport/flow_control.h"

@ -41,7 +41,6 @@
#include <grpc/slice.h>
#include <grpc/slice_buffer.h>
#include <grpc/status.h>
#include <grpc/support/log.h>
#include <grpc/support/port_platform.h>
#include "src/core/channelz/channelz.h"

@ -28,7 +28,6 @@
#include <grpc/grpc.h>
#include <grpc/slice.h>
#include <grpc/support/log.h>
#include "src/core/ext/transport/chttp2/transport/hpack_parser.h"
#include "src/core/lib/experiments/config.h"

@ -27,7 +27,6 @@
#include "absl/strings/escaping.h"
#include "absl/strings/match.h"
#include <grpc/support/log.h>
#include "src/core/ext/transport/chttp2/transport/hpack_encoder.h"
#include "src/core/ext/transport/chttp2/transport/hpack_encoder_table.h"

@ -47,7 +47,6 @@
#include <grpc/slice_buffer.h>
#include <grpc/status.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/port_platform.h>
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"

@ -40,7 +40,6 @@
#include <grpc/impl/propagation_bits.h>
#include <grpc/slice.h>
#include <grpc/status.h>
#include <grpc/support/log.h>
#include <grpc/support/port_platform.h>
#include <grpc/support/time.h>

@ -23,7 +23,6 @@
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <grpc/support/log.h>
#include "src/core/lib/transport/metadata_batch.h"
#include "test/core/test_util/test_config.h"

@ -23,7 +23,6 @@
#include "absl/types/span.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/tsi/alts/crypt/gsec.h"
#include "test/core/test_util/test_config.h"

@ -21,7 +21,6 @@
#include <gtest/gtest.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/gprpp/crash.h"
#include "test/core/tsi/alts/crypt/gsec_test_util.h"

@ -29,7 +29,6 @@
#include "absl/types/span.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "test/core/tsi/alts/crypt/gsec_test_util.h"

@ -23,7 +23,6 @@
#include <gtest/gtest.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/gprpp/crash.h"
#include "src/core/tsi/alts/crypt/gsec.h"

@ -27,7 +27,6 @@
#include <gtest/gtest.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/gprpp/crash.h"
#include "src/core/util/useful.h"

@ -25,7 +25,6 @@
#include "absl/types/span.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h"
#include "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h"

@ -25,7 +25,6 @@
#include "absl/types/span.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "test/core/tsi/alts/crypt/gsec_test_util.h"

@ -24,7 +24,6 @@
#include <grpc/slice_buffer.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/tsi/alts/crypt/gsec.h"
#include "src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h"

@ -29,7 +29,6 @@
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include "src/core/lib/gprpp/crash.h"

@ -26,7 +26,6 @@
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/gprpp/crash.h"
#include "src/core/lib/security/security_connector/security_connector.h"

@ -26,7 +26,6 @@
#include "absl/log/check.h"
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include "src/core/lib/gprpp/crash.h"
#include "test/core/test_util/test_config.h"

@ -36,7 +36,6 @@
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/gprpp/crash.h"
#include "src/core/lib/gprpp/memory.h"

Loading…
Cancel
Save