grpc/test/core
Yash Tibrewal 1309eb283c [Sanity] Fix sanity (#36727)
Closes #36727

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36727 from yashykt:FixSanity c6064e5ef3
PiperOrigin-RevId: 637076851
2024-05-24 17:28:17 -07:00
..
address_utils [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36577) 2024-05-10 03:32:45 -07:00
avl [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
backoff [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
bad_client [reorg] move src/core/lib/gpr -> src/core/util (#36543) 2024-05-15 16:32:20 -07:00
bad_connection [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36577) 2024-05-10 03:32:45 -07:00
bad_ssl [reorg] move src/core/lib/gpr -> src/core/util (#36543) 2024-05-15 16:32:20 -07:00
call/yodel [Sanity] Fix sanity (#36727) 2024-05-24 17:28:17 -07:00
channel [transport] remove GetEndpoint() method (#36597) 2024-05-23 16:36:42 -07:00
channelz [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
client_channel [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
client_idle Move some targets from //: to //src/core: (#31402) 2022-10-20 20:12:53 -07:00
compiler_bugs [clang-format] Remove requirement that port_platform.h is at the top (#36281) 2024-04-09 08:58:34 -07:00
compression [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36701) 2024-05-24 03:01:38 -07:00
config [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
end2end [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
event_engine [call-v3] Yodel - a call testing framework (#36635) 2024-05-24 13:49:29 -07:00
experiments [clang-format] Remove requirement that port_platform.h is at the top (#36281) 2024-04-09 08:58:34 -07:00
ext/filters [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
filters [reorg] move src/core/lib/gpr -> src/core/util (#36543) 2024-05-15 16:32:20 -07:00
gprpp [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36701) 2024-05-24 03:01:38 -07:00
handshake [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00
http [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36701) 2024-05-24 03:01:38 -07:00
iomgr [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36701) 2024-05-24 03:01:38 -07:00
json [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36701) 2024-05-24 03:01:38 -07:00
load_balancing [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
matchers [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
memory_usage [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36701) 2024-05-24 03:01:38 -07:00
message_size [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
nanopb [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
network_benchmarks [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 2024-05-16 00:37:10 -07:00
promise [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36701) 2024-05-24 03:01:38 -07:00
resolver [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36701) 2024-05-24 03:01:38 -07:00
resource_quota [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36701) 2024-05-24 03:01:38 -07:00
security [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36703) 2024-05-23 23:15:14 -07:00
server [transport] remove GetEndpoint() method (#36597) 2024-05-23 16:36:42 -07:00
service_config [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
slice [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36703) 2024-05-23 23:15:14 -07:00
surface [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36703) 2024-05-23 23:15:14 -07:00
telemetry [reorg] move telemetry code to src/core/telemetry (#36644) 2024-05-23 15:54:07 -07:00
test_util [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36703) 2024-05-23 23:15:14 -07:00
transport [call-v3] Yodel - a call testing framework (#36635) 2024-05-24 13:49:29 -07:00
tsi [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36703) 2024-05-23 23:15:14 -07:00
uri [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
util [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36703) 2024-05-23 23:15:14 -07:00
xds [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36703) 2024-05-23 23:15:14 -07:00