[Gpr_To_Absl_Logging]

pull/37492/head
tanvi-jagtap 4 months ago
parent 6a223f7e21
commit fbcd02ab53
  1. 1
      test/core/address_utils/sockaddr_utils_fuzzer_test.cc
  2. 1
      test/core/address_utils/sockaddr_utils_test.cc
  3. 1
      test/core/gprpp/ref_counted_ptr_test.cc
  4. 1
      test/core/load_balancing/static_stride_scheduler_benchmark.cc
  5. 1
      test/core/memory_usage/memstats.cc
  6. 1
      test/core/promise/mpsc_test.cc
  7. 1
      test/core/promise/promise_fuzzer.cc

@ -22,7 +22,6 @@
#include "absl/log/check.h"
#include "absl/status/statusor.h"
#include "src/core/lib/address_utils/sockaddr_utils.h"
#include "src/core/lib/iomgr/resolve_address.h"
#include "src/core/lib/iomgr/resolved_address.h"

@ -44,7 +44,6 @@
#include "absl/log/check.h"
#include "src/core/lib/address_utils/parse_address.h"
#include "src/core/lib/iomgr/sockaddr.h"
#include "src/core/lib/iomgr/socket_utils.h"

@ -24,7 +24,6 @@
#include "absl/log/check.h"
#include "gtest/gtest.h"
#include "src/core/lib/gprpp/dual_ref_counted.h"
#include "src/core/lib/gprpp/ref_counted.h"
#include "test/core/test_util/test_config.h"

@ -27,7 +27,6 @@
#include "absl/types/optional.h"
#include "absl/types/span.h"
#include "src/core/lib/gprpp/no_destruct.h"
#include "src/core/load_balancing/weighted_round_robin/static_stride_scheduler.h"

@ -22,7 +22,6 @@
#include "absl/log/check.h"
#include "absl/strings/str_cat.h"
long GetMemUsage(absl::optional<int> pid) {
// Default is getting memory usage for self (calling process)
std::string path = "/proc/self/stat";

@ -21,7 +21,6 @@
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "src/core/lib/promise/activity.h"
#include "src/core/lib/promise/promise.h"
#include "test/core/promise/poll_matcher.h"

@ -24,7 +24,6 @@
#include "absl/status/status.h"
#include "absl/types/optional.h"
#include "src/core/lib/promise/activity.h"
#include "src/core/lib/promise/join.h"
#include "src/core/lib/promise/map.h"

Loading…
Cancel
Save