From 0944410d6cdfb1e18245551a519427b8b58e91cd Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Mon, 29 Apr 2024 17:00:50 -0700 Subject: [PATCH] [reorg] move test/core/util -> test/core/test_util (#36446) Closes #36446 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36446 from markdroth:reorg_test 5dcc85e006581a8fc52a3a914baa5f33e4a21589 PiperOrigin-RevId: 629229220 --- CMakeLists.txt | 1806 ++++---- bazel/grpc_build_system.bzl | 4 +- build_autogenerated.yaml | 3932 ++++++++--------- build_handwritten.yaml | 8 +- src/android/test/interop/app/CMakeLists.txt | 8 +- src/objective-c/tests/BUILD | 2 +- .../CFStreamTests/CFStreamClientTests.mm | 2 +- .../CFStreamTests/CFStreamEndpointTests.mm | 2 +- .../tests/CronetTests/CronetUnitTests.mm | 4 +- .../CFEventEngineClientTests.mm | 2 +- .../CFEventEngineUnitTests.mm | 2 +- test/core/address_utils/BUILD | 10 +- test/core/address_utils/parse_address_test.cc | 2 +- .../parse_address_with_named_scope_id_test.cc | 2 +- .../core/address_utils/sockaddr_utils_test.cc | 2 +- test/core/avl/BUILD | 4 +- test/core/backoff/BUILD | 2 +- test/core/backoff/backoff_test.cc | 2 +- test/core/bad_client/bad_client.cc | 2 +- test/core/bad_client/generate_tests.bzl | 2 +- .../core/bad_client/tests/bad_streaming_id.cc | 2 +- test/core/bad_client/tests/badreq.cc | 2 +- .../bad_client/tests/connection_prefix.cc | 2 +- .../core/bad_client/tests/duplicate_header.cc | 2 +- .../bad_client/tests/head_of_line_blocking.cc | 2 +- test/core/bad_client/tests/headers.cc | 2 +- .../tests/initial_settings_frame.cc | 2 +- test/core/bad_client/tests/out_of_bounds.cc | 2 +- .../tests/server_registered_method.cc | 2 +- test/core/bad_client/tests/simple_request.cc | 2 +- test/core/bad_client/tests/unknown_frame.cc | 2 +- test/core/bad_client/tests/window_overflow.cc | 2 +- test/core/bad_connection/BUILD | 2 +- test/core/bad_connection/close_fd_test.cc | 2 +- test/core/bad_ssl/bad_ssl_test.cc | 4 +- test/core/bad_ssl/generate_tests.bzl | 8 +- test/core/bad_ssl/server_common.cc | 4 +- test/core/bad_ssl/servers/alpn.cc | 2 +- test/core/bad_ssl/servers/cert.cc | 2 +- test/core/channel/BUILD | 22 +- test/core/channel/call_tracer_test.cc | 4 +- test/core/channel/channel_args_test.cc | 2 +- .../channel/channel_stack_builder_test.cc | 2 +- test/core/channel/channel_stack_test.cc | 2 +- test/core/channel/metrics_test.cc | 4 +- .../channel/minimal_stack_is_minimal_test.cc | 2 +- test/core/channelz/BUILD | 6 +- test/core/channelz/channel_trace_test.cc | 2 +- test/core/channelz/channelz_registry_test.cc | 2 +- test/core/channelz/channelz_test.cc | 2 +- test/core/client_channel/BUILD | 8 +- .../client_channel_service_config_test.cc | 2 +- .../client_channel/client_channel_test.cc | 2 +- .../retry_service_config_test.cc | 2 +- .../client_channel/retry_throttle_test.cc | 2 +- test/core/compression/BUILD | 12 +- test/core/compression/compression_test.cc | 2 +- .../core/compression/message_compress_test.cc | 4 +- test/core/debug/BUILD | 2 +- test/core/debug/stats_test.cc | 2 +- test/core/end2end/BUILD | 40 +- test/core/end2end/bad_server_response_test.cc | 6 +- test/core/end2end/connection_refused_test.cc | 4 +- test/core/end2end/cq_verifier.cc | 2 +- test/core/end2end/dualstack_socket_test.cc | 4 +- test/core/end2end/end2end_test_fuzzer.cc | 2 +- test/core/end2end/end2end_test_fuzzer.proto | 2 +- test/core/end2end/end2end_test_main.cc | 2 +- test/core/end2end/end2end_test_suites.cc | 6 +- test/core/end2end/end2end_tests.h | 2 +- test/core/end2end/fixtures/h2_oauth2_common.h | 2 +- .../fixtures/h2_ssl_cred_reload_fixture.h | 2 +- .../core/end2end/fixtures/h2_ssl_tls_common.h | 2 +- test/core/end2end/fixtures/h2_tls_common.h | 2 +- .../end2end/fixtures/http_proxy_fixture.cc | 2 +- test/core/end2end/fixtures/proxy.cc | 2 +- test/core/end2end/fixtures/secure_fixture.h | 2 +- test/core/end2end/fuzzers/BUILD | 34 +- test/core/end2end/fuzzers/api_fuzzer.cc | 4 +- test/core/end2end/fuzzers/api_fuzzer.proto | 4 +- test/core/end2end/fuzzers/client_fuzzer.cc | 4 +- test/core/end2end/fuzzers/fuzzer_input.proto | 4 +- test/core/end2end/fuzzers/network_input.cc | 2 +- test/core/end2end/fuzzers/network_input.h | 2 +- test/core/end2end/fuzzers/server_fuzzer.cc | 2 +- test/core/end2end/goaway_server_test.cc | 4 +- test/core/end2end/grpc_core_end2end_test.bzl | 8 +- test/core/end2end/h2_ssl_cert_test.cc | 2 +- .../core/end2end/h2_ssl_session_reuse_test.cc | 6 +- ...ls_peer_property_external_verifier_test.cc | 6 +- .../end2end/invalid_call_argument_test.cc | 4 +- .../end2end/multiple_server_queues_test.cc | 2 +- test/core/end2end/no_server_test.cc | 2 +- .../core/end2end/tests/cancel_after_accept.cc | 2 +- .../end2end/tests/cancel_after_round_trip.cc | 2 +- test/core/end2end/tests/grpc_authz.cc | 2 +- test/core/end2end/tests/http2_stats.cc | 2 +- test/core/end2end/tests/max_connection_age.cc | 2 +- .../tests/retry_cancel_during_delay.cc | 2 +- ...retry_cancel_with_multiple_send_batches.cc | 2 +- test/core/end2end/tests/retry_lb_drop.cc | 2 +- test/core/end2end/tests/retry_lb_fail.cc | 2 +- .../tests/retry_per_attempt_recv_timeout.cc | 2 +- ...er_attempt_recv_timeout_on_last_attempt.cc | 2 +- .../end2end/tests/shutdown_finishes_calls.cc | 2 +- test/core/event_engine/BUILD | 10 +- test/core/event_engine/cf/BUILD | 4 +- test/core/event_engine/cf/cf_engine_test.cc | 2 +- .../default_engine_methods_test.cc | 2 +- test/core/event_engine/factory_test.cc | 2 +- .../event_engine/fuzzing_event_engine/BUILD | 2 +- .../fuzzing_event_engine.cc | 2 +- .../fuzzing_event_engine.h | 2 +- test/core/event_engine/posix/BUILD | 22 +- .../posix/event_poller_posix_test.cc | 2 +- .../posix/log_too_many_open_files_test.cc | 2 +- .../event_engine/posix/posix_endpoint_test.cc | 2 +- .../posix/posix_engine_listener_utils_test.cc | 2 +- .../posix/posix_event_engine_connect_test.cc | 4 +- .../event_engine/posix/timer_manager_test.cc | 2 +- test/core/event_engine/smoke_test.cc | 2 +- test/core/event_engine/test_suite/BUILD | 2 +- .../test_suite/cf_event_engine_test.cc | 2 +- test/core/event_engine/test_suite/posix/BUILD | 4 +- .../posix/oracle_event_engine_posix_test.cc | 2 +- .../posix_event_engine_native_dns_test.cc | 2 +- .../test_suite/posix_event_engine_test.cc | 2 +- test/core/event_engine/test_suite/tests/BUILD | 4 +- .../test_suite/tests/client_test.cc | 2 +- .../event_engine/test_suite/tests/dns_test.cc | 4 +- .../test_suite/tests/server_test.cc | 2 +- .../thready_posix_event_engine_test.cc | 2 +- test/core/event_engine/test_suite/tools/BUILD | 2 +- .../test_suite/windows_event_engine_test.cc | 2 +- test/core/event_engine/thread_pool_test.cc | 2 +- test/core/event_engine/windows/BUILD | 6 +- test/core/event_engine/work_queue/BUILD | 6 +- .../work_queue/basic_work_queue_test.cc | 2 +- .../BUILD | 14 +- .../resolver_fuzzer.cc | 4 +- .../resolver_fuzzer.proto | 4 +- test/core/ext/filters/rbac/BUILD | 2 +- .../rbac/rbac_service_config_parser_test.cc | 2 +- test/core/gpr/BUILD | 16 +- test/core/gpr/alloc_test.cc | 2 +- test/core/gpr/cpu_test.cc | 2 +- test/core/gpr/env_test.cc | 2 +- test/core/gpr/log_test.cc | 2 +- test/core/gpr/spinlock_test.cc | 2 +- test/core/gpr/string_test.cc | 2 +- test/core/gpr/sync_test.cc | 2 +- test/core/gpr/time_test.cc | 2 +- test/core/gprpp/BUILD | 38 +- test/core/gprpp/directory_reader_test.cc | 2 +- test/core/gprpp/dual_ref_counted_test.cc | 2 +- test/core/gprpp/fork_test.cc | 2 +- test/core/gprpp/host_port_test.cc | 2 +- test/core/gprpp/load_file_test.cc | 2 +- test/core/gprpp/mpscq_test.cc | 2 +- test/core/gprpp/orphanable_test.cc | 2 +- test/core/gprpp/ref_counted_ptr_test.cc | 2 +- test/core/gprpp/ref_counted_test.cc | 2 +- test/core/gprpp/stat_test.cc | 2 +- test/core/gprpp/thd_test.cc | 2 +- test/core/gprpp/validation_errors_test.cc | 2 +- test/core/gprpp/work_serializer_test.cc | 2 +- test/core/handshake/BUILD | 14 +- test/core/handshake/client_ssl.cc | 4 +- test/core/handshake/http_proxy_mapper_test.cc | 4 +- .../readahead_handshaker_server_ssl.cc | 2 +- test/core/handshake/server_ssl.cc | 2 +- test/core/handshake/server_ssl_common.cc | 6 +- test/core/handshake/verify_peer_options.cc | 6 +- test/core/http/BUILD | 26 +- test/core/http/format_request_test.cc | 2 +- test/core/http/httpcli_test.cc | 6 +- test/core/http/httpcli_test_util.cc | 2 +- test/core/http/httpscli_test.cc | 4 +- test/core/http/parser_test.cc | 4 +- test/core/iomgr/BUILD | 78 +- test/core/iomgr/combiner_test.cc | 2 +- test/core/iomgr/endpoint_pair_test.cc | 4 +- test/core/iomgr/endpoint_tests.cc | 2 +- test/core/iomgr/error_test.cc | 2 +- test/core/iomgr/fd_conservation_posix_test.cc | 2 +- test/core/iomgr/fd_posix_test.cc | 2 +- .../grpc_ipv6_loopback_available_test.cc | 2 +- .../ios/CFStreamTests/CFStreamClientTests.mm | 2 +- .../CFStreamTests/CFStreamEndpointTests.mm | 2 +- .../iomgr/pollset_windows_starvation_test.cc | 2 +- test/core/iomgr/resolve_address_posix_test.cc | 4 +- test/core/iomgr/resolve_address_test.cc | 6 +- test/core/iomgr/socket_utils_test.cc | 2 +- test/core/iomgr/tcp_client_posix_test.cc | 4 +- test/core/iomgr/tcp_posix_test.cc | 2 +- test/core/iomgr/tcp_server_posix_test.cc | 4 +- test/core/iomgr/timer_heap_test.cc | 2 +- test/core/iomgr/timer_list_test.cc | 4 +- test/core/json/BUILD | 8 +- test/core/json/json_test.cc | 2 +- test/core/load_balancing/BUILD | 30 +- ...outlier_detection_lb_config_parser_test.cc | 2 +- .../load_balancing/outlier_detection_test.cc | 2 +- test/core/load_balancing/pick_first_test.cc | 4 +- test/core/load_balancing/ring_hash_test.cc | 2 +- .../rls_lb_config_parser_test.cc | 2 +- test/core/load_balancing/round_robin_test.cc | 2 +- .../weighted_round_robin_config_test.cc | 2 +- .../weighted_round_robin_test.cc | 4 +- ...xds_override_host_lb_config_parser_test.cc | 2 +- .../load_balancing/xds_override_host_test.cc | 2 +- test/core/matchers/BUILD | 4 +- test/core/memory_usage/BUILD | 24 +- test/core/memory_usage/callback_client.cc | 2 +- test/core/memory_usage/callback_server.cc | 2 +- test/core/memory_usage/client.cc | 2 +- test/core/memory_usage/memory_usage_test.cc | 6 +- test/core/memory_usage/server.cc | 4 +- test/core/message_size/BUILD | 2 +- .../message_size_service_config_test.cc | 2 +- test/core/nanopb/BUILD | 6 +- test/core/network_benchmarks/BUILD | 4 +- .../network_benchmarks/low_level_ping_pong.cc | 4 +- test/core/promise/BUILD | 4 +- test/core/promise/arena_promise_test.cc | 2 +- test/core/resolver/BUILD | 16 +- test/core/resolver/binder_resolver_test.cc | 2 +- .../resolver/dns_resolver_cooldown_test.cc | 2 +- test/core/resolver/dns_resolver_test.cc | 2 +- test/core/resolver/endpoint_addresses_test.cc | 2 +- test/core/resolver/fake_resolver_test.cc | 2 +- .../core/resolver/google_c2p_resolver_test.cc | 6 +- test/core/resolver/sockaddr_resolver_test.cc | 2 +- test/core/resource_quota/BUILD | 14 +- test/core/resource_quota/arena_test.cc | 2 +- .../resource_quota/memory_quota_fuzzer.cc | 2 +- .../resource_quota/memory_quota_fuzzer.proto | 2 +- .../memory_quota_stress_test.cc | 2 +- test/core/resource_quota/memory_quota_test.cc | 2 +- .../resource_quota/resource_quota_test.cc | 2 +- test/core/security/BUILD | 144 +- test/core/security/alts_credentials_fuzzer.cc | 2 +- test/core/security/auth_context_test.cc | 2 +- .../security/authorization_matchers_test.cc | 2 +- test/core/security/aws_request_signer_test.cc | 2 +- .../certificate_provider_registry_test.cc | 2 +- .../security/channel_creds_registry_test.cc | 2 +- test/core/security/create_jwt.cc | 4 +- test/core/security/credentials_test.cc | 2 +- test/core/security/evaluate_args_test.cc | 4 +- test/core/security/fetch_oauth2.cc | 4 +- test/core/security/grpc_audit_logging_test.cc | 4 +- .../grpc_authorization_engine_test.cc | 4 +- ...grpc_authorization_policy_provider_test.cc | 4 +- .../grpc_tls_certificate_distributor_test.cc | 4 +- .../grpc_tls_certificate_provider_test.cc | 4 +- .../grpc_tls_certificate_verifier_test.cc | 4 +- ...tls_credentials_options_comparator_test.cc | 2 +- .../grpc_tls_credentials_options_test.cc | 4 +- .../security/grpc_tls_crl_provider_test.cc | 4 +- .../insecure_security_connector_test.cc | 2 +- test/core/security/json_token_test.cc | 2 +- test/core/security/jwt_verifier_test.cc | 2 +- .../print_google_default_creds_token.cc | 2 +- test/core/security/rbac_translator_test.cc | 2 +- test/core/security/secure_endpoint_test.cc | 2 +- test/core/security/security_connector_test.cc | 2 +- test/core/security/ssl_credentials_test.cc | 2 +- test/core/security/ssl_server_fuzzer.cc | 4 +- test/core/security/system_roots_test.cc | 2 +- .../security/tls_security_connector_test.cc | 4 +- test/core/security/verify_jwt.cc | 2 +- test/core/security/xds_credentials_test.cc | 2 +- test/core/server_config_selector/BUILD | 2 +- .../server_config_selector_test.cc | 2 +- test/core/service_config/BUILD | 2 +- .../service_config/service_config_test.cc | 2 +- test/core/slice/BUILD | 14 +- test/core/slice/c_slice_buffer_test.cc | 2 +- test/core/slice/percent_encoding_test.cc | 2 +- test/core/slice/slice_test.cc | 2 +- test/core/surface/BUILD | 24 +- test/core/surface/byte_buffer_reader_test.cc | 2 +- test/core/surface/channel_init_test.cc | 2 +- test/core/surface/completion_queue_test.cc | 2 +- .../completion_queue_threading_test.cc | 2 +- .../surface/concurrent_connectivity_test.cc | 4 +- test/core/surface/init_test.cc | 2 +- test/core/surface/lame_client_test.cc | 2 +- ...num_external_connectivity_watchers_test.cc | 6 +- .../surface/secure_channel_create_test.cc | 2 +- .../surface/sequential_connectivity_test.cc | 6 +- test/core/surface/server_chttp2_test.cc | 4 +- test/core/surface/server_test.cc | 4 +- test/core/{util => test_util}/BUILD | 2 +- .../audit_logging_utils.cc | 2 +- .../{util => test_util}/audit_logging_utils.h | 6 +- test/core/{util => test_util}/build.cc | 0 test/core/{util => test_util}/build.h | 6 +- .../channel_args_fuzzer.proto | 0 test/core/{util => test_util}/cmdline.cc | 2 +- test/core/{util => test_util}/cmdline.h | 6 +- test/core/{util => test_util}/cmdline_test.cc | 4 +- .../evaluate_args_test_util.h | 6 +- .../{util => test_util}/fake_stats_plugin.cc | 2 +- .../{util => test_util}/fake_stats_plugin.h | 6 +- .../fake_udp_and_tcp_server.cc | 4 +- .../fake_udp_and_tcp_server.h | 6 +- .../{util => test_util}/fuzz_config_vars.cc | 4 +- .../{util => test_util}/fuzz_config_vars.h | 8 +- .../fuzz_config_vars.proto | 0 .../fuzz_config_vars_helpers.cc | 0 .../fuzz_config_vars_helpers.h | 6 +- .../{util => test_util}/fuzzer_corpus_test.cc | 4 +- .../fuzzer_one_entry_runner.sh | 0 test/core/{util => test_util}/fuzzer_util.cc | 2 +- test/core/{util => test_util}/fuzzer_util.h | 6 +- .../fuzzing_channel_args.cc | 4 +- .../fuzzing_channel_args.h | 8 +- .../fuzzing_channel_args.proto | 0 test/core/{util => test_util}/grpc_fuzzer.bzl | 4 +- .../core/{util => test_util}/grpc_profiler.cc | 2 +- test/core/{util => test_util}/grpc_profiler.h | 6 +- test/core/{util => test_util}/histogram.cc | 2 +- test/core/{util => test_util}/histogram.h | 6 +- .../{util => test_util}/histogram_test.cc | 2 +- .../{util => test_util}/lsan_suppressions.txt | 0 .../mock_authorization_endpoint.h | 6 +- .../core/{util => test_util}/mock_endpoint.cc | 2 +- test/core/{util => test_util}/mock_endpoint.h | 6 +- .../one_corpus_entry_fuzzer.cc | 2 +- test/core/{util => test_util}/osa_distance.cc | 2 +- test/core/{util => test_util}/osa_distance.h | 6 +- .../{util => test_util}/osa_distance_test.cc | 2 +- .../{util => test_util}/parse_hexstring.cc | 2 +- .../{util => test_util}/parse_hexstring.h | 6 +- test/core/{util => test_util}/port.cc | 4 +- test/core/{util => test_util}/port.h | 6 +- .../port_isolated_runtime_environment.cc | 4 +- .../{util => test_util}/port_server_client.cc | 2 +- .../{util => test_util}/port_server_client.h | 6 +- test/core/{util => test_util}/proto_bit_gen.h | 6 +- .../{util => test_util}/reconnect_server.cc | 4 +- .../{util => test_util}/reconnect_server.h | 8 +- .../resolve_localhost_ip46.cc | 2 +- .../resolve_localhost_ip46.h | 6 +- .../core/{util => test_util}/scoped_env_var.h | 6 +- .../{util => test_util}/slice_splitter.cc | 2 +- .../core/{util => test_util}/slice_splitter.h | 6 +- .../socket_use_after_close_detector.cc | 4 +- .../socket_use_after_close_detector.h | 6 +- test/core/{util => test_util}/stack_tracer.cc | 2 +- test/core/{util => test_util}/stack_tracer.h | 6 +- .../{util => test_util}/stack_tracer_test.cc | 4 +- test/core/{util => test_util}/test_config.cc | 6 +- test/core/{util => test_util}/test_config.h | 6 +- .../{util => test_util}/test_lb_policies.cc | 2 +- .../{util => test_util}/test_lb_policies.h | 6 +- .../{util => test_util}/test_tcp_server.cc | 4 +- .../{util => test_util}/test_tcp_server.h | 6 +- test/core/{util => test_util}/tls_utils.cc | 4 +- test/core/{util => test_util}/tls_utils.h | 6 +- test/core/{util => test_util}/tracer_util.cc | 0 test/core/{util => test_util}/tracer_util.h | 6 +- .../{util => test_util}/tsan_suppressions.txt | 0 .../ubsan_suppressions.txt | 0 test/core/transport/BUILD | 24 +- test/core/transport/bdp_estimator_test.cc | 2 +- test/core/transport/binder/BUILD | 10 +- .../transport/binder/binder_transport_test.cc | 2 +- test/core/transport/binder/end2end/BUILD | 6 +- .../binder/end2end/binder_server_test.cc | 2 +- .../end2end/end2end_binder_transport_test.cc | 2 +- .../binder/end2end/fake_binder_test.cc | 2 +- .../transport/binder/end2end/fuzzers/BUILD | 8 +- .../binder/endpoint_binder_pool_test.cc | 2 +- .../binder/transport_stream_receiver_test.cc | 2 +- .../core/transport/binder/wire_reader_test.cc | 2 +- .../core/transport/binder/wire_writer_test.cc | 2 +- test/core/transport/chaotic_good/BUILD | 4 +- .../chaotic_good/chaotic_good_server_test.cc | 4 +- test/core/transport/chttp2/BUILD | 76 +- test/core/transport/chttp2/alpn_test.cc | 2 +- .../core/transport/chttp2/bin_decoder_test.cc | 2 +- .../core/transport/chttp2/bin_encoder_test.cc | 2 +- .../transport/chttp2/flow_control_fuzzer.cc | 2 +- .../chttp2/flow_control_fuzzer.proto | 2 +- .../chttp2/graceful_shutdown_test.cc | 2 +- .../transport/chttp2/hpack_encoder_test.cc | 6 +- .../chttp2/hpack_parser_fuzzer.proto | 2 +- .../chttp2/hpack_parser_fuzzer_test.cc | 4 +- .../chttp2/hpack_parser_input_size_fuzzer.cc | 2 +- .../chttp2/hpack_parser_table_test.cc | 2 +- .../transport/chttp2/hpack_parser_test.cc | 6 +- .../transport/chttp2/hpack_sync_fuzzer.cc | 4 +- .../transport/chttp2/hpack_sync_fuzzer.proto | 2 +- .../chttp2/ping_configuration_test.cc | 4 +- .../remove_stream_from_stalled_lists_test.cc | 4 +- .../transport/chttp2/settings_timeout_test.cc | 4 +- ...ak_with_queued_flow_control_update_test.cc | 4 +- .../transport/chttp2/streams_not_seen_test.cc | 6 +- .../transport/chttp2/too_many_pings_test.cc | 6 +- test/core/transport/chttp2/varint_test.cc | 2 +- .../core/transport/connectivity_state_test.cc | 4 +- test/core/transport/error_utils_test.cc | 2 +- test/core/transport/metadata_map_test.cc | 2 +- test/core/transport/parsed_metadata_test.cc | 2 +- test/core/transport/status_conversion_test.cc | 2 +- test/core/transport/test_suite/BUILD | 4 +- test/core/transport/test_suite/fuzzer.proto | 2 +- test/core/transport/test_suite/fuzzer_main.cc | 4 +- .../test_suite/grpc_transport_test.bzl | 6 +- test/core/transport/test_suite/test_main.cc | 2 +- test/core/tsi/BUILD | 12 +- test/core/tsi/alts/crypt/BUILD | 2 +- test/core/tsi/alts/crypt/aes_gcm_test.cc | 2 +- test/core/tsi/alts/fake_handshaker/BUILD | 2 +- .../fake_handshaker_server_main.cc | 2 +- test/core/tsi/alts/frame_protector/BUILD | 8 +- test/core/tsi/alts/handshaker/BUILD | 12 +- .../alts_concurrent_connectivity_test.cc | 6 +- .../handshaker/alts_handshaker_client_test.cc | 2 +- .../handshaker/alts_tsi_handshaker_test.cc | 2 +- .../alts/handshaker/alts_tsi_utils_test.cc | 2 +- .../tsi/alts/zero_copy_frame_protector/BUILD | 6 +- .../alts_grpc_record_protocol_test.cc | 2 +- .../alts_zero_copy_grpc_protector_test.cc | 2 +- .../tsi/crl_ssl_transport_security_test.cc | 4 +- test/core/tsi/fake_transport_security_test.cc | 2 +- test/core/tsi/ssl_session_cache_test.cc | 2 +- test/core/tsi/ssl_transport_security_test.cc | 6 +- .../tsi/ssl_transport_security_utils_test.cc | 2 +- test/core/tsi/transport_security_test.cc | 2 +- test/core/uri/BUILD | 4 +- test/core/uri/uri_parser_test.cc | 2 +- test/core/xds/BUILD | 46 +- .../xds/certificate_provider_store_test.cc | 2 +- ...tcher_certificate_provider_factory_test.cc | 2 +- .../xds/xds_audit_logger_registry_test.cc | 2 +- test/core/xds/xds_bootstrap_test.cc | 4 +- .../core/xds/xds_certificate_provider_test.cc | 4 +- .../xds/xds_channel_stack_modifier_test.cc | 2 +- test/core/xds/xds_client_test.cc | 4 +- .../xds/xds_cluster_resource_type_test.cc | 2 +- test/core/xds/xds_common_types_test.cc | 2 +- .../xds/xds_endpoint_resource_type_test.cc | 4 +- test/core/xds/xds_http_filters_test.cc | 4 +- test/core/xds/xds_lb_policy_registry_test.cc | 2 +- .../xds/xds_listener_resource_type_test.cc | 2 +- .../xds_route_config_resource_type_test.cc | 4 +- test/core/xds/xds_transport_fake.cc | 2 +- test/cpp/client/BUILD | 4 +- ...channel_with_active_connect_stress_test.cc | 4 +- test/cpp/cocoapods/generic/generic.mm | 4 +- test/cpp/codegen/BUILD | 8 +- test/cpp/codegen/codegen_test_full.cc | 2 +- test/cpp/codegen/codegen_test_minimal.cc | 2 +- test/cpp/codegen/golden_file_test.cc | 2 +- test/cpp/codegen/proto_utils_test.cc | 2 +- test/cpp/common/BUILD | 16 +- test/cpp/common/alarm_test.cc | 2 +- test/cpp/common/alts_util_test.cc | 2 +- test/cpp/common/channel_arguments_test.cc | 2 +- test/cpp/common/time_jump_test.cc | 2 +- test/cpp/common/timer_test.cc | 2 +- test/cpp/end2end/BUILD | 98 +- .../end2end/admin_services_end2end_test.cc | 4 +- test/cpp/end2end/async_end2end_test.cc | 6 +- test/cpp/end2end/cfstream_test.cc | 4 +- test/cpp/end2end/channelz_service_test.cc | 8 +- .../end2end/client_callback_end2end_test.cc | 4 +- test/cpp/end2end/client_crash_test.cc | 4 +- test/cpp/end2end/client_fork_test.cc | 4 +- .../client_interceptors_end2end_test.cc | 4 +- test/cpp/end2end/client_lb_end2end_test.cc | 8 +- .../end2end/context_allocator_end2end_test.cc | 4 +- test/cpp/end2end/crl_provider_test.cc | 6 +- test/cpp/end2end/delegating_channel_test.cc | 4 +- test/cpp/end2end/end2end_test.cc | 4 +- test/cpp/end2end/exception_test.cc | 2 +- test/cpp/end2end/flaky_network_test.cc | 4 +- test/cpp/end2end/generic_end2end_test.cc | 4 +- test/cpp/end2end/grpc_authz_end2end_test.cc | 8 +- test/cpp/end2end/grpclb_end2end_test.cc | 6 +- .../end2end/health_service_end2end_test.cc | 4 +- test/cpp/end2end/hybrid_end2end_test.cc | 4 +- test/cpp/end2end/interceptors_util.cc | 2 +- .../end2end/message_allocator_end2end_test.cc | 4 +- test/cpp/end2end/mock_test.cc | 4 +- test/cpp/end2end/nonblocking_test.cc | 4 +- test/cpp/end2end/orca_service_end2end_test.cc | 4 +- test/cpp/end2end/port_sharing_end2end_test.cc | 6 +- .../end2end/proto_server_reflection_test.cc | 4 +- test/cpp/end2end/raw_end2end_test.cc | 4 +- .../resource_quota_end2end_stress_test.cc | 4 +- test/cpp/end2end/rls_end2end_test.cc | 10 +- test/cpp/end2end/rls_server.cc | 2 +- .../cpp/end2end/server_builder_plugin_test.cc | 4 +- test/cpp/end2end/server_crash_test.cc | 4 +- test/cpp/end2end/server_early_return_test.cc | 4 +- .../server_interceptors_end2end_test.cc | 4 +- .../server_load_reporting_end2end_test.cc | 4 +- .../end2end/service_config_end2end_test.cc | 6 +- test/cpp/end2end/shutdown_test.cc | 4 +- test/cpp/end2end/ssl_credentials_test.cc | 6 +- test/cpp/end2end/streaming_throughput_test.cc | 4 +- test/cpp/end2end/test_service_impl.h | 2 +- test/cpp/end2end/thread_stress_test.cc | 4 +- test/cpp/end2end/time_change_test.cc | 4 +- test/cpp/end2end/tls_credentials_test.cc | 6 +- test/cpp/end2end/tls_key_export_test.cc | 6 +- test/cpp/end2end/xds/BUILD | 60 +- .../end2end/xds/xds_cluster_end2end_test.cc | 4 +- .../xds/xds_cluster_type_end2end_test.cc | 4 +- test/cpp/end2end/xds/xds_core_end2end_test.cc | 6 +- .../xds/xds_credentials_end2end_test.cc | 4 +- test/cpp/end2end/xds/xds_csds_end2end_test.cc | 4 +- test/cpp/end2end/xds/xds_end2end_test.cc | 12 +- test/cpp/end2end/xds/xds_end2end_test_lib.cc | 4 +- test/cpp/end2end/xds/xds_end2end_test_lib.h | 2 +- .../end2end/xds/xds_fallback_end2end_test.cc | 6 +- .../xds/xds_fault_injection_end2end_test.cc | 2 +- .../xds/xds_outlier_detection_end2end_test.cc | 2 +- .../xds/xds_override_host_end2end_test.cc | 2 +- .../xds/xds_pick_first_end2end_test.cc | 2 +- .../end2end/xds/xds_ring_hash_end2end_test.cc | 2 +- test/cpp/end2end/xds/xds_rls_end2end_test.cc | 2 +- test/cpp/end2end/xds/xds_server.h | 2 +- test/cpp/end2end/xds/xds_utils.cc | 2 +- test/cpp/end2end/xds/xds_wrr_end2end_test.cc | 4 +- test/cpp/ext/BUILD | 2 +- test/cpp/ext/chaotic_good_test.cc | 2 +- test/cpp/ext/csm/BUILD | 6 +- test/cpp/ext/csm/csm_observability_test.cc | 2 +- test/cpp/ext/csm/mesh_id_test.cc | 2 +- test/cpp/ext/csm/metadata_exchange_test.cc | 2 +- test/cpp/ext/filters/census/BUILD | 8 +- .../filters/census/constant_labels_test.cc | 2 +- test/cpp/ext/filters/census/library.h | 2 +- .../census/stats_plugin_end2end_test.cc | 2 +- test/cpp/ext/filters/logging/BUILD | 6 +- test/cpp/ext/filters/logging/library.h | 4 +- .../logging_census_integration_test.cc | 4 +- test/cpp/ext/filters/logging/logging_test.cc | 4 +- test/cpp/ext/gcp/BUILD | 2 +- .../ext/gcp/environment_autodetect_test.cc | 2 +- test/cpp/ext/gcp/observability_config_test.cc | 2 +- .../gcp/observability_logging_sink_test.cc | 2 +- test/cpp/ext/gcp/observability_test.cc | 4 +- test/cpp/ext/otel/BUILD | 6 +- test/cpp/ext/otel/otel_plugin_test.cc | 2 +- test/cpp/ext/otel/otel_test_library.cc | 4 +- test/cpp/ext/otel/otel_test_library.h | 2 +- test/cpp/grpclb/BUILD | 2 +- test/cpp/grpclb/grpclb_api_test.cc | 2 +- test/cpp/interop/BUILD | 26 +- .../interop/backend_metrics_lb_policy_test.cc | 4 +- test/cpp/interop/client.cc | 2 +- test/cpp/interop/interop_client.cc | 2 +- test/cpp/interop/interop_server_bootstrap.cc | 2 +- test/cpp/interop/interop_test.cc | 2 +- test/cpp/interop/istio_echo_server.cc | 2 +- test/cpp/interop/istio_echo_server_test.cc | 4 +- test/cpp/interop/observability_client.cc | 2 +- .../observability_interop_server_bootstrap.cc | 2 +- test/cpp/interop/pre_stop_hook_server_test.cc | 4 +- test/cpp/interop/reconnect_interop_server.cc | 2 +- test/cpp/interop/xds_federation_client.cc | 2 +- test/cpp/interop/xds_interop_client.cc | 2 +- test/cpp/interop/xds_interop_server.cc | 2 +- test/cpp/interop/xds_interop_server_test.cc | 4 +- test/cpp/interop/xds_stats_watcher_test.cc | 2 +- test/cpp/microbenchmarks/BUILD | 16 +- test/cpp/microbenchmarks/bm_alarm.cc | 2 +- test/cpp/microbenchmarks/bm_arena.cc | 2 +- .../microbenchmarks/bm_basic_work_queue.cc | 2 +- test/cpp/microbenchmarks/bm_byte_buffer.cc | 2 +- .../bm_callback_streaming_ping_pong.cc | 2 +- .../bm_callback_unary_ping_pong.cc | 2 +- test/cpp/microbenchmarks/bm_channel.cc | 2 +- test/cpp/microbenchmarks/bm_chttp2_hpack.cc | 2 +- .../microbenchmarks/bm_chttp2_transport.cc | 2 +- test/cpp/microbenchmarks/bm_closure.cc | 2 +- test/cpp/microbenchmarks/bm_cq.cc | 2 +- .../microbenchmarks/bm_cq_multiple_threads.cc | 2 +- .../microbenchmarks/bm_event_engine_run.cc | 2 +- test/cpp/microbenchmarks/bm_exec_ctx.cc | 2 +- .../bm_fullstack_streaming_ping_pong.cc | 4 +- .../bm_fullstack_streaming_pump.cc | 2 +- .../bm_fullstack_unary_ping_pong.cc | 2 +- ..._fullstack_unary_ping_pong_chaotic_good.cc | 2 +- test/cpp/microbenchmarks/bm_huffman_decode.cc | 2 +- .../microbenchmarks/bm_opencensus_plugin.cc | 2 +- test/cpp/microbenchmarks/bm_thread_pool.cc | 2 +- test/cpp/microbenchmarks/fullstack_fixtures.h | 4 +- test/cpp/microbenchmarks/noop-benchmark.cc | 2 +- test/cpp/naming/BUILD | 6 +- test/cpp/naming/address_sorting_test.cc | 4 +- test/cpp/naming/cancel_ares_query_test.cc | 10 +- .../generate_resolver_component_tests.bzl | 10 +- test/cpp/naming/resolver_component_test.cc | 8 +- ...resolver_component_tests_runner_invoker.cc | 4 +- test/cpp/performance/BUILD | 4 +- test/cpp/performance/writes_per_rpc_test.cc | 4 +- test/cpp/qps/BUILD | 12 +- test/cpp/qps/driver.cc | 4 +- test/cpp/qps/histogram.h | 2 +- .../qps/inproc_sync_unary_ping_pong_test.cc | 2 +- test/cpp/qps/json_run_localhost.cc | 2 +- test/cpp/qps/qps_benchmark_script.bzl | 2 +- test/cpp/qps/qps_interarrival_test.cc | 4 +- test/cpp/qps/qps_json_driver.cc | 2 +- test/cpp/qps/qps_openloop_test.cc | 2 +- test/cpp/qps/qps_worker.cc | 4 +- test/cpp/qps/scenario_runner.cc | 4 +- .../qps/secure_sync_unary_ping_pong_test.cc | 2 +- test/cpp/qps/server.h | 2 +- test/cpp/qps/server_async.cc | 2 +- test/cpp/qps/worker.cc | 2 +- test/cpp/security/BUILD | 2 +- .../security/tls_certificate_verifier_test.cc | 4 +- test/cpp/server/BUILD | 16 +- .../authorization_policy_provider_test.cc | 4 +- test/cpp/server/credentials_test.cc | 2 +- test/cpp/server/load_reporter/BUILD | 6 +- .../load_reporter/get_cpu_stats_test.cc | 4 +- .../load_reporter/load_data_store_test.cc | 4 +- .../load_reporter/load_reporter_test.cc | 4 +- test/cpp/server/server_builder_test.cc | 4 +- ...server_builder_with_socket_mutator_test.cc | 4 +- test/cpp/server/server_request_call_test.cc | 4 +- test/cpp/test/BUILD | 6 +- test/cpp/thread_manager/BUILD | 2 +- .../cpp/thread_manager/thread_manager_test.cc | 2 +- test/cpp/util/BUILD | 20 +- test/cpp/util/byte_buffer_test.cc | 2 +- test/cpp/util/channelz_sampler.cc | 2 +- test/cpp/util/channelz_sampler_test.cc | 4 +- test/cpp/util/cli_call_test.cc | 4 +- test/cpp/util/error_details_test.cc | 2 +- test/cpp/util/grpc_tool_test.cc | 6 +- test/cpp/util/proto_buffer_reader_test.cc | 2 +- test/cpp/util/proto_buffer_writer_test.cc | 2 +- test/cpp/util/slice_test.cc | 2 +- test/cpp/util/string_ref_test.cc | 2 +- test/cpp/util/time_test.cc | 2 +- test/cpp/util/tls_test_utils.cc | 4 +- tools/bazel.rc | 12 +- .../extract_metadata_from_bazel_xml.py | 6 +- tools/codegen/core/gen_config_vars.py | 12 +- .../core/gen_grpc_tls_credentials_options.py | 2 +- tools/distrib/fix_build_deps.py | 2 +- tools/run_tests/generated/configs.json | 8 +- .../python_utils/start_port_server.py | 2 +- tools/run_tests/start_port_server.py | 2 +- 655 files changed, 4379 insertions(+), 4379 deletions(-) rename test/core/{util => test_util}/BUILD (99%) rename test/core/{util => test_util}/audit_logging_utils.cc (97%) rename test/core/{util => test_util}/audit_logging_utils.h (92%) rename test/core/{util => test_util}/build.cc (100%) rename test/core/{util => test_util}/build.h (88%) rename test/core/{util => test_util}/channel_args_fuzzer.proto (100%) rename test/core/{util => test_util}/cmdline.cc (99%) rename test/core/{util => test_util}/cmdline.h (95%) rename test/core/{util => test_util}/cmdline_test.cc (99%) rename test/core/{util => test_util}/evaluate_args_test_util.h (93%) rename test/core/{util => test_util}/fake_stats_plugin.cc (99%) rename test/core/{util => test_util}/fake_stats_plugin.h (99%) rename test/core/{util => test_util}/fake_udp_and_tcp_server.cc (99%) rename test/core/{util => test_util}/fake_udp_and_tcp_server.h (96%) rename test/core/{util => test_util}/fuzz_config_vars.cc (93%) rename test/core/{util => test_util}/fuzz_config_vars.h (82%) rename test/core/{util => test_util}/fuzz_config_vars.proto (100%) rename test/core/{util => test_util}/fuzz_config_vars_helpers.cc (100%) rename test/core/{util => test_util}/fuzz_config_vars_helpers.h (81%) rename test/core/{util => test_util}/fuzzer_corpus_test.cc (98%) rename test/core/{util => test_util}/fuzzer_one_entry_runner.sh (100%) rename test/core/{util => test_util}/fuzzer_util.cc (97%) rename test/core/{util => test_util}/fuzzer_util.h (90%) rename test/core/{util => test_util}/fuzzing_channel_args.cc (93%) rename test/core/{util => test_util}/fuzzing_channel_args.h (85%) rename test/core/{util => test_util}/fuzzing_channel_args.proto (100%) rename test/core/{util => test_util}/grpc_fuzzer.bzl (96%) rename test/core/{util => test_util}/grpc_profiler.cc (96%) rename test/core/{util => test_util}/grpc_profiler.h (81%) rename test/core/{util => test_util}/histogram.cc (99%) rename test/core/{util => test_util}/histogram.h (94%) rename test/core/{util => test_util}/histogram_test.cc (99%) rename test/core/{util => test_util}/lsan_suppressions.txt (100%) rename test/core/{util => test_util}/mock_authorization_endpoint.h (90%) rename test/core/{util => test_util}/mock_endpoint.cc (99%) rename test/core/{util => test_util}/mock_endpoint.h (85%) rename test/core/{util => test_util}/one_corpus_entry_fuzzer.cc (96%) rename test/core/{util => test_util}/osa_distance.cc (97%) rename test/core/{util => test_util}/osa_distance.h (85%) rename test/core/{util => test_util}/osa_distance_test.cc (95%) rename test/core/{util => test_util}/parse_hexstring.cc (96%) rename test/core/{util => test_util}/parse_hexstring.h (82%) rename test/core/{util => test_util}/port.cc (97%) rename test/core/{util => test_util}/port.h (92%) rename test/core/{util => test_util}/port_isolated_runtime_environment.cc (96%) rename test/core/{util => test_util}/port_server_client.cc (99%) rename test/core/{util => test_util}/port_server_client.h (84%) rename test/core/{util => test_util}/proto_bit_gen.h (90%) rename test/core/{util => test_util}/reconnect_server.cc (97%) rename test/core/{util => test_util}/reconnect_server.h (85%) rename test/core/{util => test_util}/resolve_localhost_ip46.cc (97%) rename test/core/{util => test_util}/resolve_localhost_ip46.h (88%) rename test/core/{util => test_util}/scoped_env_var.h (88%) rename test/core/{util => test_util}/slice_splitter.cc (98%) rename test/core/{util => test_util}/slice_splitter.h (91%) rename test/core/{util => test_util}/socket_use_after_close_detector.cc (98%) rename test/core/{util => test_util}/socket_use_after_close_detector.h (89%) rename test/core/{util => test_util}/stack_tracer.cc (98%) rename test/core/{util => test_util}/stack_tracer.h (90%) rename test/core/{util => test_util}/stack_tracer_test.cc (92%) rename test/core/{util => test_util}/test_config.cc (97%) rename test/core/{util => test_util}/test_config.h (93%) rename test/core/{util => test_util}/test_lb_policies.cc (99%) rename test/core/{util => test_util}/test_lb_policies.h (95%) rename test/core/{util => test_util}/test_tcp_server.cc (98%) rename test/core/{util => test_util}/test_tcp_server.h (91%) rename test/core/{util => test_util}/tls_utils.cc (98%) rename test/core/{util => test_util}/tls_utils.h (97%) rename test/core/{util => test_util}/tracer_util.cc (100%) rename test/core/{util => test_util}/tracer_util.h (85%) rename test/core/{util => test_util}/tsan_suppressions.txt (100%) rename test/core/{util => test_util}/ubsan_suppressions.txt (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index f99cdd94fde..7df7c227294 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -873,13 +873,13 @@ protobuf_generate_grpc_cpp_with_import_path_correction( test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.proto test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.proto ) protobuf_generate_grpc_cpp_with_import_path_correction( - test/core/tsi/alts/fake_handshaker/handshaker.proto test/core/tsi/alts/fake_handshaker/handshaker.proto + test/core/test_util/fuzz_config_vars.proto test/core/test_util/fuzz_config_vars.proto ) protobuf_generate_grpc_cpp_with_import_path_correction( - test/core/tsi/alts/fake_handshaker/transport_security_common.proto test/core/tsi/alts/fake_handshaker/transport_security_common.proto + test/core/tsi/alts/fake_handshaker/handshaker.proto test/core/tsi/alts/fake_handshaker/handshaker.proto ) protobuf_generate_grpc_cpp_with_import_path_correction( - test/core/util/fuzz_config_vars.proto test/core/util/fuzz_config_vars.proto + test/core/tsi/alts/fake_handshaker/transport_security_common.proto test/core/tsi/alts/fake_handshaker/transport_security_common.proto ) if(gRPC_BUILD_TESTS) @@ -2791,15 +2791,15 @@ if(gRPC_BUILD_TESTS) add_library(grpc_test_util test/core/event_engine/test_init.cc - test/core/util/build.cc - test/core/util/port.cc - test/core/util/port_isolated_runtime_environment.cc - test/core/util/port_server_client.cc - test/core/util/reconnect_server.cc - test/core/util/stack_tracer.cc - test/core/util/test_config.cc - test/core/util/test_tcp_server.cc - test/core/util/tls_utils.cc + test/core/test_util/build.cc + test/core/test_util/port.cc + test/core/test_util/port_isolated_runtime_environment.cc + test/core/test_util/port_server_client.cc + test/core/test_util/reconnect_server.cc + test/core/test_util/stack_tracer.cc + test/core/test_util/test_config.cc + test/core/test_util/test_tcp_server.cc + test/core/test_util/tls_utils.cc ) target_compile_features(grpc_test_util PUBLIC cxx_std_14) @@ -2857,14 +2857,14 @@ if(gRPC_BUILD_TESTS) add_library(grpc_test_util_unsecure test/core/event_engine/test_init.cc - test/core/util/build.cc - test/core/util/port.cc - test/core/util/port_isolated_runtime_environment.cc - test/core/util/port_server_client.cc - test/core/util/reconnect_server.cc - test/core/util/stack_tracer.cc - test/core/util/test_config.cc - test/core/util/test_tcp_server.cc + test/core/test_util/build.cc + test/core/test_util/port.cc + test/core/test_util/port_isolated_runtime_environment.cc + test/core/test_util/port_server_client.cc + test/core/test_util/reconnect_server.cc + test/core/test_util/stack_tracer.cc + test/core/test_util/test_config.cc + test/core/test_util/test_tcp_server.cc ) target_compile_features(grpc_test_util_unsecure PUBLIC cxx_std_14) @@ -3972,15 +3972,15 @@ add_library(benchmark_helpers ${_gRPC_STATIC_WIN32} ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.cc ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.h - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/cpp/microbenchmarks/helpers.cc ) @@ -4739,15 +4739,15 @@ add_library(grpc++_test_util test/core/end2end/data/server1_cert.cc test/core/end2end/data/server1_key.cc test/core/end2end/data/test_root_cert.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/cpp/util/byte_buffer_proto_helper.cc test/cpp/util/create_test_channel.cc test/cpp/util/string_ref_helper.cc @@ -5783,15 +5783,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(fd_conservation_posix_test test/core/iomgr/fd_conservation_posix_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -5945,15 +5945,15 @@ if(gRPC_BUILD_TESTS) add_executable(test_core_iomgr_timer_list_test test/core/iomgr/timer_list_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -6086,15 +6086,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(address_sorting_test_unsecure src/core/lib/gpr/subprocess_posix.cc src/core/lib/gpr/subprocess_windows.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/cpp/naming/address_sorting_test.cc test/cpp/util/byte_buffer_proto_helper.cc test/cpp/util/string_ref_helper.cc @@ -6208,15 +6208,15 @@ if(gRPC_BUILD_TESTS) if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(alarm_test - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/cpp/common/alarm_test.cc ) if(WIN32 AND MSVC) @@ -6402,9 +6402,9 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_POSIX) ${_gRPC_PROTO_GENS_DIR}/test/core/tsi/alts/fake_handshaker/transport_security_common.pb.h ${_gRPC_PROTO_GENS_DIR}/test/core/tsi/alts/fake_handshaker/transport_security_common.grpc.pb.h test/core/end2end/cq_verifier.cc + test/core/test_util/fake_udp_and_tcp_server.cc test/core/tsi/alts/fake_handshaker/fake_handshaker_server.cc test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc - test/core/util/fake_udp_and_tcp_server.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -6752,15 +6752,15 @@ if(gRPC_BUILD_TESTS) add_executable(alts_security_connector_test test/core/security/alts_security_connector_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -7127,15 +7127,15 @@ if(gRPC_BUILD_TESTS) add_executable(auth_context_test test/core/security/auth_context_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -7221,15 +7221,15 @@ if(gRPC_BUILD_TESTS) add_executable(authorization_matchers_test test/core/security/authorization_matchers_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -7361,15 +7361,15 @@ if(gRPC_BUILD_TESTS) add_executable(aws_request_signer_test test/core/security/aws_request_signer_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -7530,8 +7530,8 @@ add_executable(bad_ping_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/bad_ping.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -7623,15 +7623,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) src/core/lib/gpr/subprocess_windows.cc test/core/bad_ssl/bad_ssl_test.cc test/core/end2end/cq_verifier.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -7679,15 +7679,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) src/core/lib/gpr/subprocess_windows.cc test/core/bad_ssl/bad_ssl_test.cc test/core/end2end/cq_verifier.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -8006,8 +8006,8 @@ add_executable(binary_metadata_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/binary_metadata.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -8295,15 +8295,15 @@ if(gRPC_BUILD_TESTS) add_executable(buffer_list_test test/core/iomgr/buffer_list_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -8448,8 +8448,8 @@ add_executable(call_creds_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/call_creds.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -8653,8 +8653,8 @@ add_executable(call_host_override_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/call_host_override.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -8699,7 +8699,7 @@ if(gRPC_BUILD_TESTS) add_executable(call_tracer_test test/core/channel/call_tracer_test.cc - test/core/util/fake_stats_plugin.cc + test/core/test_util/fake_stats_plugin.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -8759,8 +8759,8 @@ add_executable(cancel_after_accept_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/cancel_after_accept.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -8822,8 +8822,8 @@ add_executable(cancel_after_client_done_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/cancel_after_client_done.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -8885,8 +8885,8 @@ add_executable(cancel_after_invoke_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/cancel_after_invoke.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -8948,8 +8948,8 @@ add_executable(cancel_after_round_trip_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/cancel_after_round_trip.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -8994,8 +8994,8 @@ if(gRPC_BUILD_TESTS) add_executable(cancel_ares_query_test test/core/end2end/cq_verifier.cc - test/core/util/fake_udp_and_tcp_server.cc - test/core/util/socket_use_after_close_detector.cc + test/core/test_util/fake_udp_and_tcp_server.cc + test/core/test_util/socket_use_after_close_detector.cc test/cpp/naming/cancel_ares_query_test.cc ) if(WIN32 AND MSVC) @@ -9058,8 +9058,8 @@ add_executable(cancel_before_invoke_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/cancel_before_invoke.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -9163,8 +9163,8 @@ add_executable(cancel_in_a_vacuum_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/cancel_in_a_vacuum.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -9226,8 +9226,8 @@ add_executable(cancel_with_status_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/cancel_with_status.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -9361,15 +9361,15 @@ add_executable(cel_authorization_engine_test src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.c src/core/lib/security/authorization/cel_authorization_engine.cc test/core/security/cel_authorization_engine_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -9735,15 +9735,15 @@ if(gRPC_BUILD_TESTS) add_executable(channel_creds_registry_test test/core/security/channel_creds_registry_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -10067,15 +10067,15 @@ if(gRPC_BUILD_TESTS) add_executable(check_gcp_environment_linux_test test/core/security/check_gcp_environment_linux_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -10118,15 +10118,15 @@ if(gRPC_BUILD_TESTS) add_executable(check_gcp_environment_windows_test test/core/security/check_gcp_environment_windows_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -10762,7 +10762,7 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.h src/cpp/server/orca/orca_service.cc - test/core/util/test_lb_policies.cc + test/core/test_util/test_lb_policies.cc test/cpp/end2end/client_lb_end2end_test.cc test/cpp/end2end/connection_attempt_injector.cc test/cpp/end2end/test_service_impl.cc @@ -10871,8 +10871,8 @@ add_executable(client_streaming_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/client_streaming.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -10916,16 +10916,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(cmdline_test - test/core/util/cmdline.cc - test/core/util/cmdline_test.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/cmdline_test.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -11057,15 +11057,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(combiner_test test/core/iomgr/combiner_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -11210,8 +11210,8 @@ add_executable(compressed_payload_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/compressed_payload.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -11426,16 +11426,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(connectivity_state_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/connectivity_state_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -11495,8 +11495,8 @@ add_executable(connectivity_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/connectivity.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -11924,8 +11924,8 @@ add_executable(default_host_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/default_host.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -12132,8 +12132,8 @@ add_executable(disappearing_server_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/disappearing_server.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -12452,8 +12452,8 @@ add_executable(empty_batch_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/empty_batch.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -12828,15 +12828,15 @@ if(gRPC_BUILD_TESTS) add_executable(endpoint_pair_test test/core/iomgr/endpoint_pair_test.cc test/core/iomgr/endpoint_tests.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -12978,15 +12978,15 @@ if(gRPC_BUILD_TESTS) add_executable(error_test test/core/iomgr/endpoint_tests.cc test/core/iomgr/error_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -13028,16 +13028,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(error_utils_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/error_utils_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -13080,15 +13080,15 @@ if(gRPC_BUILD_TESTS) add_executable(evaluate_args_test test/core/security/evaluate_args_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -13721,15 +13721,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(fd_posix_test test/core/iomgr/fd_posix_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -13832,8 +13832,8 @@ add_executable(filter_causes_close_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/filter_causes_close.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -13895,8 +13895,8 @@ add_executable(filter_context_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/filter_context.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -13958,8 +13958,8 @@ add_executable(filter_init_fails_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/filter_init_fails.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -14071,8 +14071,8 @@ add_executable(filtered_metadata_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/filtered_metadata.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -14444,15 +14444,15 @@ add_executable(format_request_test test/core/end2end/data/server1_key.cc test/core/end2end/data/test_root_cert.cc test/core/http/format_request_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -14797,7 +14797,7 @@ if(gRPC_BUILD_TESTS) add_executable(google_c2p_resolver_test test/core/resolver/google_c2p_resolver_test.cc - test/core/util/fake_udp_and_tcp_server.cc + test/core/test_util/fake_udp_and_tcp_server.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -14858,8 +14858,8 @@ add_executable(graceful_server_shutdown_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/graceful_server_shutdown.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -14947,15 +14947,15 @@ if(gRPC_BUILD_TESTS) add_executable(grpc_alts_credentials_options_test test/core/security/grpc_alts_credentials_options_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -15040,16 +15040,16 @@ if(gRPC_BUILD_TESTS) add_executable(grpc_authorization_engine_test test/core/security/grpc_authorization_engine_test.cc - test/core/util/audit_logging_utils.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/audit_logging_utils.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -15092,15 +15092,15 @@ if(gRPC_BUILD_TESTS) add_executable(grpc_authorization_policy_provider_test test/core/security/grpc_authorization_policy_provider_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -15160,7 +15160,7 @@ add_executable(grpc_authz_end2end_test ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.h src/cpp/server/authorization_policy_provider.cc - test/core/util/audit_logging_utils.cc + test/core/test_util/audit_logging_utils.cc test/cpp/end2end/grpc_authz_end2end_test.cc test/cpp/end2end/test_service_impl.cc ) @@ -15224,8 +15224,8 @@ add_executable(grpc_authz_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/grpc_authz.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -15480,15 +15480,15 @@ if(gRPC_BUILD_TESTS) add_executable(grpc_ipv6_loopback_available_test test/core/iomgr/grpc_ipv6_loopback_available_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -15721,15 +15721,15 @@ if(gRPC_BUILD_TESTS) add_executable(grpc_tls_certificate_distributor_test test/core/security/grpc_tls_certificate_distributor_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -15772,15 +15772,15 @@ if(gRPC_BUILD_TESTS) add_executable(grpc_tls_certificate_provider_test test/core/security/grpc_tls_certificate_provider_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -15823,15 +15823,15 @@ if(gRPC_BUILD_TESTS) add_executable(grpc_tls_certificate_verifier_test test/core/security/grpc_tls_certificate_verifier_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -15874,15 +15874,15 @@ if(gRPC_BUILD_TESTS) add_executable(grpc_tls_credentials_options_comparator_test test/core/security/grpc_tls_credentials_options_comparator_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -15925,15 +15925,15 @@ if(gRPC_BUILD_TESTS) add_executable(grpc_tls_credentials_options_test test/core/security/grpc_tls_credentials_options_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -15979,10 +15979,10 @@ add_executable(grpc_tls_crl_provider_test ${_gRPC_PROTO_GENS_DIR}/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.grpc.pb.cc ${_gRPC_PROTO_GENS_DIR}/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.pb.h ${_gRPC_PROTO_GENS_DIR}/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.grpc.pb.h - ${_gRPC_PROTO_GENS_DIR}/test/core/util/fuzz_config_vars.pb.cc - ${_gRPC_PROTO_GENS_DIR}/test/core/util/fuzz_config_vars.grpc.pb.cc - ${_gRPC_PROTO_GENS_DIR}/test/core/util/fuzz_config_vars.pb.h - ${_gRPC_PROTO_GENS_DIR}/test/core/util/fuzz_config_vars.grpc.pb.h + ${_gRPC_PROTO_GENS_DIR}/test/core/test_util/fuzz_config_vars.pb.cc + ${_gRPC_PROTO_GENS_DIR}/test/core/test_util/fuzz_config_vars.grpc.pb.cc + ${_gRPC_PROTO_GENS_DIR}/test/core/test_util/fuzz_config_vars.pb.h + ${_gRPC_PROTO_GENS_DIR}/test/core/test_util/fuzz_config_vars.grpc.pb.h test/core/event_engine/event_engine_test_utils.cc test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc test/core/security/grpc_tls_crl_provider_test.cc @@ -16615,8 +16615,8 @@ add_executable(high_initial_seqno_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/high_initial_seqno.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -16660,16 +16660,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(histogram_test - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/histogram_test.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/histogram_test.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -16753,16 +16753,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(hpack_encoder_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/chttp2/hpack_encoder_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -16804,16 +16804,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(hpack_parser_table_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/chttp2/hpack_parser_table_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -16855,16 +16855,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(hpack_parser_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/chttp2/hpack_parser_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -16924,8 +16924,8 @@ add_executable(hpack_size_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/hpack_size.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -17080,8 +17080,8 @@ add_executable(http2_stats_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/http2_stats.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -17170,7 +17170,7 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(httpcli_test test/core/http/httpcli_test.cc test/core/http/httpcli_test_util.cc - test/core/util/fake_udp_and_tcp_server.cc + test/core/test_util/fake_udp_and_tcp_server.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -17217,7 +17217,7 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(httpscli_test test/core/http/httpcli_test_util.cc test/core/http/httpscli_test.cc - test/core/util/fake_udp_and_tcp_server.cc + test/core/test_util/fake_udp_and_tcp_server.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -17577,15 +17577,15 @@ if(gRPC_BUILD_TESTS) add_executable(insecure_security_connector_test test/core/security/insecure_security_connector_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -18273,8 +18273,8 @@ add_executable(invoke_large_request_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/invoke_large_request.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -18543,15 +18543,15 @@ if(gRPC_BUILD_TESTS) add_executable(json_token_test test/core/security/json_token_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -18594,15 +18594,15 @@ if(gRPC_BUILD_TESTS) add_executable(jwt_verifier_test test/core/security/jwt_verifier_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -18662,8 +18662,8 @@ add_executable(keepalive_timeout_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/keepalive_timeout.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -18768,8 +18768,8 @@ add_executable(large_metadata_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/large_metadata.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -19329,15 +19329,15 @@ if(gRPC_BUILD_TESTS) add_executable(matchers_test test/core/matchers/matchers_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -19439,8 +19439,8 @@ add_executable(max_concurrent_streams_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/max_concurrent_streams.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -19502,8 +19502,8 @@ add_executable(max_connection_age_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/max_connection_age.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -19565,8 +19565,8 @@ add_executable(max_connection_idle_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/max_connection_idle.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -19628,8 +19628,8 @@ add_executable(max_message_length_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/max_message_length.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -19820,15 +19820,15 @@ if(gRPC_BUILD_TESTS) add_executable(message_compress_test test/core/compression/message_compress_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -19912,16 +19912,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(metadata_map_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/metadata_map_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -19964,7 +19964,7 @@ if(gRPC_BUILD_TESTS) add_executable(metrics_test test/core/channel/metrics_test.cc - test/core/util/fake_stats_plugin.cc + test/core/test_util/fake_stats_plugin.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -20310,8 +20310,8 @@ add_executable(negative_deadline_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/negative_deadline.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -20405,8 +20405,8 @@ add_executable(no_logging_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/no_logging.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -20468,8 +20468,8 @@ add_executable(no_op_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/no_op.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -20887,8 +20887,8 @@ endif() if(gRPC_BUILD_TESTS) add_executable(osa_distance_test - test/core/util/osa_distance.cc - test/core/util/osa_distance_test.cc + test/core/test_util/osa_distance.cc + test/core/test_util/osa_distance_test.cc ) target_compile_features(osa_distance_test PUBLIC cxx_std_14) target_include_directories(osa_distance_test @@ -20939,7 +20939,7 @@ add_executable(otel_plugin_test src/cpp/ext/otel/otel_client_call_tracer.cc src/cpp/ext/otel/otel_plugin.cc src/cpp/ext/otel/otel_server_call_tracer.cc - test/core/util/fake_stats_plugin.cc + test/core/test_util/fake_stats_plugin.cc test/cpp/end2end/test_service_impl.cc test/cpp/ext/otel/otel_plugin_test.cc test/cpp/ext/otel/otel_test_library.cc @@ -21287,15 +21287,15 @@ add_executable(parser_test test/core/end2end/data/server1_key.cc test/core/end2end/data/test_root_cert.cc test/core/http/parser_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -21397,8 +21397,8 @@ add_executable(payload_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/payload.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -21565,7 +21565,7 @@ add_executable(pick_first_test test/core/event_engine/event_engine_test_utils.cc test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc test/core/load_balancing/pick_first_test.cc - test/core/util/fake_stats_plugin.cc + test/core/test_util/fake_stats_plugin.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -21608,16 +21608,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(ping_abuse_policy_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/chttp2/ping_abuse_policy_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -21701,16 +21701,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(ping_configuration_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/chttp2/ping_configuration_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -21770,8 +21770,8 @@ add_executable(ping_pong_streaming_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/ping_pong_streaming.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -21815,16 +21815,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(ping_rate_policy_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/chttp2/ping_rate_policy_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -21884,8 +21884,8 @@ add_executable(ping_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/ping.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -22217,7 +22217,7 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_POSIX) test/core/event_engine/test_suite/posix/oracle_event_engine_posix.cc test/core/event_engine/test_suite/posix_event_engine_native_dns_test.cc test/core/event_engine/test_suite/tests/dns_test.cc - test/core/util/fake_udp_and_tcp_server.cc + test/core/test_util/fake_udp_and_tcp_server.cc test/cpp/util/get_grpc_test_runfile_dir.cc test/cpp/util/windows/manifest_file.cc ) @@ -22272,7 +22272,7 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_POSIX) test/core/event_engine/test_suite/tests/dns_test.cc test/core/event_engine/test_suite/tests/server_test.cc test/core/event_engine/test_suite/tests/timer_test.cc - test/core/util/fake_udp_and_tcp_server.cc + test/core/test_util/fake_udp_and_tcp_server.cc test/cpp/util/get_grpc_test_runfile_dir.cc test/cpp/util/windows/manifest_file.cc ) @@ -22878,8 +22878,8 @@ add_executable(proxy_auth_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/proxy_auth.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -23301,15 +23301,15 @@ if(gRPC_BUILD_TESTS) add_executable(rbac_translator_test test/core/security/rbac_translator_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -23454,8 +23454,8 @@ add_executable(registered_call_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/registered_call.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -23561,8 +23561,8 @@ add_executable(request_with_flags_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/request_with_flags.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -23624,8 +23624,8 @@ add_executable(request_with_payload_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/request_with_payload.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -23671,15 +23671,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(resolve_address_using_ares_resolver_posix_test test/core/iomgr/resolve_address_posix_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -23723,16 +23723,16 @@ if(gRPC_BUILD_TESTS) add_executable(resolve_address_using_ares_resolver_test test/core/iomgr/resolve_address_test.cc - test/core/util/cmdline.cc - test/core/util/fake_udp_and_tcp_server.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fake_udp_and_tcp_server.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -23777,15 +23777,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(resolve_address_using_native_resolver_posix_test test/core/iomgr/resolve_address_posix_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -23829,16 +23829,16 @@ if(gRPC_BUILD_TESTS) add_executable(resolve_address_using_native_resolver_test test/core/iomgr/resolve_address_test.cc - test/core/util/cmdline.cc - test/core/util/fake_udp_and_tcp_server.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fake_udp_and_tcp_server.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -23958,8 +23958,8 @@ add_executable(resource_quota_server_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/resource_quota_server.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24063,8 +24063,8 @@ add_executable(retry_cancel_after_first_attempt_starts_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_cancel_after_first_attempt_starts.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24126,8 +24126,8 @@ add_executable(retry_cancel_during_delay_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_cancel_during_delay.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24189,8 +24189,8 @@ add_executable(retry_cancel_with_multiple_send_batches_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_cancel_with_multiple_send_batches.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24252,8 +24252,8 @@ add_executable(retry_cancellation_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_cancellation.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24315,8 +24315,8 @@ add_executable(retry_disabled_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_disabled.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24378,8 +24378,8 @@ add_executable(retry_exceeds_buffer_size_in_delay_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_exceeds_buffer_size_in_delay.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24441,8 +24441,8 @@ add_executable(retry_exceeds_buffer_size_in_initial_batch_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_exceeds_buffer_size_in_initial_batch.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24504,8 +24504,8 @@ add_executable(retry_exceeds_buffer_size_in_subsequent_batch_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_exceeds_buffer_size_in_subsequent_batch.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24567,8 +24567,8 @@ add_executable(retry_lb_drop_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_lb_drop.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24630,8 +24630,8 @@ add_executable(retry_lb_fail_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_lb_fail.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24693,8 +24693,8 @@ add_executable(retry_non_retriable_status_before_trailers_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_non_retriable_status_before_trailers.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24756,8 +24756,8 @@ add_executable(retry_non_retriable_status_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_non_retriable_status.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24819,8 +24819,8 @@ add_executable(retry_per_attempt_recv_timeout_on_last_attempt_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_per_attempt_recv_timeout_on_last_attempt.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24882,8 +24882,8 @@ add_executable(retry_per_attempt_recv_timeout_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_per_attempt_recv_timeout.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -24945,8 +24945,8 @@ add_executable(retry_recv_initial_metadata_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_recv_initial_metadata.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25008,8 +25008,8 @@ add_executable(retry_recv_message_replay_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_recv_message_replay.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25071,8 +25071,8 @@ add_executable(retry_recv_message_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_recv_message.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25134,8 +25134,8 @@ add_executable(retry_recv_trailing_metadata_error_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_recv_trailing_metadata_error.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25197,8 +25197,8 @@ add_executable(retry_send_initial_metadata_refs_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_send_initial_metadata_refs.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25260,8 +25260,8 @@ add_executable(retry_send_op_fails_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_send_op_fails.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25323,8 +25323,8 @@ add_executable(retry_send_recv_batch_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_send_recv_batch.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25386,8 +25386,8 @@ add_executable(retry_server_pushback_delay_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_server_pushback_delay.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25449,8 +25449,8 @@ add_executable(retry_server_pushback_disabled_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_server_pushback_disabled.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25554,8 +25554,8 @@ add_executable(retry_streaming_after_commit_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_streaming_after_commit.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25617,8 +25617,8 @@ add_executable(retry_streaming_succeeds_before_replay_finished_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_streaming_succeeds_before_replay_finished.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25680,8 +25680,8 @@ add_executable(retry_streaming_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_streaming.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25743,8 +25743,8 @@ add_executable(retry_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25848,8 +25848,8 @@ add_executable(retry_throttled_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_throttled.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25911,8 +25911,8 @@ add_executable(retry_too_many_attempts_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_too_many_attempts.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -25974,8 +25974,8 @@ add_executable(retry_transparent_goaway_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_transparent_goaway.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -26037,8 +26037,8 @@ add_executable(retry_transparent_max_concurrent_streams_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_transparent_max_concurrent_streams.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -26100,8 +26100,8 @@ add_executable(retry_transparent_not_sent_on_wire_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_transparent_not_sent_on_wire.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -26163,8 +26163,8 @@ add_executable(retry_unref_before_finish_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_unref_before_finish.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -26226,8 +26226,8 @@ add_executable(retry_unref_before_recv_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/retry_unref_before_recv.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -26344,8 +26344,8 @@ add_executable(rls_end2end_test ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.cc ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.h - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc test/cpp/end2end/rls_end2end_test.cc test/cpp/end2end/rls_server.cc test/cpp/end2end/test_service_impl.cc @@ -26570,15 +26570,15 @@ if(gRPC_BUILD_TESTS) add_executable(secure_endpoint_test test/core/iomgr/endpoint_tests.cc test/core/security/secure_endpoint_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -26621,15 +26621,15 @@ if(gRPC_BUILD_TESTS) add_executable(security_connector_test test/core/security/security_connector_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -26839,15 +26839,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.cc ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.h - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/cpp/server/server_builder_test.cc ) if(WIN32 AND MSVC) @@ -26910,15 +26910,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.cc ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.h - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/cpp/server/server_builder_with_socket_mutator_test.cc ) if(WIN32 AND MSVC) @@ -27210,8 +27210,8 @@ add_executable(server_finishes_request_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/server_finishes_request.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -27377,15 +27377,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.cc ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/orca_load_report.grpc.pb.h - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/cpp/server/server_request_call_test.cc ) if(WIN32 AND MSVC) @@ -27494,8 +27494,8 @@ add_executable(server_streaming_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/server_streaming.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -27687,16 +27687,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(settings_timeout_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/chttp2/settings_timeout_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -27756,8 +27756,8 @@ add_executable(shutdown_finishes_calls_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/shutdown_finishes_calls.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -27819,8 +27819,8 @@ add_executable(shutdown_finishes_tags_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/shutdown_finishes_tags.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -27945,8 +27945,8 @@ add_executable(simple_delayed_request_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/simple_delayed_request.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -28008,8 +28008,8 @@ add_executable(simple_metadata_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/simple_metadata.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -28115,8 +28115,8 @@ add_executable(simple_request_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/simple_request.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -28418,15 +28418,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(socket_utils_test test/core/iomgr/socket_utils_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -28634,7 +28634,7 @@ if(gRPC_BUILD_TESTS) if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(stack_tracer_test - test/core/util/stack_tracer_test.cc + test/core/test_util/stack_tracer_test.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -28804,16 +28804,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(status_conversion_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/status_conversion_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -29041,8 +29041,8 @@ add_executable(streaming_error_response_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/streaming_error_response.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -29152,16 +29152,16 @@ if(gRPC_BUILD_TESTS) add_executable(streams_not_seen_test test/core/end2end/cq_verifier.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/chttp2/streams_not_seen_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -29375,15 +29375,15 @@ if(gRPC_BUILD_TESTS) add_executable(system_roots_test test/core/security/system_roots_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -29461,15 +29461,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(tcp_client_posix_test test/core/iomgr/tcp_client_posix_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -29559,15 +29559,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_POSIX) add_executable(tcp_posix_test test/core/iomgr/endpoint_tests.cc test/core/iomgr/tcp_posix_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -29612,15 +29612,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) add_executable(tcp_server_posix_test test/core/iomgr/tcp_server_posix_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -29773,8 +29773,8 @@ add_executable(test_core_end2end_channelz_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/channelz.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -30051,15 +30051,15 @@ if(gRPC_BUILD_TESTS) add_executable(test_core_iomgr_timer_heap_test test/core/iomgr/timer_heap_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -30102,15 +30102,15 @@ if(gRPC_BUILD_TESTS) add_executable(test_core_security_credentials_test test/core/security/credentials_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -30153,15 +30153,15 @@ if(gRPC_BUILD_TESTS) add_executable(test_core_security_ssl_credentials_test test/core/security/ssl_credentials_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -30246,7 +30246,7 @@ if(gRPC_BUILD_TESTS) add_executable(test_core_slice_slice_test test/core/slice/slice_test.cc - test/core/util/build.cc + test/core/test_util/build.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -31035,8 +31035,8 @@ add_executable(timeout_before_request_call_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/timeout_before_request_call.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -31080,16 +31080,16 @@ endif() if(gRPC_BUILD_TESTS) add_executable(timeout_encoding_test + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/core/transport/timeout_encoding_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -31382,15 +31382,15 @@ if(gRPC_BUILD_TESTS) add_executable(tls_security_connector_test test/core/security/tls_security_connector_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -31539,8 +31539,8 @@ add_executable(trailing_metadata_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/trailing_metadata.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -32276,7 +32276,7 @@ if(gRPC_BUILD_TESTS) add_executable(weighted_round_robin_config_test test/core/load_balancing/weighted_round_robin_config_test.cc - test/core/util/fake_stats_plugin.cc + test/core/test_util/fake_stats_plugin.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -32325,7 +32325,7 @@ add_executable(weighted_round_robin_test test/core/event_engine/event_engine_test_utils.cc test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc test/core/load_balancing/weighted_round_robin_test.cc - test/core/util/fake_stats_plugin.cc + test/core/test_util/fake_stats_plugin.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -32781,8 +32781,8 @@ add_executable(write_buffering_at_end_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/write_buffering_at_end.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -32844,8 +32844,8 @@ add_executable(write_buffering_test test/core/end2end/fixtures/proxy.cc test/core/end2end/tests/write_buffering.cc test/core/event_engine/event_engine_test_utils.cc - test/core/util/fake_stats_plugin.cc - test/core/util/test_lb_policies.cc + test/core/test_util/fake_stats_plugin.cc + test/core/test_util/test_lb_policies.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -32956,15 +32956,15 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) ${_gRPC_PROTO_GENS_DIR}/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.grpc.pb.h test/core/event_engine/event_engine_test_utils.cc test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc test/cpp/performance/writes_per_rpc_test.cc ) if(WIN32 AND MSVC) @@ -33386,7 +33386,7 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/string.grpc.pb.cc ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/string.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/string.grpc.pb.h - test/core/util/fake_stats_plugin.cc + test/core/test_util/fake_stats_plugin.cc test/cpp/end2end/connection_attempt_injector.cc test/cpp/end2end/test_service_impl.cc test/cpp/end2end/xds/xds_cluster_end2end_test.cc @@ -33943,7 +33943,7 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/string.grpc.pb.cc ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/string.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/string.grpc.pb.h - test/core/util/fake_stats_plugin.cc + test/core/test_util/fake_stats_plugin.cc test/cpp/end2end/test_service_impl.cc test/cpp/end2end/xds/xds_core_end2end_test.cc test/cpp/end2end/xds/xds_end2end_test_lib.cc @@ -34054,15 +34054,15 @@ if(gRPC_BUILD_TESTS) add_executable(xds_credentials_test test/core/security/xds_credentials_test.cc - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc - test/core/util/grpc_profiler.cc - test/core/util/histogram.cc - test/core/util/mock_endpoint.cc - test/core/util/parse_hexstring.cc - test/core/util/resolve_localhost_ip46.cc - test/core/util/slice_splitter.cc - test/core/util/tracer_util.cc + test/core/test_util/cmdline.cc + test/core/test_util/fuzzer_util.cc + test/core/test_util/grpc_profiler.cc + test/core/test_util/histogram.cc + test/core/test_util/mock_endpoint.cc + test/core/test_util/parse_hexstring.cc + test/core/test_util/resolve_localhost_ip46.cc + test/core/test_util/slice_splitter.cc + test/core/test_util/tracer_util.cc ) if(WIN32 AND MSVC) if(BUILD_SHARED_LIBS) @@ -34432,7 +34432,7 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/typed_struct.grpc.pb.cc ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/typed_struct.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/typed_struct.grpc.pb.h - test/core/util/audit_logging_utils.cc + test/core/test_util/audit_logging_utils.cc test/cpp/end2end/test_service_impl.cc test/cpp/end2end/xds/xds_end2end_test.cc test/cpp/end2end/xds/xds_end2end_test_lib.cc @@ -36816,7 +36816,7 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/wrr_locality.grpc.pb.cc ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/wrr_locality.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/xds/v3/wrr_locality.grpc.pb.h - test/core/util/fake_stats_plugin.cc + test/core/test_util/fake_stats_plugin.cc test/cpp/end2end/test_service_impl.cc test/cpp/end2end/xds/xds_end2end_test_lib.cc test/cpp/end2end/xds/xds_server.cc diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl index b839af3e7d8..77756c28287 100644 --- a/bazel/grpc_build_system.bzl +++ b/bazel/grpc_build_system.bzl @@ -539,7 +539,7 @@ def grpc_cc_test(name, srcs = [], deps = [], external_deps = [], args = [], data if language.upper() == "C": copts = copts + if_not_windows(["-std=c11"]) - core_deps = deps + _get_external_deps(external_deps) + ["//test/core/util:grpc_suppressions"] + core_deps = deps + _get_external_deps(external_deps) + ["//test/core/test_util:grpc_suppressions"] # Test args for all tests test_args = { @@ -617,7 +617,7 @@ def grpc_cc_binary(name, srcs = [], deps = [], external_deps = [], args = [], da data = data, testonly = testonly, linkshared = linkshared, - deps = deps + _get_external_deps(external_deps) + ["//test/core/util:grpc_suppressions"], + deps = deps + _get_external_deps(external_deps) + ["//test/core/test_util:grpc_suppressions"], copts = GRPC_DEFAULT_COPTS + copts, linkopts = if_not_windows(["-pthread"]) + linkopts, tags = tags, diff --git a/build_autogenerated.yaml b/build_autogenerated.yaml index 5ec9f996101..dbcec3cf033 100644 --- a/build_autogenerated.yaml +++ b/build_autogenerated.yaml @@ -2076,25 +2076,25 @@ libs: public_headers: [] headers: - test/core/event_engine/test_init.h - - test/core/util/build.h - - test/core/util/port.h - - test/core/util/port_server_client.h - - test/core/util/reconnect_server.h - - test/core/util/stack_tracer.h - - test/core/util/test_config.h - - test/core/util/test_tcp_server.h - - test/core/util/tls_utils.h + - test/core/test_util/build.h + - test/core/test_util/port.h + - test/core/test_util/port_server_client.h + - test/core/test_util/reconnect_server.h + - test/core/test_util/stack_tracer.h + - test/core/test_util/test_config.h + - test/core/test_util/test_tcp_server.h + - test/core/test_util/tls_utils.h src: - test/core/event_engine/test_init.cc - - test/core/util/build.cc - - test/core/util/port.cc - - test/core/util/port_isolated_runtime_environment.cc - - test/core/util/port_server_client.cc - - test/core/util/reconnect_server.cc - - test/core/util/stack_tracer.cc - - test/core/util/test_config.cc - - test/core/util/test_tcp_server.cc - - test/core/util/tls_utils.cc + - test/core/test_util/build.cc + - test/core/test_util/port.cc + - test/core/test_util/port_isolated_runtime_environment.cc + - test/core/test_util/port_server_client.cc + - test/core/test_util/reconnect_server.cc + - test/core/test_util/stack_tracer.cc + - test/core/test_util/test_config.cc + - test/core/test_util/test_tcp_server.cc + - test/core/test_util/tls_utils.cc deps: - absl/debugging:failure_signal_handler - absl/debugging:stacktrace @@ -2106,23 +2106,23 @@ libs: public_headers: [] headers: - test/core/event_engine/test_init.h - - test/core/util/build.h - - test/core/util/port.h - - test/core/util/port_server_client.h - - test/core/util/reconnect_server.h - - test/core/util/stack_tracer.h - - test/core/util/test_config.h - - test/core/util/test_tcp_server.h + - test/core/test_util/build.h + - test/core/test_util/port.h + - test/core/test_util/port_server_client.h + - test/core/test_util/reconnect_server.h + - test/core/test_util/stack_tracer.h + - test/core/test_util/test_config.h + - test/core/test_util/test_tcp_server.h src: - test/core/event_engine/test_init.cc - - test/core/util/build.cc - - test/core/util/port.cc - - test/core/util/port_isolated_runtime_environment.cc - - test/core/util/port_server_client.cc - - test/core/util/reconnect_server.cc - - test/core/util/stack_tracer.cc - - test/core/util/test_config.cc - - test/core/util/test_tcp_server.cc + - test/core/test_util/build.cc + - test/core/test_util/port.cc + - test/core/test_util/port_isolated_runtime_environment.cc + - test/core/test_util/port_server_client.cc + - test/core/test_util/reconnect_server.cc + - test/core/test_util/stack_tracer.cc + - test/core/test_util/test_config.cc + - test/core/test_util/test_tcp_server.cc deps: - absl/debugging:failure_signal_handler - absl/debugging:stacktrace @@ -3591,17 +3591,17 @@ libs: language: c++ public_headers: [] headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h - test/cpp/microbenchmarks/fullstack_context_mutators.h - test/cpp/microbenchmarks/fullstack_fixtures.h - test/cpp/microbenchmarks/helpers.h @@ -3610,15 +3610,15 @@ libs: - src/proto/grpc/testing/echo_messages.proto - src/proto/grpc/testing/simple_messages.proto - src/proto/grpc/testing/xds/v3/orca_load_report.proto - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/cpp/microbenchmarks/helpers.cc deps: - benchmark @@ -4014,17 +4014,17 @@ libs: headers: - src/core/lib/gpr/subprocess.h - test/core/end2end/data/ssl_test_data.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h - test/cpp/util/byte_buffer_proto_helper.h - test/cpp/util/create_test_channel.h - test/cpp/util/credentials.h @@ -4038,15 +4038,15 @@ libs: - test/core/end2end/data/server1_cert.cc - test/core/end2end/data/server1_key.cc - test/core/end2end/data/test_root_cert.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/cpp/util/byte_buffer_proto_helper.cc - test/cpp/util/create_test_channel.cc - test/cpp/util/string_ref_helper.cc @@ -5118,28 +5118,28 @@ targets: build: test language: c headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/fd_conservation_posix_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - grpc_test_util platforms: @@ -5190,28 +5190,28 @@ targets: build: test language: c headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/timer_list_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - grpc_test_util uses_polling: false @@ -5279,17 +5279,17 @@ targets: language: c++ headers: - src/core/lib/gpr/subprocess.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h - test/cpp/util/byte_buffer_proto_helper.h - test/cpp/util/credentials.h - test/cpp/util/string_ref_helper.h @@ -5297,15 +5297,15 @@ targets: src: - src/core/lib/gpr/subprocess_posix.cc - src/core/lib/gpr/subprocess_windows.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/cpp/naming/address_sorting_test.cc - test/cpp/util/byte_buffer_proto_helper.cc - test/cpp/util/string_ref_helper.cc @@ -5343,27 +5343,27 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/cpp/common/alarm_test.cc deps: - gtest @@ -5427,15 +5427,15 @@ targets: language: c++ headers: - test/core/end2end/cq_verifier.h + - test/core/test_util/fake_udp_and_tcp_server.h - test/core/tsi/alts/fake_handshaker/fake_handshaker_server.h - - test/core/util/fake_udp_and_tcp_server.h src: - test/core/tsi/alts/fake_handshaker/handshaker.proto - test/core/tsi/alts/fake_handshaker/transport_security_common.proto - test/core/end2end/cq_verifier.cc + - test/core/test_util/fake_udp_and_tcp_server.cc - test/core/tsi/alts/fake_handshaker/fake_handshaker_server.cc - test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc - - test/core/util/fake_udp_and_tcp_server.cc deps: - gtest - grpc++ @@ -5534,28 +5534,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/alts_security_connector_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -5650,28 +5650,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/auth_context_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -5692,28 +5692,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/authorization_matchers_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -5753,28 +5753,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/aws_request_signer_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -5842,8 +5842,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -5863,8 +5863,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/bad_ping.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -5889,31 +5889,31 @@ targets: headers: - src/core/lib/gpr/subprocess.h - test/core/end2end/cq_verifier.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - src/core/lib/gpr/subprocess_posix.cc - src/core/lib/gpr/subprocess_windows.cc - test/core/bad_ssl/bad_ssl_test.cc - test/core/end2end/cq_verifier.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -5928,31 +5928,31 @@ targets: headers: - src/core/lib/gpr/subprocess.h - test/core/end2end/cq_verifier.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - src/core/lib/gpr/subprocess_posix.cc - src/core/lib/gpr/subprocess_windows.cc - test/core/bad_ssl/bad_ssl_test.cc - test/core/end2end/cq_verifier.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -6070,8 +6070,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -6091,8 +6091,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/binary_metadata.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -6252,28 +6252,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/buffer_list_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -6334,8 +6334,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -6355,8 +6355,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/call_creds.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -6575,8 +6575,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -6596,8 +6596,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/call_host_override.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -6608,10 +6608,10 @@ targets: build: test language: c++ headers: - - test/core/util/fake_stats_plugin.h + - test/core/test_util/fake_stats_plugin.h src: - test/core/channel/call_tracer_test.cc - - test/core/util/fake_stats_plugin.cc + - test/core/test_util/fake_stats_plugin.cc deps: - gtest - grpc_test_util @@ -6651,8 +6651,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -6672,8 +6672,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/cancel_after_accept.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -6714,8 +6714,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -6735,8 +6735,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/cancel_after_client_done.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -6777,8 +6777,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -6798,8 +6798,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/cancel_after_invoke.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -6840,8 +6840,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -6861,8 +6861,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/cancel_after_round_trip.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -6874,12 +6874,12 @@ targets: language: c++ headers: - test/core/end2end/cq_verifier.h - - test/core/util/fake_udp_and_tcp_server.h - - test/core/util/socket_use_after_close_detector.h + - test/core/test_util/fake_udp_and_tcp_server.h + - test/core/test_util/socket_use_after_close_detector.h src: - test/core/end2end/cq_verifier.cc - - test/core/util/fake_udp_and_tcp_server.cc - - test/core/util/socket_use_after_close_detector.cc + - test/core/test_util/fake_udp_and_tcp_server.cc + - test/core/test_util/socket_use_after_close_detector.cc - test/cpp/naming/cancel_ares_query_test.cc deps: - gtest @@ -6920,8 +6920,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -6941,8 +6941,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/cancel_before_invoke.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -6998,8 +6998,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -7019,8 +7019,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/cancel_in_a_vacuum.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -7061,8 +7061,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -7082,8 +7082,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/cancel_with_status.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -7277,17 +7277,17 @@ targets: - src/core/lib/security/authorization/mock_cel/cel_value.h - src/core/lib/security/authorization/mock_cel/evaluator_core.h - src/core/lib/security/authorization/mock_cel/flat_expr_builder.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - src/core/ext/upb-gen/envoy/annotations/deprecation.upb_minitable.c - src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.c @@ -7379,15 +7379,15 @@ targets: - src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.c - src/core/lib/security/authorization/cel_authorization_engine.cc - test/core/security/cel_authorization_engine_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -7495,28 +7495,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/channel_creds_registry_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -7602,28 +7602,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/check_gcp_environment_linux_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -7632,28 +7632,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/check_gcp_environment_windows_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -7940,7 +7940,7 @@ targets: run: false language: c++ headers: - - test/core/util/test_lb_policies.h + - test/core/test_util/test_lb_policies.h - test/cpp/end2end/connection_attempt_injector.h - test/cpp/end2end/test_service_impl.h src: @@ -7951,7 +7951,7 @@ targets: - src/proto/grpc/testing/simple_messages.proto - src/proto/grpc/testing/xds/v3/orca_load_report.proto - src/cpp/server/orca/orca_service.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/test_lb_policies.cc - test/cpp/end2end/client_lb_end2end_test.cc - test/cpp/end2end/connection_attempt_injector.cc - test/cpp/end2end/test_service_impl.cc @@ -8011,8 +8011,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -8032,8 +8032,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/client_streaming.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -8044,28 +8044,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - - test/core/util/cmdline.cc - - test/core/util/cmdline_test.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/cmdline_test.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -8100,28 +8100,28 @@ targets: run: false language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/combiner_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -8187,8 +8187,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -8208,8 +8208,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/compressed_payload.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -8267,28 +8267,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/connectivity_state_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -8327,8 +8327,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -8348,8 +8348,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/connectivity.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -8496,8 +8496,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -8517,8 +8517,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/default_host.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -8596,8 +8596,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -8617,8 +8617,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/disappearing_server.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -8732,8 +8732,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -8753,8 +8753,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/empty_batch.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -8962,29 +8962,29 @@ targets: language: c++ headers: - test/core/iomgr/endpoint_tests.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/endpoint_pair_test.cc - test/core/iomgr/endpoint_tests.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -9019,29 +9019,29 @@ targets: language: c++ headers: - test/core/iomgr/endpoint_tests.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/endpoint_tests.cc - test/core/iomgr/error_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -9051,28 +9051,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/error_utils_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -9081,28 +9081,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/evaluate_args_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -9445,28 +9445,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/fd_posix_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -9520,8 +9520,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -9541,8 +9541,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/filter_causes_close.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -9583,8 +9583,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -9604,8 +9604,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/filter_context.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -9646,8 +9646,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -9667,8 +9667,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/filter_init_fails.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -9727,8 +9727,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -9748,8 +9748,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/filtered_metadata.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -10078,32 +10078,32 @@ targets: language: c++ headers: - test/core/end2end/data/ssl_test_data.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/end2end/data/client_certs.cc - test/core/end2end/data/server1_cert.cc - test/core/end2end/data/server1_key.cc - test/core/end2end/data/test_root_cert.cc - test/core/http/format_request_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -10221,10 +10221,10 @@ targets: build: test language: c++ headers: - - test/core/util/fake_udp_and_tcp_server.h + - test/core/test_util/fake_udp_and_tcp_server.h src: - test/core/resolver/google_c2p_resolver_test.cc - - test/core/util/fake_udp_and_tcp_server.cc + - test/core/test_util/fake_udp_and_tcp_server.cc deps: - gtest - grpc++_test_util @@ -10263,8 +10263,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -10284,8 +10284,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/graceful_server_shutdown.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -10308,28 +10308,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/grpc_alts_credentials_options_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -10348,30 +10348,30 @@ targets: build: test language: c++ headers: - - test/core/util/audit_logging_utils.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/audit_logging_utils.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/grpc_authorization_engine_test.cc - - test/core/util/audit_logging_utils.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/audit_logging_utils.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -10380,28 +10380,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/grpc_authorization_policy_provider_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_authorization_provider @@ -10411,7 +10411,7 @@ targets: build: test language: c++ headers: - - test/core/util/audit_logging_utils.h + - test/core/test_util/audit_logging_utils.h - test/cpp/end2end/test_service_impl.h src: - src/proto/grpc/testing/echo.proto @@ -10419,7 +10419,7 @@ targets: - src/proto/grpc/testing/simple_messages.proto - src/proto/grpc/testing/xds/v3/orca_load_report.proto - src/cpp/server/authorization_policy_provider.cc - - test/core/util/audit_logging_utils.cc + - test/core/test_util/audit_logging_utils.cc - test/cpp/end2end/grpc_authz_end2end_test.cc - test/cpp/end2end/test_service_impl.cc deps: @@ -10461,8 +10461,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -10482,8 +10482,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/grpc_authz.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -10556,28 +10556,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/grpc_ipv6_loopback_available_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -10626,28 +10626,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/grpc_tls_certificate_distributor_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -10656,28 +10656,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/grpc_tls_certificate_provider_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -10686,28 +10686,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/grpc_tls_certificate_verifier_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -10716,28 +10716,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/grpc_tls_credentials_options_comparator_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -10746,28 +10746,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/grpc_tls_credentials_options_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -10781,7 +10781,7 @@ targets: - test/core/tsi/transport_security_test_lib.h src: - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.proto - - test/core/util/fuzz_config_vars.proto + - test/core/test_util/fuzz_config_vars.proto - test/core/event_engine/event_engine_test_utils.cc - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc - test/core/security/grpc_tls_crl_provider_test.cc @@ -11024,8 +11024,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -11045,8 +11045,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/high_initial_seqno.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -11057,28 +11057,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/histogram_test.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/histogram_test.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -11099,28 +11099,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/chttp2/hpack_encoder_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -11130,28 +11130,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/chttp2/hpack_parser_table_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -11161,28 +11161,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/chttp2/hpack_parser_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -11222,8 +11222,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -11243,8 +11243,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/hpack_size.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -11309,8 +11309,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -11330,8 +11330,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/http2_stats.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -11342,7 +11342,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h src: - test/core/handshake/http_proxy_mapper_test.cc deps: @@ -11355,11 +11355,11 @@ targets: language: c++ headers: - test/core/http/httpcli_test_util.h - - test/core/util/fake_udp_and_tcp_server.h + - test/core/test_util/fake_udp_and_tcp_server.h src: - test/core/http/httpcli_test.cc - test/core/http/httpcli_test_util.cc - - test/core/util/fake_udp_and_tcp_server.cc + - test/core/test_util/fake_udp_and_tcp_server.cc deps: - gtest - grpc++_test_util @@ -11373,11 +11373,11 @@ targets: language: c++ headers: - test/core/http/httpcli_test_util.h - - test/core/util/fake_udp_and_tcp_server.h + - test/core/test_util/fake_udp_and_tcp_server.h src: - test/core/http/httpcli_test_util.cc - test/core/http/httpscli_test.cc - - test/core/util/fake_udp_and_tcp_server.cc + - test/core/test_util/fake_udp_and_tcp_server.cc deps: - gtest - grpc++_test_util @@ -11499,28 +11499,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/insecure_security_connector_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -12380,8 +12380,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -12401,8 +12401,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/invoke_large_request.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -12490,28 +12490,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/json_token_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -12521,28 +12521,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/jwt_verifier_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -12582,8 +12582,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -12603,8 +12603,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/keepalive_timeout.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -12657,8 +12657,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -12678,8 +12678,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/large_metadata.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -12995,28 +12995,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/matchers/matchers_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -13067,8 +13067,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -13088,8 +13088,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/max_concurrent_streams.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -13130,8 +13130,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -13151,8 +13151,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/max_connection_age.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -13193,8 +13193,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -13214,8 +13214,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/max_connection_idle.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -13256,8 +13256,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -13277,8 +13277,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/max_message_length.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -13331,28 +13331,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/compression/message_compress_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -13372,28 +13372,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/metadata_map_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -13402,10 +13402,10 @@ targets: build: test language: c++ headers: - - test/core/util/fake_stats_plugin.h + - test/core/test_util/fake_stats_plugin.h src: - test/core/channel/metrics_test.cc - - test/core/util/fake_stats_plugin.cc + - test/core/test_util/fake_stats_plugin.cc deps: - gtest - grpc_test_util @@ -13541,8 +13541,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -13562,8 +13562,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/negative_deadline.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -13616,8 +13616,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -13637,8 +13637,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/no_logging.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -13679,8 +13679,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -13700,8 +13700,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/no_op.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -13840,10 +13840,10 @@ targets: build: test language: c++ headers: - - test/core/util/osa_distance.h + - test/core/test_util/osa_distance.h src: - - test/core/util/osa_distance.cc - - test/core/util/osa_distance_test.cc + - test/core/test_util/osa_distance.cc + - test/core/test_util/osa_distance_test.cc deps: - gtest - name: otel_plugin_test @@ -13856,7 +13856,7 @@ targets: - src/cpp/ext/otel/otel_client_call_tracer.h - src/cpp/ext/otel/otel_plugin.h - src/cpp/ext/otel/otel_server_call_tracer.h - - test/core/util/fake_stats_plugin.h + - test/core/test_util/fake_stats_plugin.h - test/cpp/end2end/test_service_impl.h - test/cpp/ext/otel/otel_test_library.h src: @@ -13867,7 +13867,7 @@ targets: - src/cpp/ext/otel/otel_client_call_tracer.cc - src/cpp/ext/otel/otel_plugin.cc - src/cpp/ext/otel/otel_server_call_tracer.cc - - test/core/util/fake_stats_plugin.cc + - test/core/test_util/fake_stats_plugin.cc - test/cpp/end2end/test_service_impl.cc - test/cpp/ext/otel/otel_plugin_test.cc - test/cpp/ext/otel/otel_test_library.cc @@ -13895,7 +13895,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h src: - test/core/load_balancing/outlier_detection_lb_config_parser_test.cc deps: @@ -13972,32 +13972,32 @@ targets: language: c++ headers: - test/core/end2end/data/ssl_test_data.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/end2end/data/client_certs.cc - test/core/end2end/data/server1_cert.cc - test/core/end2end/data/server1_key.cc - test/core/end2end/data/test_root_cert.cc - test/core/http/parser_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -14050,8 +14050,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -14071,8 +14071,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/payload.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -14185,14 +14185,14 @@ targets: - test/core/event_engine/event_engine_test_utils.h - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h - test/core/load_balancing/lb_policy_test_lib.h - - test/core/util/fake_stats_plugin.h - - test/core/util/scoped_env_var.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/scoped_env_var.h src: - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.proto - test/core/event_engine/event_engine_test_utils.cc - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc - test/core/load_balancing/pick_first_test.cc - - test/core/util/fake_stats_plugin.cc + - test/core/test_util/fake_stats_plugin.cc deps: - gtest - protobuf @@ -14203,28 +14203,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/chttp2/ping_abuse_policy_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -14246,28 +14246,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/chttp2/ping_configuration_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -14307,8 +14307,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -14328,8 +14328,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/ping_pong_streaming.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -14340,28 +14340,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/chttp2/ping_rate_policy_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -14401,8 +14401,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -14422,8 +14422,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/ping.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -14534,7 +14534,7 @@ targets: - test/core/event_engine/test_suite/event_engine_test_framework.h - test/core/event_engine/test_suite/posix/oracle_event_engine_posix.h - test/core/event_engine/test_suite/tests/dns_test.h - - test/core/util/fake_udp_and_tcp_server.h + - test/core/test_util/fake_udp_and_tcp_server.h - test/cpp/util/get_grpc_test_runfile_dir.h - test/cpp/util/windows/manifest_file.h src: @@ -14543,7 +14543,7 @@ targets: - test/core/event_engine/test_suite/posix/oracle_event_engine_posix.cc - test/core/event_engine/test_suite/posix_event_engine_native_dns_test.cc - test/core/event_engine/test_suite/tests/dns_test.cc - - test/core/util/fake_udp_and_tcp_server.cc + - test/core/test_util/fake_udp_and_tcp_server.cc - test/cpp/util/get_grpc_test_runfile_dir.cc - test/cpp/util/windows/manifest_file.cc deps: @@ -14564,7 +14564,7 @@ targets: - test/core/event_engine/test_suite/tests/dns_test.h - test/core/event_engine/test_suite/tests/server_test.h - test/core/event_engine/test_suite/tests/timer_test.h - - test/core/util/fake_udp_and_tcp_server.h + - test/core/test_util/fake_udp_and_tcp_server.h - test/cpp/util/get_grpc_test_runfile_dir.h - test/cpp/util/windows/manifest_file.h src: @@ -14576,7 +14576,7 @@ targets: - test/core/event_engine/test_suite/tests/dns_test.cc - test/core/event_engine/test_suite/tests/server_test.cc - test/core/event_engine/test_suite/tests/timer_test.cc - - test/core/util/fake_udp_and_tcp_server.cc + - test/core/test_util/fake_udp_and_tcp_server.cc - test/cpp/util/get_grpc_test_runfile_dir.cc - test/cpp/util/windows/manifest_file.cc deps: @@ -14820,8 +14820,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -14841,8 +14841,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/proxy_auth.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -14997,28 +14997,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/rbac_translator_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_authorization_provider @@ -15078,8 +15078,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15099,8 +15099,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/registered_call.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15155,8 +15155,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15176,8 +15176,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/request_with_flags.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15218,8 +15218,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15239,8 +15239,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/request_with_payload.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15251,28 +15251,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/resolve_address_posix_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -15287,30 +15287,30 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fake_udp_and_tcp_server.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fake_udp_and_tcp_server.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/resolve_address_test.cc - - test/core/util/cmdline.cc - - test/core/util/fake_udp_and_tcp_server.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fake_udp_and_tcp_server.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -15320,28 +15320,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/resolve_address_posix_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -15356,30 +15356,30 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fake_udp_and_tcp_server.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fake_udp_and_tcp_server.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/resolve_address_test.cc - - test/core/util/cmdline.cc - - test/core/util/fake_udp_and_tcp_server.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fake_udp_and_tcp_server.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -15433,8 +15433,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15454,8 +15454,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/resource_quota_server.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15507,8 +15507,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15528,8 +15528,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_cancel_after_first_attempt_starts.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15570,8 +15570,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15591,8 +15591,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_cancel_during_delay.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15633,8 +15633,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15654,8 +15654,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_cancel_with_multiple_send_batches.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15696,8 +15696,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15717,8 +15717,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_cancellation.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15759,8 +15759,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15780,8 +15780,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_disabled.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15822,8 +15822,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15843,8 +15843,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_exceeds_buffer_size_in_delay.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15885,8 +15885,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15906,8 +15906,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_exceeds_buffer_size_in_initial_batch.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -15948,8 +15948,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -15969,8 +15969,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_exceeds_buffer_size_in_subsequent_batch.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16011,8 +16011,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16032,8 +16032,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_lb_drop.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16074,8 +16074,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16095,8 +16095,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_lb_fail.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16137,8 +16137,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16158,8 +16158,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_non_retriable_status_before_trailers.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16200,8 +16200,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16221,8 +16221,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_non_retriable_status.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16263,8 +16263,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16284,8 +16284,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_per_attempt_recv_timeout_on_last_attempt.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16326,8 +16326,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16347,8 +16347,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_per_attempt_recv_timeout.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16389,8 +16389,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16410,8 +16410,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_recv_initial_metadata.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16452,8 +16452,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16473,8 +16473,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_recv_message_replay.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16515,8 +16515,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16536,8 +16536,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_recv_message.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16578,8 +16578,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16599,8 +16599,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_recv_trailing_metadata_error.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16641,8 +16641,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16662,8 +16662,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_send_initial_metadata_refs.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16704,8 +16704,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16725,8 +16725,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_send_op_fails.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16767,8 +16767,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16788,8 +16788,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_send_recv_batch.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16830,8 +16830,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16851,8 +16851,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_server_pushback_delay.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16893,8 +16893,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16914,8 +16914,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_server_pushback_disabled.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -16967,8 +16967,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -16988,8 +16988,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_streaming_after_commit.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17030,8 +17030,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -17051,8 +17051,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_streaming_succeeds_before_replay_finished.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17093,8 +17093,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -17114,8 +17114,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_streaming.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17156,8 +17156,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -17177,8 +17177,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17230,8 +17230,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -17251,8 +17251,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_throttled.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17293,8 +17293,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -17314,8 +17314,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_too_many_attempts.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17356,8 +17356,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -17377,8 +17377,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_transparent_goaway.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17419,8 +17419,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -17440,8 +17440,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_transparent_max_concurrent_streams.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17482,8 +17482,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -17503,8 +17503,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_transparent_not_sent_on_wire.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17545,8 +17545,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -17566,8 +17566,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_unref_before_finish.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17608,8 +17608,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -17629,8 +17629,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/retry_unref_before_recv.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -17660,8 +17660,8 @@ targets: run: false language: c++ headers: - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h - test/cpp/end2end/counted_service.h - test/cpp/end2end/rls_server.h - test/cpp/end2end/test_service_impl.h @@ -17672,8 +17672,8 @@ targets: - src/proto/grpc/testing/echo_messages.proto - src/proto/grpc/testing/simple_messages.proto - src/proto/grpc/testing/xds/v3/orca_load_report.proto - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc - test/cpp/end2end/rls_end2end_test.cc - test/cpp/end2end/rls_server.cc - test/cpp/end2end/test_service_impl.cc @@ -17737,29 +17737,29 @@ targets: language: c++ headers: - test/core/iomgr/endpoint_tests.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/endpoint_tests.cc - test/core/security/secure_endpoint_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -17768,28 +17768,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/security_connector_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -17848,31 +17848,31 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - src/proto/grpc/testing/echo.proto - src/proto/grpc/testing/echo_messages.proto - src/proto/grpc/testing/simple_messages.proto - src/proto/grpc/testing/xds/v3/orca_load_report.proto - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/cpp/server/server_builder_test.cc deps: - gtest @@ -17887,31 +17887,31 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - src/proto/grpc/testing/echo.proto - src/proto/grpc/testing/echo_messages.proto - src/proto/grpc/testing/simple_messages.proto - src/proto/grpc/testing/xds/v3/orca_load_report.proto - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/cpp/server/server_builder_with_socket_mutator_test.cc deps: - gtest @@ -18012,8 +18012,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -18033,8 +18033,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/server_finishes_request.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -18077,31 +18077,31 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - src/proto/grpc/testing/echo.proto - src/proto/grpc/testing/echo_messages.proto - src/proto/grpc/testing/simple_messages.proto - src/proto/grpc/testing/xds/v3/orca_load_report.proto - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/cpp/server/server_request_call_test.cc deps: - gtest @@ -18162,8 +18162,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -18183,8 +18183,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/server_streaming.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -18232,28 +18232,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/chttp2/settings_timeout_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -18292,8 +18292,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -18313,8 +18313,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/shutdown_finishes_calls.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -18355,8 +18355,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -18376,8 +18376,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/shutdown_finishes_tags.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -18433,8 +18433,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -18454,8 +18454,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/simple_delayed_request.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -18496,8 +18496,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -18517,8 +18517,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/simple_metadata.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -18573,8 +18573,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -18594,8 +18594,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/simple_request.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -18683,28 +18683,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/socket_utils_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -18773,7 +18773,7 @@ targets: language: c++ headers: [] src: - - test/core/util/stack_tracer_test.cc + - test/core/test_util/stack_tracer_test.cc deps: - gtest - grpc_test_util @@ -18823,28 +18823,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/status_conversion_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -18930,8 +18930,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -18951,8 +18951,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/streaming_error_response.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -18983,29 +18983,29 @@ targets: language: c++ headers: - test/core/end2end/cq_verifier.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/end2end/cq_verifier.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/chttp2/streams_not_seen_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -19066,28 +19066,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/system_roots_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -19111,28 +19111,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/tcp_client_posix_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -19161,29 +19161,29 @@ targets: language: c++ headers: - test/core/iomgr/endpoint_tests.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/endpoint_tests.cc - test/core/iomgr/tcp_posix_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -19195,28 +19195,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/tcp_server_posix_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -19286,8 +19286,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -19307,8 +19307,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/channelz.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -19420,28 +19420,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/iomgr/timer_heap_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -19451,28 +19451,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/credentials_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -19481,28 +19481,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/ssl_credentials_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -19522,10 +19522,10 @@ targets: build: test language: c++ headers: - - test/core/util/build.h + - test/core/test_util/build.h src: - test/core/slice/slice_test.cc - - test/core/util/build.cc + - test/core/test_util/build.cc deps: - gtest - grpc @@ -19836,8 +19836,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -19857,8 +19857,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/timeout_before_request_call.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -19869,28 +19869,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h - src: + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h + src: + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/core/transport/timeout_encoding_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc deps: - gtest - grpc_test_util @@ -19966,28 +19966,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/tls_security_connector_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -20055,8 +20055,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -20076,8 +20076,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/trailing_metadata.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -20403,10 +20403,10 @@ targets: build: test language: c++ headers: - - test/core/util/fake_stats_plugin.h + - test/core/test_util/fake_stats_plugin.h src: - test/core/load_balancing/weighted_round_robin_config_test.cc - - test/core/util/fake_stats_plugin.cc + - test/core/test_util/fake_stats_plugin.cc deps: - gtest - grpc_test_util @@ -20419,13 +20419,13 @@ targets: - test/core/event_engine/event_engine_test_utils.h - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h - test/core/load_balancing/lb_policy_test_lib.h - - test/core/util/fake_stats_plugin.h + - test/core/test_util/fake_stats_plugin.h src: - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.proto - test/core/event_engine/event_engine_test_utils.cc - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc - test/core/load_balancing/weighted_round_robin_test.cc - - test/core/util/fake_stats_plugin.cc + - test/core/test_util/fake_stats_plugin.cc deps: - gtest - protobuf @@ -20749,8 +20749,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -20770,8 +20770,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/write_buffering_at_end.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -20812,8 +20812,8 @@ targets: - test/core/end2end/fixtures/sockpair_fixture.h - test/core/end2end/tests/cancel_test_helpers.h - test/core/event_engine/event_engine_test_utils.h - - test/core/util/fake_stats_plugin.h - - test/core/util/test_lb_policies.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/test_lb_policies.h src: - src/core/ext/transport/chaotic_good/chaotic_good_transport.cc - src/core/ext/transport/chaotic_good/client/chaotic_good_connector.cc @@ -20833,8 +20833,8 @@ targets: - test/core/end2end/fixtures/proxy.cc - test/core/end2end/tests/write_buffering.cc - test/core/event_engine/event_engine_test_utils.cc - - test/core/util/fake_stats_plugin.cc - - test/core/util/test_lb_policies.cc + - test/core/test_util/fake_stats_plugin.cc + - test/core/test_util/test_lb_policies.cc deps: - gtest - grpc_authorization_provider @@ -20863,17 +20863,17 @@ targets: headers: - test/core/event_engine/event_engine_test_utils.h - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - src/proto/grpc/testing/echo.proto - src/proto/grpc/testing/echo_messages.proto @@ -20882,15 +20882,15 @@ targets: - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.proto - test/core/event_engine/event_engine_test_utils.cc - test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc - test/cpp/performance/writes_per_rpc_test.cc deps: - gtest @@ -20944,7 +20944,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h src: - test/core/xds/xds_bootstrap_test.cc deps: @@ -20967,7 +20967,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h - test/core/xds/xds_client_test_peer.h - test/core/xds/xds_transport_fake.h src: @@ -20988,8 +20988,8 @@ targets: run: false language: c++ headers: - - test/core/util/fake_stats_plugin.h - - test/core/util/scoped_env_var.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/scoped_env_var.h - test/cpp/end2end/connection_attempt_injector.h - test/cpp/end2end/counted_service.h - test/cpp/end2end/test_service_impl.h @@ -21029,7 +21029,7 @@ targets: - src/proto/grpc/testing/xds/v3/route.proto - src/proto/grpc/testing/xds/v3/router.proto - src/proto/grpc/testing/xds/v3/string.proto - - test/core/util/fake_stats_plugin.cc + - test/core/test_util/fake_stats_plugin.cc - test/cpp/end2end/connection_attempt_injector.cc - test/cpp/end2end/test_service_impl.cc - test/cpp/end2end/xds/xds_cluster_end2end_test.cc @@ -21081,7 +21081,7 @@ targets: run: false language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h - test/cpp/end2end/connection_attempt_injector.h - test/cpp/end2end/counted_service.h - test/cpp/end2end/test_service_impl.h @@ -21175,8 +21175,8 @@ targets: run: false language: c++ headers: - - test/core/util/fake_stats_plugin.h - - test/core/util/scoped_env_var.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/scoped_env_var.h - test/cpp/end2end/counted_service.h - test/cpp/end2end/test_service_impl.h - test/cpp/end2end/xds/xds_end2end_test_lib.h @@ -21215,7 +21215,7 @@ targets: - src/proto/grpc/testing/xds/v3/route.proto - src/proto/grpc/testing/xds/v3/router.proto - src/proto/grpc/testing/xds/v3/string.proto - - test/core/util/fake_stats_plugin.cc + - test/core/test_util/fake_stats_plugin.cc - test/cpp/end2end/test_service_impl.cc - test/cpp/end2end/xds/xds_core_end2end_test.cc - test/cpp/end2end/xds/xds_end2end_test_lib.cc @@ -21250,28 +21250,28 @@ targets: build: test language: c++ headers: - - test/core/util/cmdline.h - - test/core/util/evaluate_args_test_util.h - - test/core/util/fuzzer_util.h - - test/core/util/grpc_profiler.h - - test/core/util/histogram.h - - test/core/util/mock_authorization_endpoint.h - - test/core/util/mock_endpoint.h - - test/core/util/parse_hexstring.h - - test/core/util/resolve_localhost_ip46.h - - test/core/util/slice_splitter.h - - test/core/util/tracer_util.h + - test/core/test_util/cmdline.h + - test/core/test_util/evaluate_args_test_util.h + - test/core/test_util/fuzzer_util.h + - test/core/test_util/grpc_profiler.h + - test/core/test_util/histogram.h + - test/core/test_util/mock_authorization_endpoint.h + - test/core/test_util/mock_endpoint.h + - test/core/test_util/parse_hexstring.h + - test/core/test_util/resolve_localhost_ip46.h + - test/core/test_util/slice_splitter.h + - test/core/test_util/tracer_util.h src: - test/core/security/xds_credentials_test.cc - - test/core/util/cmdline.cc - - test/core/util/fuzzer_util.cc - - test/core/util/grpc_profiler.cc - - test/core/util/histogram.cc - - test/core/util/mock_endpoint.cc - - test/core/util/parse_hexstring.cc - - test/core/util/resolve_localhost_ip46.cc - - test/core/util/slice_splitter.cc - - test/core/util/tracer_util.cc + - test/core/test_util/cmdline.cc + - test/core/test_util/fuzzer_util.cc + - test/core/test_util/grpc_profiler.cc + - test/core/test_util/histogram.cc + - test/core/test_util/mock_endpoint.cc + - test/core/test_util/parse_hexstring.cc + - test/core/test_util/resolve_localhost_ip46.cc + - test/core/test_util/slice_splitter.cc + - test/core/test_util/tracer_util.cc deps: - gtest - grpc_test_util @@ -21341,8 +21341,8 @@ targets: run: false language: c++ headers: - - test/core/util/audit_logging_utils.h - - test/core/util/scoped_env_var.h + - test/core/test_util/audit_logging_utils.h + - test/core/test_util/scoped_env_var.h - test/cpp/end2end/counted_service.h - test/cpp/end2end/test_service_impl.h - test/cpp/end2end/xds/xds_end2end_test_lib.h @@ -21386,7 +21386,7 @@ targets: - src/proto/grpc/testing/xds/v3/string.proto - src/proto/grpc/testing/xds/v3/tls.proto - src/proto/grpc/testing/xds/v3/typed_struct.proto - - test/core/util/audit_logging_utils.cc + - test/core/test_util/audit_logging_utils.cc - test/cpp/end2end/test_service_impl.cc - test/cpp/end2end/xds/xds_end2end_test.cc - test/cpp/end2end/xds/xds_end2end_test_lib.cc @@ -21406,7 +21406,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h src: - src/proto/grpc/testing/xds/v3/address.proto - src/proto/grpc/testing/xds/v3/base.proto @@ -21425,7 +21425,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h - test/cpp/end2end/counted_service.h - test/cpp/end2end/test_service_impl.h - test/cpp/end2end/xds/xds_end2end_test_lib.h @@ -21541,7 +21541,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h - test/cpp/util/cli_call.h - test/cpp/util/cli_credentials.h - test/cpp/util/config_grpc_cli.h @@ -21587,7 +21587,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h - test/cpp/util/cli_call.h - test/cpp/util/cli_credentials.h - test/cpp/util/config_grpc_cli.h @@ -21735,7 +21735,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h - test/cpp/end2end/counted_service.h - test/cpp/end2end/test_service_impl.h - test/cpp/end2end/xds/xds_end2end_test_lib.h @@ -21824,7 +21824,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h - test/cpp/end2end/connection_attempt_injector.h - test/cpp/end2end/counted_service.h - test/cpp/end2end/test_service_impl.h @@ -21945,7 +21945,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h - test/cpp/end2end/counted_service.h - test/cpp/end2end/rls_server.h - test/cpp/end2end/test_service_impl.h @@ -22006,7 +22006,7 @@ targets: build: test language: c++ headers: - - test/core/util/scoped_env_var.h + - test/core/test_util/scoped_env_var.h - test/cpp/util/cli_call.h - test/cpp/util/cli_credentials.h - test/cpp/util/config_grpc_cli.h @@ -22135,8 +22135,8 @@ targets: build: test language: c++ headers: - - test/core/util/fake_stats_plugin.h - - test/core/util/scoped_env_var.h + - test/core/test_util/fake_stats_plugin.h + - test/core/test_util/scoped_env_var.h - test/cpp/end2end/counted_service.h - test/cpp/end2end/test_service_impl.h - test/cpp/end2end/xds/xds_end2end_test_lib.h @@ -22177,7 +22177,7 @@ targets: - src/proto/grpc/testing/xds/v3/router.proto - src/proto/grpc/testing/xds/v3/string.proto - src/proto/grpc/testing/xds/v3/wrr_locality.proto - - test/core/util/fake_stats_plugin.cc + - test/core/test_util/fake_stats_plugin.cc - test/cpp/end2end/test_service_impl.cc - test/cpp/end2end/xds/xds_end2end_test_lib.cc - test/cpp/end2end/xds/xds_server.cc diff --git a/build_handwritten.yaml b/build_handwritten.yaml index 8ccc340c96f..448b361871a 100644 --- a/build_handwritten.yaml +++ b/build_handwritten.yaml @@ -29,7 +29,7 @@ configs: compile_the_world: true test_environ: ASAN_OPTIONS: detect_leaks=1:color=always - LSAN_OPTIONS: suppressions=test/core/util/lsan_suppressions.txt:report_objects=1 + LSAN_OPTIONS: suppressions=test/core/test_util/lsan_suppressions.txt:report_objects=1 asan-noleaks: CC: clang CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer @@ -53,7 +53,7 @@ configs: compile_the_world: true test_environ: ASAN_OPTIONS: detect_leaks=1:color=always - LSAN_OPTIONS: suppressions=test/core/util/lsan_suppressions.txt:report_objects=1 + LSAN_OPTIONS: suppressions=test/core/test_util/lsan_suppressions.txt:report_objects=1 c++-compat: CFLAGS: -Wc++-compat CPPFLAGS: -O0 @@ -115,7 +115,7 @@ configs: LDXX: clang++ compile_the_world: true test_environ: - TSAN_OPTIONS: suppressions=test/core/util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1 + TSAN_OPTIONS: suppressions=test/core/test_util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1 ubsan: CC: clang CPPFLAGS: -O0 -stdlib=libc++ -fsanitize-coverage=edge,trace-pc-guard -fsanitize=undefined @@ -127,7 +127,7 @@ configs: LDXX: clang++ compile_the_world: true test_environ: - UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=test/core/util/ubsan_suppressions.txt + UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=test/core/test_util/ubsan_suppressions.txt defaults: boringssl: CFLAGS: -g diff --git a/src/android/test/interop/app/CMakeLists.txt b/src/android/test/interop/app/CMakeLists.txt index e19c79e2674..403f1e518d8 100644 --- a/src/android/test/interop/app/CMakeLists.txt +++ b/src/android/test/interop/app/CMakeLists.txt @@ -114,10 +114,10 @@ add_library(grpc-interop ${GRPC_SRC_DIR}/test/cpp/interop/backend_metrics_lb_policy.cc ${GRPC_SRC_DIR}/test/cpp/interop/interop_client.h ${GRPC_SRC_DIR}/test/cpp/interop/interop_client.cc - ${GRPC_SRC_DIR}/test/core/util/histogram.h - ${GRPC_SRC_DIR}/test/core/util/histogram.cc - ${GRPC_SRC_DIR}/test/core/util/test_lb_policies.h - ${GRPC_SRC_DIR}/test/core/util/test_lb_policies.cc) + ${GRPC_SRC_DIR}/test/core/test_util/histogram.h + ${GRPC_SRC_DIR}/test/core/test_util/histogram.cc + ${GRPC_SRC_DIR}/test/core/test_util/test_lb_policies.h + ${GRPC_SRC_DIR}/test/core/test_util/test_lb_policies.cc) target_link_libraries(grpc-interop messages_proto_lib diff --git a/src/objective-c/tests/BUILD b/src/objective-c/tests/BUILD index 357b9de9610..74ae15e0ff6 100644 --- a/src/objective-c/tests/BUILD +++ b/src/objective-c/tests/BUILD @@ -324,7 +324,7 @@ grpc_objc_testing_library( deps = [ "//:gpr_platform", "//src/core:iomgr_port", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/src/objective-c/tests/CFStreamTests/CFStreamClientTests.mm b/src/objective-c/tests/CFStreamTests/CFStreamClientTests.mm index 99ae59f35ed..6c90f0898dc 100644 --- a/src/objective-c/tests/CFStreamTests/CFStreamClientTests.mm +++ b/src/objective-c/tests/CFStreamTests/CFStreamClientTests.mm @@ -35,7 +35,7 @@ #include "src/core/lib/iomgr/resolve_address.h" #include "src/core/lib/iomgr/tcp_client.h" #include "src/core/lib/resource_quota/api.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static gpr_mu g_mu; static int g_connections_complete = 0; diff --git a/src/objective-c/tests/CFStreamTests/CFStreamEndpointTests.mm b/src/objective-c/tests/CFStreamTests/CFStreamEndpointTests.mm index 7bdbe590e36..97508b83cb8 100644 --- a/src/objective-c/tests/CFStreamTests/CFStreamEndpointTests.mm +++ b/src/objective-c/tests/CFStreamTests/CFStreamEndpointTests.mm @@ -37,7 +37,7 @@ #include "src/core/lib/iomgr/resolve_address.h" #include "src/core/lib/iomgr/tcp_client.h" #include "src/core/lib/resource_quota/api.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include #include diff --git a/src/objective-c/tests/CronetTests/CronetUnitTests.mm b/src/objective-c/tests/CronetTests/CronetUnitTests.mm index fa56f442006..5d9f8d41123 100644 --- a/src/objective-c/tests/CronetTests/CronetUnitTests.mm +++ b/src/objective-c/tests/CronetTests/CronetUnitTests.mm @@ -26,7 +26,7 @@ #import #import #import "test/core/end2end/cq_verifier.h" -#import "test/core/util/port.h" +#import "test/core/test_util/port.h" #import #import @@ -37,7 +37,7 @@ #import "src/core/lib/gprpp/env.h" #import "src/core/lib/gprpp/host_port.h" #import "test/core/end2end/data/ssl_test_data.h" -#import "test/core/util/test_config.h" +#import "test/core/test_util/test_config.h" #if COCOAPODS #import diff --git a/src/objective-c/tests/EventEngineTests/CFEventEngineClientTests.mm b/src/objective-c/tests/EventEngineTests/CFEventEngineClientTests.mm index c5a4e1c9cef..6f4244d82bf 100644 --- a/src/objective-c/tests/EventEngineTests/CFEventEngineClientTests.mm +++ b/src/objective-c/tests/EventEngineTests/CFEventEngineClientTests.mm @@ -24,7 +24,7 @@ #include "test/core/event_engine/test_suite/event_engine_test_framework.h" #include "test/core/event_engine/test_suite/posix/oracle_event_engine_posix.h" #include "test/core/event_engine/test_suite/tests/client_test.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" @interface EventEngineTimerTests : XCTestCase @end diff --git a/src/objective-c/tests/EventEngineTests/CFEventEngineUnitTests.mm b/src/objective-c/tests/EventEngineTests/CFEventEngineUnitTests.mm index d81b25aa8c3..fdc353c1eb9 100644 --- a/src/objective-c/tests/EventEngineTests/CFEventEngineUnitTests.mm +++ b/src/objective-c/tests/EventEngineTests/CFEventEngineUnitTests.mm @@ -24,7 +24,7 @@ #include "test/core/event_engine/test_suite/event_engine_test_framework.h" #include "test/core/event_engine/test_suite/tests/dns_test.h" #include "test/core/event_engine/test_suite/tests/timer_test.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" @interface EventEngineTimerTests : XCTestCase @end diff --git a/test/core/address_utils/BUILD b/test/core/address_utils/BUILD index 8abfa7b0c37..15f41c3f9d5 100644 --- a/test/core/address_utils/BUILD +++ b/test/core/address_utils/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer") licenses(["notice"]) @@ -33,7 +33,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -48,7 +48,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -62,7 +62,7 @@ grpc_fuzzer( uses_polling = False, deps = [ "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -77,6 +77,6 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/address_utils/parse_address_test.cc b/test/core/address_utils/parse_address_test.cc index 604d38aa300..d94370556e5 100644 --- a/test/core/address_utils/parse_address_test.cc +++ b/test/core/address_utils/parse_address_test.cc @@ -45,7 +45,7 @@ #include "src/core/lib/iomgr/port.h" #include "src/core/lib/iomgr/sockaddr.h" #include "src/core/lib/iomgr/socket_utils.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #ifdef GRPC_HAVE_UNIX_SOCKET diff --git a/test/core/address_utils/parse_address_with_named_scope_id_test.cc b/test/core/address_utils/parse_address_with_named_scope_id_test.cc index 8ed013b7d3a..a69fa0072b8 100644 --- a/test/core/address_utils/parse_address_with_named_scope_id_test.cc +++ b/test/core/address_utils/parse_address_with_named_scope_id_test.cc @@ -43,7 +43,7 @@ #include "src/core/lib/iomgr/resolved_address.h" #include "src/core/lib/iomgr/sockaddr.h" #include "src/core/lib/uri/uri_parser.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static void test_grpc_parse_ipv6_parity_with_getaddrinfo( const char* target, const struct sockaddr_in6 result_from_getaddrinfo) { diff --git a/test/core/address_utils/sockaddr_utils_test.cc b/test/core/address_utils/sockaddr_utils_test.cc index c9ac8d93ea6..e06223a7649 100644 --- a/test/core/address_utils/sockaddr_utils_test.cc +++ b/test/core/address_utils/sockaddr_utils_test.cc @@ -49,7 +49,7 @@ #include "src/core/lib/address_utils/parse_address.h" #include "src/core/lib/iomgr/sockaddr.h" #include "src/core/lib/iomgr/socket_utils.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/core/avl/BUILD b/test/core/avl/BUILD index a66fc7b335f..6ccf0c29b65 100644 --- a/test/core/avl/BUILD +++ b/test/core/avl/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") licenses(["notice"]) @@ -42,6 +42,6 @@ grpc_proto_fuzzer( uses_polling = False, deps = [ "//src/core:avl", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/backoff/BUILD b/test/core/backoff/BUILD index b8712f0b81d..b47ed129ecb 100644 --- a/test/core/backoff/BUILD +++ b/test/core/backoff/BUILD @@ -35,7 +35,7 @@ grpc_cc_test( "//:exec_ctx", "//:grpc", "//src/core:time", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/backoff/backoff_test.cc b/test/core/backoff/backoff_test.cc index 6e1619e71da..2d1cc8ccbe6 100644 --- a/test/core/backoff/backoff_test.cc +++ b/test/core/backoff/backoff_test.cc @@ -27,7 +27,7 @@ #include "src/core/lib/gprpp/time.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/core/bad_client/bad_client.cc b/test/core/bad_client/bad_client.cc index 55dba74272c..29c423c4631 100644 --- a/test/core/bad_client/bad_client.cc +++ b/test/core/bad_client/bad_client.cc @@ -46,7 +46,7 @@ #include "src/core/lib/surface/server.h" #include "src/core/lib/transport/transport.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define MIN_HTTP2_FRAME_SIZE 9 diff --git a/test/core/bad_client/generate_tests.bzl b/test/core/bad_client/generate_tests.bzl index 4eb204175ec..620fb5a114e 100755 --- a/test/core/bad_client/generate_tests.bzl +++ b/test/core/bad_client/generate_tests.bzl @@ -45,7 +45,7 @@ def grpc_bad_client_tests(): language = "C++", testonly = 1, deps = [ - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//:grpc", "//:gpr", "//test/core/end2end:cq_verifier", diff --git a/test/core/bad_client/tests/bad_streaming_id.cc b/test/core/bad_client/tests/bad_streaming_id.cc index 2715f52e8f7..f2e770b1ae8 100644 --- a/test/core/bad_client/tests/bad_streaming_id.cc +++ b/test/core/bad_client/tests/bad_streaming_id.cc @@ -27,7 +27,7 @@ #include "src/core/lib/surface/server.h" #include "test/core/bad_client/bad_client.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define HEADER_FRAME_ID_1 \ "\x00\x00\xc9\x01\x05\x00\x00\x00\x01" /* headers: generated from \ diff --git a/test/core/bad_client/tests/badreq.cc b/test/core/bad_client/tests/badreq.cc index 9b6b5ea7339..b85a0c7f65e 100644 --- a/test/core/bad_client/tests/badreq.cc +++ b/test/core/bad_client/tests/badreq.cc @@ -23,7 +23,7 @@ #include "src/core/lib/surface/server.h" #include "test/core/bad_client/bad_client.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define PFX_STR \ "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" \ diff --git a/test/core/bad_client/tests/connection_prefix.cc b/test/core/bad_client/tests/connection_prefix.cc index 604e7040f12..be1b487b500 100644 --- a/test/core/bad_client/tests/connection_prefix.cc +++ b/test/core/bad_client/tests/connection_prefix.cc @@ -23,7 +23,7 @@ #include "src/core/lib/surface/server.h" #include "test/core/bad_client/bad_client.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static void verifier(grpc_server* server, grpc_completion_queue* cq, void* /*registered_method*/) { diff --git a/test/core/bad_client/tests/duplicate_header.cc b/test/core/bad_client/tests/duplicate_header.cc index c4edc871355..12c5dfd58cb 100644 --- a/test/core/bad_client/tests/duplicate_header.cc +++ b/test/core/bad_client/tests/duplicate_header.cc @@ -28,7 +28,7 @@ #include "src/core/lib/gprpp/time.h" #include "test/core/bad_client/bad_client.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define PFX_STR \ "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" \ diff --git a/test/core/bad_client/tests/head_of_line_blocking.cc b/test/core/bad_client/tests/head_of_line_blocking.cc index 07122148202..75615687d86 100644 --- a/test/core/bad_client/tests/head_of_line_blocking.cc +++ b/test/core/bad_client/tests/head_of_line_blocking.cc @@ -31,7 +31,7 @@ #include "test/core/bad_client/bad_client.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static const char prefix[] = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" diff --git a/test/core/bad_client/tests/headers.cc b/test/core/bad_client/tests/headers.cc index dca232d2afa..242b2b39b11 100644 --- a/test/core/bad_client/tests/headers.cc +++ b/test/core/bad_client/tests/headers.cc @@ -22,7 +22,7 @@ #include "src/core/lib/surface/server.h" #include "test/core/bad_client/bad_client.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define PFX_STR \ "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" \ diff --git a/test/core/bad_client/tests/initial_settings_frame.cc b/test/core/bad_client/tests/initial_settings_frame.cc index 8b992b0b220..f8388784596 100644 --- a/test/core/bad_client/tests/initial_settings_frame.cc +++ b/test/core/bad_client/tests/initial_settings_frame.cc @@ -26,7 +26,7 @@ #include "src/core/lib/surface/server.h" #include "test/core/bad_client/bad_client.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define PFX_STR "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" #define ONE_SETTING_HDR "\x00\x00\x06\x04\x00\x00\x00\x00\x00" diff --git a/test/core/bad_client/tests/out_of_bounds.cc b/test/core/bad_client/tests/out_of_bounds.cc index e23ec13df21..8ae1a5365bd 100644 --- a/test/core/bad_client/tests/out_of_bounds.cc +++ b/test/core/bad_client/tests/out_of_bounds.cc @@ -27,7 +27,7 @@ #include "src/core/lib/surface/server.h" #include "test/core/bad_client/bad_client.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define APPEND_BUFFER(string, to_append) \ ((string).append((to_append), sizeof(to_append) - 1)) diff --git a/test/core/bad_client/tests/server_registered_method.cc b/test/core/bad_client/tests/server_registered_method.cc index 67a67b744e8..c402f1702d4 100644 --- a/test/core/bad_client/tests/server_registered_method.cc +++ b/test/core/bad_client/tests/server_registered_method.cc @@ -26,7 +26,7 @@ #include "src/core/lib/surface/server.h" #include "test/core/bad_client/bad_client.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define PFX_STR \ "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" \ diff --git a/test/core/bad_client/tests/simple_request.cc b/test/core/bad_client/tests/simple_request.cc index d3c90ed81d6..1c10e3850ea 100644 --- a/test/core/bad_client/tests/simple_request.cc +++ b/test/core/bad_client/tests/simple_request.cc @@ -21,7 +21,7 @@ #include "src/core/lib/surface/server.h" #include "test/core/bad_client/bad_client.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define PFX_STR \ "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" \ diff --git a/test/core/bad_client/tests/unknown_frame.cc b/test/core/bad_client/tests/unknown_frame.cc index 8eb847bd119..06776083808 100644 --- a/test/core/bad_client/tests/unknown_frame.cc +++ b/test/core/bad_client/tests/unknown_frame.cc @@ -27,7 +27,7 @@ #include "src/core/lib/surface/server.h" #include "test/core/bad_client/bad_client.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static void verifier(grpc_server* server, grpc_completion_queue* cq, void* /*registered_method*/) { diff --git a/test/core/bad_client/tests/window_overflow.cc b/test/core/bad_client/tests/window_overflow.cc index f16645a0789..7a55752a58d 100644 --- a/test/core/bad_client/tests/window_overflow.cc +++ b/test/core/bad_client/tests/window_overflow.cc @@ -25,7 +25,7 @@ #include "src/core/lib/surface/server.h" #include "test/core/bad_client/bad_client.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define PFX_STR \ "\x00\x00\x00\x04\x01\x00\x00\x00\x00" \ diff --git a/test/core/bad_connection/BUILD b/test/core/bad_connection/BUILD index e2ae2e91d88..d424ba888ac 100644 --- a/test/core/bad_connection/BUILD +++ b/test/core/bad_connection/BUILD @@ -31,6 +31,6 @@ grpc_cc_binary( "//:grpc", "//:server", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/bad_connection/close_fd_test.cc b/test/core/bad_connection/close_fd_test.cc index 33a3e8247c1..d870e529d7d 100644 --- a/test/core/bad_connection/close_fd_test.cc +++ b/test/core/bad_connection/close_fd_test.cc @@ -61,7 +61,7 @@ #include "src/core/lib/surface/channel.h" #include "src/core/lib/surface/completion_queue.h" #include "src/core/lib/surface/server.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static void* tag(intptr_t t) { return reinterpret_cast(t); } diff --git a/test/core/bad_ssl/bad_ssl_test.cc b/test/core/bad_ssl/bad_ssl_test.cc index d877809e390..988cea357a5 100644 --- a/test/core/bad_ssl/bad_ssl_test.cc +++ b/test/core/bad_ssl/bad_ssl_test.cc @@ -39,8 +39,8 @@ #include "src/core/lib/gprpp/env.h" #include "src/core/lib/gprpp/host_port.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" static void run_test(const char* target, size_t nops) { grpc_channel_credentials* ssl_creds = diff --git a/test/core/bad_ssl/generate_tests.bzl b/test/core/bad_ssl/generate_tests.bzl index bda7afc05bf..3ce7de49171 100755 --- a/test/core/bad_ssl/generate_tests.bzl +++ b/test/core/bad_ssl/generate_tests.bzl @@ -37,8 +37,8 @@ def grpc_bad_ssl_tests(): "absl/log:check", ], deps = [ - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", "//:grpc", ], ) @@ -63,8 +63,8 @@ def grpc_bad_ssl_tests(): "//src/core/tsi/test_creds:server1.pem", ], deps = [ - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", "//:gpr", "//:grpc", "//:subprocess", diff --git a/test/core/bad_ssl/server_common.cc b/test/core/bad_ssl/server_common.cc index 6d365968fc0..1f9c0a69f5f 100644 --- a/test/core/bad_ssl/server_common.cc +++ b/test/core/bad_ssl/server_common.cc @@ -25,8 +25,8 @@ #include #include -#include "test/core/util/cmdline.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/cmdline.h" +#include "test/core/test_util/test_config.h" // Common server implementation details for all servers in servers/. // There's nothing *wrong* with these servers per-se, but they are diff --git a/test/core/bad_ssl/servers/alpn.cc b/test/core/bad_ssl/servers/alpn.cc index c1752f9b326..cc11af5ed42 100644 --- a/test/core/bad_ssl/servers/alpn.cc +++ b/test/core/bad_ssl/servers/alpn.cc @@ -31,7 +31,7 @@ #include "src/core/lib/gpr/useful.h" #include "src/core/lib/iomgr/error.h" #include "test/core/bad_ssl/server_common.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/tls_utils.h" #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" #define SERVER_CERT_PATH "src/core/tsi/test_creds/server1.pem" diff --git a/test/core/bad_ssl/servers/cert.cc b/test/core/bad_ssl/servers/cert.cc index e8ed29b1089..f2fd81fa35d 100644 --- a/test/core/bad_ssl/servers/cert.cc +++ b/test/core/bad_ssl/servers/cert.cc @@ -26,7 +26,7 @@ #include "src/core/lib/iomgr/error.h" #include "test/core/bad_ssl/server_common.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/tls_utils.h" // This server will present an untrusted cert to the connecting client, // causing the SSL handshake to fail diff --git a/test/core/channel/BUILD b/test/core/channel/BUILD index fa5649b9c96..10831f5090c 100644 --- a/test/core/channel/BUILD +++ b/test/core/channel/BUILD @@ -27,8 +27,8 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", ], ) @@ -46,7 +46,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -61,7 +61,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -77,7 +77,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:closure", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -95,7 +95,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -110,7 +110,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -125,7 +125,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//test/core/promise:test_context", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -141,7 +141,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -156,7 +156,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//src/core:metrics", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/channel/call_tracer_test.cc b/test/core/channel/call_tracer_test.cc index 4950e8d0276..e9058e509a5 100644 --- a/test/core/channel/call_tracer_test.cc +++ b/test/core/channel/call_tracer_test.cc @@ -29,8 +29,8 @@ #include "src/core/lib/promise/context.h" #include "src/core/lib/resource_quota/memory_quota.h" #include "src/core/lib/resource_quota/resource_quota.h" -#include "test/core/util/fake_stats_plugin.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/fake_stats_plugin.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/channel/channel_args_test.cc b/test/core/channel/channel_args_test.cc index d7a3b9f6986..3e59d01bfa0 100644 --- a/test/core/channel/channel_args_test.cc +++ b/test/core/channel/channel_args_test.cc @@ -35,7 +35,7 @@ #include "src/core/lib/gprpp/ref_counted.h" #include "src/core/lib/gprpp/ref_counted_ptr.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/channel/channel_stack_builder_test.cc b/test/core/channel/channel_stack_builder_test.cc index 65d4466eff9..c11c7496594 100644 --- a/test/core/channel/channel_stack_builder_test.cc +++ b/test/core/channel/channel_stack_builder_test.cc @@ -31,7 +31,7 @@ #include "src/core/lib/iomgr/closure.h" #include "src/core/lib/iomgr/error.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/channel/channel_stack_test.cc b/test/core/channel/channel_stack_test.cc index 4054e6a8844..a07dbf148b6 100644 --- a/test/core/channel/channel_stack_test.cc +++ b/test/core/channel/channel_stack_test.cc @@ -29,7 +29,7 @@ #include "src/core/lib/config/core_configuration.h" #include "src/core/lib/gprpp/status_helper.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static grpc_error_handle channel_init_func(grpc_channel_element* elem, grpc_channel_element_args* args) { diff --git a/test/core/channel/metrics_test.cc b/test/core/channel/metrics_test.cc index c2267d3333e..d6b4d04d17c 100644 --- a/test/core/channel/metrics_test.cc +++ b/test/core/channel/metrics_test.cc @@ -23,8 +23,8 @@ #include "gmock/gmock.h" #include "gtest/gtest.h" -#include "test/core/util/fake_stats_plugin.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/fake_stats_plugin.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/channel/minimal_stack_is_minimal_test.cc b/test/core/channel/minimal_stack_is_minimal_test.cc index e94a66a5e2c..898048186c0 100644 --- a/test/core/channel/minimal_stack_is_minimal_test.cc +++ b/test/core/channel/minimal_stack_is_minimal_test.cc @@ -54,7 +54,7 @@ #include "src/core/lib/surface/channel_init.h" #include "src/core/lib/surface/channel_stack_type.h" #include "src/core/lib/transport/transport.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace { class FakeTransport final : public grpc_core::Transport { diff --git a/test/core/channelz/BUILD b/test/core/channelz/BUILD index 82c3bde0d30..26d6772a44a 100644 --- a/test/core/channelz/BUILD +++ b/test/core/channelz/BUILD @@ -30,7 +30,7 @@ grpc_cc_test( "//:grpc", "//:grpc++", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:channel_trace_proto_helper", ], ) @@ -48,7 +48,7 @@ grpc_cc_test( "//:grpc++", "//src/core:channel_args", "//test/core/event_engine:event_engine_test_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:channel_trace_proto_helper", ], ) @@ -66,6 +66,6 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/channelz/channel_trace_test.cc b/test/core/channelz/channel_trace_test.cc index 817fd30f687..b46f5730c87 100644 --- a/test/core/channelz/channel_trace_test.cc +++ b/test/core/channelz/channel_trace_test.cc @@ -36,7 +36,7 @@ #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/json/json.h" #include "src/core/lib/json/json_writer.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/channel_trace_proto_helper.h" namespace grpc_core { diff --git a/test/core/channelz/channelz_registry_test.cc b/test/core/channelz/channelz_registry_test.cc index 02fb0360c72..7b193c274fd 100644 --- a/test/core/channelz/channelz_registry_test.cc +++ b/test/core/channelz/channelz_registry_test.cc @@ -26,7 +26,7 @@ #include "gtest/gtest.h" #include "src/core/channelz/channelz.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace channelz { diff --git a/test/core/channelz/channelz_test.cc b/test/core/channelz/channelz_test.cc index 3cf8239eb39..5c1cdd71483 100644 --- a/test/core/channelz/channelz_test.cc +++ b/test/core/channelz/channelz_test.cc @@ -50,7 +50,7 @@ #include "src/core/lib/surface/channel.h" #include "src/core/lib/surface/server.h" #include "test/core/event_engine/event_engine_test_utils.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/channel_trace_proto_helper.h" using grpc_event_engine::experimental::GetDefaultEventEngine; diff --git a/test/core/client_channel/BUILD b/test/core/client_channel/BUILD index 1de1356f7d1..3e014705200 100644 --- a/test/core/client_channel/BUILD +++ b/test/core/client_channel/BUILD @@ -29,7 +29,7 @@ grpc_cc_test( "//:grpc_client_channel", "//src/core:channel_args", "//src/core:subchannel_pool_interface", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -45,7 +45,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -62,7 +62,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -79,6 +79,6 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/client_channel/client_channel_service_config_test.cc b/test/core/client_channel/client_channel_service_config_test.cc index 5d2904a1ad7..e0c108fdb8d 100644 --- a/test/core/client_channel/client_channel_service_config_test.cc +++ b/test/core/client_channel/client_channel_service_config_test.cc @@ -29,7 +29,7 @@ #include "src/core/service_config/service_config.h" #include "src/core/service_config/service_config_impl.h" #include "src/core/service_config/service_config_parser.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/client_channel/client_channel_test.cc b/test/core/client_channel/client_channel_test.cc index 1286cdfeeed..7fe497d91e8 100644 --- a/test/core/client_channel/client_channel_test.cc +++ b/test/core/client_channel/client_channel_test.cc @@ -26,7 +26,7 @@ #include "src/core/client_channel/subchannel_pool_interface.h" #include "src/core/lib/channel/channel_args.h" #include "src/core/resolver/endpoint_addresses.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/client_channel/retry_service_config_test.cc b/test/core/client_channel/retry_service_config_test.cc index a9284664a61..34f41a5da9a 100644 --- a/test/core/client_channel/retry_service_config_test.cc +++ b/test/core/client_channel/retry_service_config_test.cc @@ -32,7 +32,7 @@ #include "src/core/service_config/service_config.h" #include "src/core/service_config/service_config_impl.h" #include "src/core/service_config/service_config_parser.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/client_channel/retry_throttle_test.cc b/test/core/client_channel/retry_throttle_test.cc index 85b3d0e83e9..78cda1694ad 100644 --- a/test/core/client_channel/retry_throttle_test.cc +++ b/test/core/client_channel/retry_throttle_test.cc @@ -20,7 +20,7 @@ #include "gtest/gtest.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace internal { diff --git a/test/core/compression/BUILD b/test/core/compression/BUILD index 71711169657..d6825f63e41 100644 --- a/test/core/compression/BUILD +++ b/test/core/compression/BUILD @@ -17,7 +17,7 @@ load( "grpc_cc_test", "grpc_package", ) -load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer") grpc_package(name = "test/core/compression") @@ -34,7 +34,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -47,7 +47,7 @@ grpc_fuzzer( uses_polling = False, deps = [ "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -60,7 +60,7 @@ grpc_fuzzer( uses_polling = False, deps = [ "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -74,7 +74,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) diff --git a/test/core/compression/compression_test.cc b/test/core/compression/compression_test.cc index 3b869ca5471..2297e5c8303 100644 --- a/test/core/compression/compression_test.cc +++ b/test/core/compression/compression_test.cc @@ -28,7 +28,7 @@ #include #include "src/core/lib/gpr/useful.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(CompressionTest, CompressionAlgorithmParse) { size_t i; diff --git a/test/core/compression/message_compress_test.cc b/test/core/compression/message_compress_test.cc index 1cd5a07984d..b3cf8ba7e47 100644 --- a/test/core/compression/message_compress_test.cc +++ b/test/core/compression/message_compress_test.cc @@ -32,8 +32,8 @@ #include "src/core/lib/gpr/useful.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/slice_splitter.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/slice_splitter.h" +#include "test/core/test_util/test_config.h" typedef enum { ONE_A = 0, ONE_KB_A, ONE_MB_A, TEST_VALUE_COUNT } test_value; diff --git a/test/core/debug/BUILD b/test/core/debug/BUILD index 55c049dfb69..7a123f32caa 100644 --- a/test/core/debug/BUILD +++ b/test/core/debug/BUILD @@ -34,6 +34,6 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/debug/stats_test.cc b/test/core/debug/stats_test.cc index b800aedc7f5..14899457033 100644 --- a/test/core/debug/stats_test.cc +++ b/test/core/debug/stats_test.cc @@ -27,7 +27,7 @@ #include "src/core/lib/debug/stats_data.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/end2end/BUILD b/test/core/end2end/BUILD index 6a9f7a0b397..08c373e425d 100644 --- a/test/core/end2end/BUILD +++ b/test/core/end2end/BUILD @@ -41,7 +41,7 @@ grpc_cc_library( "//:grpc", "//src/core:match", "//src/core:time", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -88,7 +88,7 @@ grpc_cc_library( "//src/core:slice_refcount", "//src/core:status_helper", "//src/core:time", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -104,7 +104,7 @@ grpc_cc_library( "//:grpc", "//:grpc_public_hdrs", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -142,7 +142,7 @@ grpc_cc_library( "//src/core:slice", "//src/core:time", "//test/core/event_engine:event_engine_test_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -189,7 +189,7 @@ grpc_cc_library( "//src/core:grpc_tls_credentials", "//src/core:grpc_transport_inproc", "//src/core:slice", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -229,7 +229,7 @@ grpc_cc_library( "//src/core:grpc_fake_credentials", "//src/core:iomgr_port", "//src/core:no_destruct", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], alwayslink = 1, ) @@ -252,7 +252,7 @@ grpc_cc_library( "end2end_test_suites", "fixture_support", "//:config_vars", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -280,8 +280,8 @@ grpc_cc_library( "fixture_support", "//:config_vars", "//test/core/event_engine/fuzzing_event_engine", - "//test/core/util:fuzz_config_vars", - "//test/core/util:grpc_test_util", + "//test/core/test_util:fuzz_config_vars", + "//test/core/test_util:grpc_test_util", ], ) @@ -516,7 +516,7 @@ grpc_cc_test( "//src/core:notification", "//src/core:slice", "//src/core:status_helper", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -532,7 +532,7 @@ grpc_cc_test( "//:gpr", "//:grpc_public_hdrs", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -556,7 +556,7 @@ grpc_cc_test( "//src/core:error", "//src/core:iomgr_port", "//src/core:resolved_address", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -589,7 +589,7 @@ grpc_cc_test( "//src/core:iomgr_fwd", "//src/core:resolved_address", "//src/core:time", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -603,7 +603,7 @@ grpc_cc_test( "//:gpr", "//:gpr_platform", "//:grpc_public_hdrs", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -614,7 +614,7 @@ grpc_cc_test( deps = [ "//:event_engine_base_hdrs", "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -639,7 +639,7 @@ grpc_cc_test( "//:ref_counted_ptr", "//src/core:channel_args", "//src/core:grpc_service_config", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -678,7 +678,7 @@ grpc_cc_test( "//src/core:slice", "//src/core:time", "//test/core/event_engine:event_engine_test_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -709,7 +709,7 @@ grpc_cc_test( "//src/core:channel_args", "//src/core:error", "//src/core:useful", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -740,7 +740,7 @@ grpc_cc_test( "//src/core:channel_args", "//src/core:error", "//src/core:useful", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -750,6 +750,6 @@ grpc_proto_library( has_services = False, deps = [ "//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_proto", - "//test/core/util:fuzz_config_vars_proto", + "//test/core/test_util:fuzz_config_vars_proto", ], ) diff --git a/test/core/end2end/bad_server_response_test.cc b/test/core/end2end/bad_server_response_test.cc index 6f9ebd429dd..eb9b0c09a2f 100644 --- a/test/core/end2end/bad_server_response_test.cc +++ b/test/core/end2end/bad_server_response_test.cc @@ -53,9 +53,9 @@ #include "src/core/lib/iomgr/tcp_server.h" #include "src/core/lib/slice/slice_string_helpers.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/test_tcp_server.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/test_tcp_server.h" #define HTTP1_RESP_400 \ "HTTP/1.0 400 Bad Request\n" \ diff --git a/test/core/end2end/connection_refused_test.cc b/test/core/end2end/connection_refused_test.cc index 35e6b0db826..055e115a286 100644 --- a/test/core/end2end/connection_refused_test.cc +++ b/test/core/end2end/connection_refused_test.cc @@ -36,8 +36,8 @@ #include "src/core/lib/gprpp/host_port.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" static void run_test(bool wait_for_ready, bool use_service_config) { grpc_channel* chan; diff --git a/test/core/end2end/cq_verifier.cc b/test/core/end2end/cq_verifier.cc index 4f089e9d480..c318f7fa301 100644 --- a/test/core/end2end/cq_verifier.cc +++ b/test/core/end2end/cq_verifier.cc @@ -49,7 +49,7 @@ #include "src/core/lib/gprpp/debug_location.h" #include "src/core/lib/gprpp/match.h" #include "src/core/lib/surface/event_string.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // a set of metadata we expect to find on an event typedef struct metadata { diff --git a/test/core/end2end/dualstack_socket_test.cc b/test/core/end2end/dualstack_socket_test.cc index 5b989c83657..bf793e97bec 100644 --- a/test/core/end2end/dualstack_socket_test.cc +++ b/test/core/end2end/dualstack_socket_test.cc @@ -56,8 +56,8 @@ #include "src/core/lib/iomgr/socket_utils_posix.h" #include "src/core/lib/transport/error_utils.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" // This test exercises IPv4, IPv6, and dualstack sockets in various ways. diff --git a/test/core/end2end/end2end_test_fuzzer.cc b/test/core/end2end/end2end_test_fuzzer.cc index 01a730269e9..0df0feda71c 100644 --- a/test/core/end2end/end2end_test_fuzzer.cc +++ b/test/core/end2end/end2end_test_fuzzer.cc @@ -42,7 +42,7 @@ #include "test/core/end2end/fixtures/h2_tls_common.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.pb.h" -#include "test/core/util/fuzz_config_vars.h" +#include "test/core/test_util/fuzz_config_vars.h" using ::grpc_event_engine::experimental::FuzzingEventEngine; using ::grpc_event_engine::experimental::GetDefaultEventEngine; diff --git a/test/core/end2end/end2end_test_fuzzer.proto b/test/core/end2end/end2end_test_fuzzer.proto index 1a01088d1f3..5d2054361d8 100644 --- a/test/core/end2end/end2end_test_fuzzer.proto +++ b/test/core/end2end/end2end_test_fuzzer.proto @@ -17,7 +17,7 @@ syntax = "proto3"; package core_end2end_test_fuzzer; import "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.proto"; -import "test/core/util/fuzz_config_vars.proto"; +import "test/core/test_util/fuzz_config_vars.proto"; message Msg { uint32 test_id = 1; diff --git a/test/core/end2end/end2end_test_main.cc b/test/core/end2end/end2end_test_main.cc index 18f141095e2..8d40eb90900 100644 --- a/test/core/end2end/end2end_test_main.cc +++ b/test/core/end2end/end2end_test_main.cc @@ -23,7 +23,7 @@ #include "src/core/lib/config/config_vars.h" #include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/fixtures/h2_tls_common.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { extern void EnsureSuitesLinked(); diff --git a/test/core/end2end/end2end_test_suites.cc b/test/core/end2end/end2end_test_suites.cc index 1505fa38e80..35bd844a603 100644 --- a/test/core/end2end/end2end_test_suites.cc +++ b/test/core/end2end/end2end_test_suites.cc @@ -69,9 +69,9 @@ #include "test/core/end2end/fixtures/proxy.h" #include "test/core/end2end/fixtures/secure_fixture.h" #include "test/core/end2end/fixtures/sockpair_fixture.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" // IWYU pragma: no_include diff --git a/test/core/end2end/end2end_tests.h b/test/core/end2end/end2end_tests.h index a3435eccd13..737badb909b 100644 --- a/test/core/end2end/end2end_tests.h +++ b/test/core/end2end/end2end_tests.h @@ -63,7 +63,7 @@ #include "src/core/lib/surface/channel.h" #include "test/core/end2end/cq_verifier.h" #include "test/core/event_engine/event_engine_test_utils.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // Test feature flags. #define FEATURE_MASK_DOES_NOT_SUPPORT_RETRY (1 << 0) diff --git a/test/core/end2end/fixtures/h2_oauth2_common.h b/test/core/end2end/fixtures/h2_oauth2_common.h index 49ccec15bfb..1af9d8b7bcd 100644 --- a/test/core/end2end/fixtures/h2_oauth2_common.h +++ b/test/core/end2end/fixtures/h2_oauth2_common.h @@ -34,7 +34,7 @@ #include "src/core/lib/security/credentials/ssl/ssl_credentials.h" #include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/fixtures/secure_fixture.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/tls_utils.h" class Oauth2Fixture : public SecureFixture { public: diff --git a/test/core/end2end/fixtures/h2_ssl_cred_reload_fixture.h b/test/core/end2end/fixtures/h2_ssl_cred_reload_fixture.h index 0c7dc536a7a..7713cf5f597 100644 --- a/test/core/end2end/fixtures/h2_ssl_cred_reload_fixture.h +++ b/test/core/end2end/fixtures/h2_ssl_cred_reload_fixture.h @@ -33,7 +33,7 @@ #include "src/core/lib/security/credentials/ssl/ssl_credentials.h" #include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/fixtures/secure_fixture.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/tls_utils.h" class SslCredReloadFixture : public SecureFixture { public: diff --git a/test/core/end2end/fixtures/h2_ssl_tls_common.h b/test/core/end2end/fixtures/h2_ssl_tls_common.h index dbd8bb11539..a63ea964f20 100644 --- a/test/core/end2end/fixtures/h2_ssl_tls_common.h +++ b/test/core/end2end/fixtures/h2_ssl_tls_common.h @@ -33,7 +33,7 @@ #include "src/core/lib/security/credentials/ssl/ssl_credentials.h" #include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/fixtures/secure_fixture.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/tls_utils.h" class SslTlsFixture : public SecureFixture { public: diff --git a/test/core/end2end/fixtures/h2_tls_common.h b/test/core/end2end/fixtures/h2_tls_common.h index 908c1fc432e..88fd4c6dd8b 100644 --- a/test/core/end2end/fixtures/h2_tls_common.h +++ b/test/core/end2end/fixtures/h2_tls_common.h @@ -42,7 +42,7 @@ #include "src/core/lib/slice/slice_internal.h" #include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/fixtures/secure_fixture.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/tls_utils.h" // For normal TLS connections. #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" diff --git a/test/core/end2end/fixtures/http_proxy_fixture.cc b/test/core/end2end/fixtures/http_proxy_fixture.cc index 43c4dc87f8c..be2ec412014 100644 --- a/test/core/end2end/fixtures/http_proxy_fixture.cc +++ b/test/core/end2end/fixtures/http_proxy_fixture.cc @@ -65,7 +65,7 @@ #include "src/core/lib/iomgr/sockaddr.h" #include "src/core/lib/iomgr/tcp_client.h" #include "src/core/lib/iomgr/tcp_server.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" struct grpc_end2end_http_proxy { grpc_end2end_http_proxy() diff --git a/test/core/end2end/fixtures/proxy.cc b/test/core/end2end/fixtures/proxy.cc index 94e56ef8e82..cb1a2e04cb2 100644 --- a/test/core/end2end/fixtures/proxy.cc +++ b/test/core/end2end/fixtures/proxy.cc @@ -40,7 +40,7 @@ #include "src/core/lib/gprpp/host_port.h" #include "src/core/lib/gprpp/thd.h" #include "src/core/lib/surface/call.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" struct grpc_end2end_proxy { grpc_end2end_proxy() diff --git a/test/core/end2end/fixtures/secure_fixture.h b/test/core/end2end/fixtures/secure_fixture.h index 480abfd8698..d0a8448ae72 100644 --- a/test/core/end2end/fixtures/secure_fixture.h +++ b/test/core/end2end/fixtures/secure_fixture.h @@ -29,7 +29,7 @@ #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/gprpp/host_port.h" #include "test/core/end2end/end2end_tests.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" // Base class for a fixture that just needs to select cred types (or mutate // client/server channel args). diff --git a/test/core/end2end/fuzzers/BUILD b/test/core/end2end/fuzzers/BUILD index 8364a52be5f..35f52f6be3b 100644 --- a/test/core/end2end/fuzzers/BUILD +++ b/test/core/end2end/fuzzers/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_package", "grpc_proto_library") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") grpc_package(name = "test/core/end2end/fuzzers") @@ -25,8 +25,8 @@ grpc_proto_library( has_services = False, deps = [ "//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_proto", - "//test/core/util:fuzz_config_vars_proto", - "//test/core/util:fuzzing_channel_args_proto", + "//test/core/test_util:fuzz_config_vars_proto", + "//test/core/test_util:fuzzing_channel_args_proto", ], ) @@ -69,10 +69,10 @@ grpc_proto_fuzzer( "//src/core:slice", "//test/core/end2end:ssl_test_data", "//test/core/event_engine/fuzzing_event_engine", - "//test/core/util:fuzz_config_vars", - "//test/core/util:fuzzing_channel_args", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:fuzz_config_vars", + "//test/core/test_util:fuzzing_channel_args", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -83,8 +83,8 @@ grpc_proto_library( deps = [ "api_fuzzer_proto", "//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_proto", - "//test/core/util:fuzz_config_vars_proto", - "//test/core/util:fuzzing_channel_args_proto", + "//test/core/test_util:fuzz_config_vars_proto", + "//test/core/test_util:fuzzing_channel_args_proto", ], ) @@ -97,8 +97,8 @@ grpc_cc_library( "//:chttp2_frame", "//src/core:chaotic_good_frame_header", "//test/core/event_engine/fuzzing_event_engine", - "//test/core/util:fuzzing_channel_args", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:fuzzing_channel_args", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -120,9 +120,9 @@ grpc_proto_fuzzer( "//:grpc", "//src/core:channel_args", "//test/core/event_engine/fuzzing_event_engine", - "//test/core/util:fuzz_config_vars", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:fuzz_config_vars", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -139,9 +139,9 @@ grpc_cc_library( "//:grpc", "//src/core:channel_args", "//test/core/event_engine/fuzzing_event_engine", - "//test/core/util:fuzz_config_vars", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:fuzz_config_vars", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) diff --git a/test/core/end2end/fuzzers/api_fuzzer.cc b/test/core/end2end/fuzzers/api_fuzzer.cc index 13ec4c012cf..299976cb5e2 100644 --- a/test/core/end2end/fuzzers/api_fuzzer.cc +++ b/test/core/end2end/fuzzers/api_fuzzer.cc @@ -67,8 +67,8 @@ #include "test/core/end2end/fuzzers/fuzzing_common.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.pb.h" -#include "test/core/util/fuzz_config_vars.h" -#include "test/core/util/fuzzing_channel_args.h" +#include "test/core/test_util/fuzz_config_vars.h" +#include "test/core/test_util/fuzzing_channel_args.h" // IWYU pragma: no_include diff --git a/test/core/end2end/fuzzers/api_fuzzer.proto b/test/core/end2end/fuzzers/api_fuzzer.proto index 2663d80242e..034521e534a 100644 --- a/test/core/end2end/fuzzers/api_fuzzer.proto +++ b/test/core/end2end/fuzzers/api_fuzzer.proto @@ -17,8 +17,8 @@ syntax = "proto3"; package api_fuzzer; import "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.proto"; -import "test/core/util/fuzz_config_vars.proto"; -import "test/core/util/fuzzing_channel_args.proto"; +import "test/core/test_util/fuzz_config_vars.proto"; +import "test/core/test_util/fuzzing_channel_args.proto"; message Empty {} diff --git a/test/core/end2end/fuzzers/client_fuzzer.cc b/test/core/end2end/fuzzers/client_fuzzer.cc index 346b48e203b..18079e5f4e8 100644 --- a/test/core/end2end/fuzzers/client_fuzzer.cc +++ b/test/core/end2end/fuzzers/client_fuzzer.cc @@ -41,8 +41,8 @@ #include "test/core/end2end/fuzzers/fuzzer_input.pb.h" #include "test/core/end2end/fuzzers/fuzzing_common.h" #include "test/core/end2end/fuzzers/network_input.h" -#include "test/core/util/fuzz_config_vars.h" -#include "test/core/util/mock_endpoint.h" +#include "test/core/test_util/fuzz_config_vars.h" +#include "test/core/test_util/mock_endpoint.h" bool squelch = true; bool leak_check = true; diff --git a/test/core/end2end/fuzzers/fuzzer_input.proto b/test/core/end2end/fuzzers/fuzzer_input.proto index 7f09dd9adff..17d89f1e627 100644 --- a/test/core/end2end/fuzzers/fuzzer_input.proto +++ b/test/core/end2end/fuzzers/fuzzer_input.proto @@ -18,8 +18,8 @@ package fuzzer_input; import "test/core/end2end/fuzzers/api_fuzzer.proto"; import "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.proto"; -import "test/core/util/fuzz_config_vars.proto"; -import "test/core/util/fuzzing_channel_args.proto"; +import "test/core/test_util/fuzz_config_vars.proto"; +import "test/core/test_util/fuzzing_channel_args.proto"; message Empty{}; diff --git a/test/core/end2end/fuzzers/network_input.cc b/test/core/end2end/fuzzers/network_input.cc index 4bd3de1b3be..3aa25b8f703 100644 --- a/test/core/end2end/fuzzers/network_input.cc +++ b/test/core/end2end/fuzzers/network_input.cc @@ -41,7 +41,7 @@ #include "src/core/lib/slice/slice.h" #include "src/core/lib/slice/slice_buffer.h" #include "test/core/end2end/fuzzers/fuzzer_input.pb.h" -#include "test/core/util/mock_endpoint.h" +#include "test/core/test_util/mock_endpoint.h" using grpc_event_engine::experimental::EventEngine; diff --git a/test/core/end2end/fuzzers/network_input.h b/test/core/end2end/fuzzers/network_input.h index 615f8284413..1ac51d6f62b 100644 --- a/test/core/end2end/fuzzers/network_input.h +++ b/test/core/end2end/fuzzers/network_input.h @@ -19,7 +19,7 @@ #include "src/core/lib/iomgr/endpoint.h" #include "test/core/end2end/fuzzers/fuzzer_input.pb.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h" -#include "test/core/util/fuzzing_channel_args.h" +#include "test/core/test_util/fuzzing_channel_args.h" namespace grpc_core { diff --git a/test/core/end2end/fuzzers/server_fuzzer.cc b/test/core/end2end/fuzzers/server_fuzzer.cc index cc57368ee6f..da17e436685 100644 --- a/test/core/end2end/fuzzers/server_fuzzer.cc +++ b/test/core/end2end/fuzzers/server_fuzzer.cc @@ -30,7 +30,7 @@ #include "test/core/end2end/fuzzers/fuzzer_input.pb.h" #include "test/core/end2end/fuzzers/fuzzing_common.h" #include "test/core/end2end/fuzzers/network_input.h" -#include "test/core/util/fuzz_config_vars.h" +#include "test/core/test_util/fuzz_config_vars.h" bool squelch = true; bool leak_check = true; diff --git a/test/core/end2end/goaway_server_test.cc b/test/core/end2end/goaway_server_test.cc index bc2ecbae3b5..3efd3939364 100644 --- a/test/core/end2end/goaway_server_test.cc +++ b/test/core/end2end/goaway_server_test.cc @@ -61,8 +61,8 @@ #include "src/core/resolver/dns/c_ares/grpc_ares_wrapper.h" #include "src/core/resolver/endpoint_addresses.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" static gpr_mu g_mu; static int g_resolve_port = -1; diff --git a/test/core/end2end/grpc_core_end2end_test.bzl b/test/core/end2end/grpc_core_end2end_test.bzl index caf64cd16a3..78733efcf2b 100644 --- a/test/core/end2end/grpc_core_end2end_test.bzl +++ b/test/core/end2end/grpc_core_end2end_test.bzl @@ -17,7 +17,7 @@ Generate one e2e test & associated fuzzer """ load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") END2END_TEST_DATA = [ "//src/core/tsi/test_creds:ca.pem", @@ -86,9 +86,9 @@ def grpc_core_end2end_test(name, shard_count = 10, tags = []): "//src/core:stats_data", "//src/core:status_helper", "//src/core:time", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", - "//test/core/util:test_lb_policies", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:test_lb_policies", ], ) diff --git a/test/core/end2end/h2_ssl_cert_test.cc b/test/core/end2end/h2_ssl_cert_test.cc index 563b696b98f..d24c6956235 100644 --- a/test/core/end2end/h2_ssl_cert_test.cc +++ b/test/core/end2end/h2_ssl_cert_test.cc @@ -47,7 +47,7 @@ #include "test/core/end2end/data/ssl_test_data.h" #include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/fixtures/secure_fixture.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static std::string test_server1_key_id; diff --git a/test/core/end2end/h2_ssl_session_reuse_test.cc b/test/core/end2end/h2_ssl_session_reuse_test.cc index 435cd564f3d..99db3ab8594 100644 --- a/test/core/end2end/h2_ssl_session_reuse_test.cc +++ b/test/core/end2end/h2_ssl_session_reuse_test.cc @@ -43,9 +43,9 @@ #include "src/core/lib/iomgr/error.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" #define CLIENT_CERT_PATH "src/core/tsi/test_creds/client.pem" diff --git a/test/core/end2end/h2_tls_peer_property_external_verifier_test.cc b/test/core/end2end/h2_tls_peer_property_external_verifier_test.cc index 45a411781ac..054038aef19 100644 --- a/test/core/end2end/h2_tls_peer_property_external_verifier_test.cc +++ b/test/core/end2end/h2_tls_peer_property_external_verifier_test.cc @@ -43,9 +43,9 @@ #include "src/core/lib/iomgr/error.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" #define CLIENT_CERT_PATH "src/core/tsi/test_creds/client.pem" diff --git a/test/core/end2end/invalid_call_argument_test.cc b/test/core/end2end/invalid_call_argument_test.cc index 7b0ff0685f2..a297eb61a3b 100644 --- a/test/core/end2end/invalid_call_argument_test.cc +++ b/test/core/end2end/invalid_call_argument_test.cc @@ -38,8 +38,8 @@ #include "src/core/lib/gprpp/host_port.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" struct test_state { int is_client; diff --git a/test/core/end2end/multiple_server_queues_test.cc b/test/core/end2end/multiple_server_queues_test.cc index 025f9f939af..4711a7a2147 100644 --- a/test/core/end2end/multiple_server_queues_test.cc +++ b/test/core/end2end/multiple_server_queues_test.cc @@ -21,7 +21,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" int main(int argc, char** argv) { grpc_completion_queue* cq1; diff --git a/test/core/end2end/no_server_test.cc b/test/core/end2end/no_server_test.cc index 71e85f8b21d..dc3db4b37bf 100644 --- a/test/core/end2end/no_server_test.cc +++ b/test/core/end2end/no_server_test.cc @@ -42,7 +42,7 @@ #include "src/core/resolver/resolver.h" #include "src/core/service_config/service_config.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" void run_test(bool wait_for_ready) { gpr_log(GPR_INFO, "TEST: wait_for_ready=%d", wait_for_ready); diff --git a/test/core/end2end/tests/cancel_after_accept.cc b/test/core/end2end/tests/cancel_after_accept.cc index c5e68a18b93..3dcd451aaad 100644 --- a/test/core/end2end/tests/cancel_after_accept.cc +++ b/test/core/end2end/tests/cancel_after_accept.cc @@ -29,7 +29,7 @@ #include "src/core/lib/gprpp/time.h" #include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/tests/cancel_test_helpers.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/end2end/tests/cancel_after_round_trip.cc b/test/core/end2end/tests/cancel_after_round_trip.cc index 7c581dd6c0e..afc6505f81e 100644 --- a/test/core/end2end/tests/cancel_after_round_trip.cc +++ b/test/core/end2end/tests/cancel_after_round_trip.cc @@ -29,7 +29,7 @@ #include "src/core/lib/gprpp/time.h" #include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/tests/cancel_test_helpers.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/end2end/tests/grpc_authz.cc b/test/core/end2end/tests/grpc_authz.cc index d0770bd72fb..1c184423188 100644 --- a/test/core/end2end/tests/grpc_authz.cc +++ b/test/core/end2end/tests/grpc_authz.cc @@ -30,7 +30,7 @@ #include "src/core/lib/security/authorization/authorization_policy_provider.h" #include "src/core/lib/security/authorization/grpc_authorization_policy_provider.h" #include "test/core/end2end/end2end_tests.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/tls_utils.h" namespace grpc_core { namespace { diff --git a/test/core/end2end/tests/http2_stats.cc b/test/core/end2end/tests/http2_stats.cc index 5e497f7b8f2..482024f46e8 100644 --- a/test/core/end2end/tests/http2_stats.cc +++ b/test/core/end2end/tests/http2_stats.cc @@ -51,7 +51,7 @@ #include "src/core/lib/transport/metadata_batch.h" #include "src/core/lib/transport/transport.h" #include "test/core/end2end/end2end_tests.h" -#include "test/core/util/fake_stats_plugin.h" +#include "test/core/test_util/fake_stats_plugin.h" namespace grpc_core { namespace { diff --git a/test/core/end2end/tests/max_connection_age.cc b/test/core/end2end/tests/max_connection_age.cc index f8ac906e7b5..963a4a65d49 100644 --- a/test/core/end2end/tests/max_connection_age.cc +++ b/test/core/end2end/tests/max_connection_age.cc @@ -28,7 +28,7 @@ #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/gprpp/time.h" #include "test/core/end2end/end2end_tests.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define MAX_CONNECTION_AGE_MS 500 #define MAX_CONNECTION_AGE_GRACE_MS 2000 diff --git a/test/core/end2end/tests/retry_cancel_during_delay.cc b/test/core/end2end/tests/retry_cancel_during_delay.cc index 19606535468..5538d29f7eb 100644 --- a/test/core/end2end/tests/retry_cancel_during_delay.cc +++ b/test/core/end2end/tests/retry_cancel_during_delay.cc @@ -27,7 +27,7 @@ #include "src/core/lib/gprpp/time.h" #include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/tests/cancel_test_helpers.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/end2end/tests/retry_cancel_with_multiple_send_batches.cc b/test/core/end2end/tests/retry_cancel_with_multiple_send_batches.cc index f15bcc9a6bc..d94cb0beb0e 100644 --- a/test/core/end2end/tests/retry_cancel_with_multiple_send_batches.cc +++ b/test/core/end2end/tests/retry_cancel_with_multiple_send_batches.cc @@ -41,7 +41,7 @@ #include "src/core/lib/transport/transport.h" #include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/tests/cancel_test_helpers.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/end2end/tests/retry_lb_drop.cc b/test/core/end2end/tests/retry_lb_drop.cc index c8289009f53..498df65c2de 100644 --- a/test/core/end2end/tests/retry_lb_drop.cc +++ b/test/core/end2end/tests/retry_lb_drop.cc @@ -39,7 +39,7 @@ #include "src/core/load_balancing/lb_policy.h" #include "src/core/load_balancing/lb_policy_factory.h" #include "test/core/end2end/end2end_tests.h" -#include "test/core/util/test_lb_policies.h" +#include "test/core/test_util/test_lb_policies.h" namespace grpc_core { namespace { diff --git a/test/core/end2end/tests/retry_lb_fail.cc b/test/core/end2end/tests/retry_lb_fail.cc index bb015ed2081..84f8b3fac60 100644 --- a/test/core/end2end/tests/retry_lb_fail.cc +++ b/test/core/end2end/tests/retry_lb_fail.cc @@ -27,7 +27,7 @@ #include "src/core/lib/config/core_configuration.h" #include "src/core/lib/gprpp/time.h" #include "test/core/end2end/end2end_tests.h" -#include "test/core/util/test_lb_policies.h" +#include "test/core/test_util/test_lb_policies.h" namespace grpc_core { namespace { diff --git a/test/core/end2end/tests/retry_per_attempt_recv_timeout.cc b/test/core/end2end/tests/retry_per_attempt_recv_timeout.cc index 9d06d0b5c3d..4f7cbc05aa2 100644 --- a/test/core/end2end/tests/retry_per_attempt_recv_timeout.cc +++ b/test/core/end2end/tests/retry_per_attempt_recv_timeout.cc @@ -26,7 +26,7 @@ #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/gprpp/time.h" #include "test/core/end2end/end2end_tests.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/end2end/tests/retry_per_attempt_recv_timeout_on_last_attempt.cc b/test/core/end2end/tests/retry_per_attempt_recv_timeout_on_last_attempt.cc index bcee49d5bc2..7e126c5dd26 100644 --- a/test/core/end2end/tests/retry_per_attempt_recv_timeout_on_last_attempt.cc +++ b/test/core/end2end/tests/retry_per_attempt_recv_timeout_on_last_attempt.cc @@ -26,7 +26,7 @@ #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/gprpp/time.h" #include "test/core/end2end/end2end_tests.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/end2end/tests/shutdown_finishes_calls.cc b/test/core/end2end/tests/shutdown_finishes_calls.cc index c12cf6f046b..c59e9d24c8d 100644 --- a/test/core/end2end/tests/shutdown_finishes_calls.cc +++ b/test/core/end2end/tests/shutdown_finishes_calls.cc @@ -25,7 +25,7 @@ #include "src/core/lib/gprpp/time.h" #include "test/core/end2end/end2end_tests.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/event_engine/BUILD b/test/core/event_engine/BUILD index 45172741f28..11a9c41ab14 100644 --- a/test/core/event_engine/BUILD +++ b/test/core/event_engine/BUILD @@ -64,7 +64,7 @@ grpc_cc_test( "//src/core:event_engine_thread_count", "//src/core:event_engine_thread_pool", "//src/core:notification", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -98,7 +98,7 @@ grpc_cc_test( "//:event_engine_base_hdrs", "//:gpr", "//src/core:default_event_engine", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -109,7 +109,7 @@ grpc_cc_test( deps = [ "//:event_engine_base_hdrs", "//:gpr_platform", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -122,7 +122,7 @@ grpc_cc_test( "//:event_engine_base_hdrs", "//:gpr_platform", "//src/core:default_event_engine", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -235,7 +235,7 @@ grpc_cc_library( "//src/core:memory_quota", "//src/core:notification", "//src/core:time", - "//test/core/util:build", + "//test/core/test_util:build", ], ) diff --git a/test/core/event_engine/cf/BUILD b/test/core/event_engine/cf/BUILD index b13d2d53178..cfc0e2afd19 100644 --- a/test/core/event_engine/cf/BUILD +++ b/test/core/event_engine/cf/BUILD @@ -36,7 +36,7 @@ grpc_cc_library( deps = [ "//:gpr_platform", "//src/core:cf_event_engine", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], alwayslink = 1, ) @@ -57,6 +57,6 @@ grpc_cc_test( deps = [ "//:gpr_platform", "//src/core:cf_event_engine", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/event_engine/cf/cf_engine_test.cc b/test/core/event_engine/cf/cf_engine_test.cc index 39777fef264..07ed18aa994 100644 --- a/test/core/event_engine/cf/cf_engine_test.cc +++ b/test/core/event_engine/cf/cf_engine_test.cc @@ -32,7 +32,7 @@ #include "src/core/lib/event_engine/tcp_socket_utils.h" #include "src/core/lib/resource_quota/memory_quota.h" #include "src/core/lib/resource_quota/resource_quota.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" using namespace std::chrono_literals; diff --git a/test/core/event_engine/default_engine_methods_test.cc b/test/core/event_engine/default_engine_methods_test.cc index b240209b3e7..cc110deb842 100644 --- a/test/core/event_engine/default_engine_methods_test.cc +++ b/test/core/event_engine/default_engine_methods_test.cc @@ -30,7 +30,7 @@ #include #include "src/core/lib/event_engine/default_event_engine.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/core/event_engine/factory_test.cc b/test/core/event_engine/factory_test.cc index b826aac2650..370a7577f72 100644 --- a/test/core/event_engine/factory_test.cc +++ b/test/core/event_engine/factory_test.cc @@ -22,7 +22,7 @@ #include "src/core/lib/event_engine/default_event_engine.h" #include "test/core/event_engine/util/aborting_event_engine.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace { using ::grpc_event_engine::experimental::AbortingEventEngine; diff --git a/test/core/event_engine/fuzzing_event_engine/BUILD b/test/core/event_engine/fuzzing_event_engine/BUILD index 0bfc4643009..c46574c292b 100644 --- a/test/core/event_engine/fuzzing_event_engine/BUILD +++ b/test/core/event_engine/fuzzing_event_engine/BUILD @@ -32,7 +32,7 @@ grpc_cc_library( "//src/core:default_event_engine", "//src/core:native_posix_dns_resolver", "//src/core:time", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc b/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc index 94f25867667..371d3972997 100644 --- a/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc +++ b/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.cc @@ -37,7 +37,7 @@ #include "src/core/lib/gprpp/time.h" #include "src/core/lib/iomgr/port.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.pb.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" #if defined(GRPC_POSIX_SOCKET_TCP) #include "src/core/lib/event_engine/posix_engine/native_posix_dns_resolver.h" diff --git a/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h b/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h index 8c61f0753c5..1bc85ee3ce5 100644 --- a/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h +++ b/test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h @@ -43,7 +43,7 @@ #include "src/core/lib/gprpp/no_destruct.h" #include "src/core/lib/gprpp/sync.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.pb.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" namespace grpc_event_engine { namespace experimental { diff --git a/test/core/event_engine/posix/BUILD b/test/core/event_engine/posix/BUILD index 01bd7da3407..d320f428b06 100644 --- a/test/core/event_engine/posix/BUILD +++ b/test/core/event_engine/posix/BUILD @@ -33,7 +33,7 @@ grpc_cc_library( deps = [ "//src/core:event_engine_common", "//src/core:posix_event_engine_event_poller", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -76,7 +76,7 @@ grpc_cc_test( "//:exec_ctx", "//src/core:common_event_engine_closures", "//src/core:posix_event_engine_timer_manager", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -98,7 +98,7 @@ grpc_cc_test( "//src/core:posix_event_engine_event_poller", "//src/core:posix_event_engine_poller_posix_default", "//test/core/event_engine/posix:posix_engine_test_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -121,7 +121,7 @@ grpc_cc_test( "//src/core:posix_event_engine_closure", "//src/core:posix_event_engine_event_poller", "//src/core:posix_event_engine_lockfree_event", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -138,7 +138,7 @@ grpc_cc_test( deps = [ "//src/core:posix_event_engine_wakeup_fd_posix_eventfd", "//src/core:posix_event_engine_wakeup_fd_posix_pipe", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -157,7 +157,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//src/core:posix_event_engine_traced_buffer_list", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -175,7 +175,7 @@ grpc_cc_test( "//src/core:event_engine_common", "//src/core:posix_event_engine_tcp_socket_utils", "//src/core:socket_mutator", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -204,7 +204,7 @@ grpc_cc_test( "//test/core/event_engine:event_engine_test_utils", "//test/core/event_engine/posix:posix_engine_test_utils", "//test/core/event_engine/test_suite/posix:oracle_event_engine_posix", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -223,7 +223,7 @@ grpc_cc_test( "//src/core:posix_event_engine_listener_utils", "//src/core:posix_event_engine_tcp_socket_utils", "//src/core:socket_mutator", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -251,7 +251,7 @@ grpc_cc_test( "//src/core:posix_event_engine_poller_posix_default", "//test/core/event_engine:event_engine_test_utils", "//test/core/event_engine/test_suite/posix:oracle_event_engine_posix", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -270,6 +270,6 @@ grpc_cc_test( deps = [ "//:grpc", "//src/core:posix_event_engine", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/event_engine/posix/event_poller_posix_test.cc b/test/core/event_engine/posix/event_poller_posix_test.cc index 4a939e0f8ae..b1e142097a1 100644 --- a/test/core/event_engine/posix/event_poller_posix_test.cc +++ b/test/core/event_engine/posix/event_poller_posix_test.cc @@ -68,7 +68,7 @@ #include "src/core/lib/gprpp/notification.h" #include "src/core/lib/gprpp/strerror.h" #include "test/core/event_engine/posix/posix_engine_test_utils.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" static gpr_mu g_mu; static std::shared_ptr diff --git a/test/core/event_engine/posix/log_too_many_open_files_test.cc b/test/core/event_engine/posix/log_too_many_open_files_test.cc index 2ff61dd2856..3ae18a73ede 100644 --- a/test/core/event_engine/posix/log_too_many_open_files_test.cc +++ b/test/core/event_engine/posix/log_too_many_open_files_test.cc @@ -25,7 +25,7 @@ #include "src/core/lib/event_engine/posix_engine/tcp_socket_utils.h" #include "src/core/lib/event_engine/tcp_socket_utils.h" #include "src/core/lib/gprpp/strerror.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using ::grpc_event_engine::experimental::PosixSocketWrapper; diff --git a/test/core/event_engine/posix/posix_endpoint_test.cc b/test/core/event_engine/posix/posix_endpoint_test.cc index 8146a9f603c..b88c9f608c9 100644 --- a/test/core/event_engine/posix/posix_endpoint_test.cc +++ b/test/core/event_engine/posix/posix_endpoint_test.cc @@ -51,7 +51,7 @@ #include "test/core/event_engine/event_engine_test_utils.h" #include "test/core/event_engine/posix/posix_engine_test_utils.h" #include "test/core/event_engine/test_suite/posix/oracle_event_engine_posix.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" namespace grpc_event_engine { namespace experimental { diff --git a/test/core/event_engine/posix/posix_engine_listener_utils_test.cc b/test/core/event_engine/posix/posix_engine_listener_utils_test.cc index 0e7a650b14f..a3f3587a597 100644 --- a/test/core/event_engine/posix/posix_engine_listener_utils_test.cc +++ b/test/core/event_engine/posix/posix_engine_listener_utils_test.cc @@ -39,7 +39,7 @@ #include "src/core/lib/event_engine/posix_engine/posix_engine_listener_utils.h" #include "src/core/lib/event_engine/posix_engine/tcp_socket_utils.h" #include "src/core/lib/event_engine/tcp_socket_utils.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" namespace grpc_event_engine { namespace experimental { diff --git a/test/core/event_engine/posix/posix_event_engine_connect_test.cc b/test/core/event_engine/posix/posix_event_engine_connect_test.cc index 06545076381..294c7731742 100644 --- a/test/core/event_engine/posix/posix_event_engine_connect_test.cc +++ b/test/core/event_engine/posix/posix_event_engine_connect_test.cc @@ -48,8 +48,8 @@ #include "src/core/lib/resource_quota/memory_quota.h" #include "src/core/lib/resource_quota/resource_quota.h" #include "test/core/event_engine/event_engine_test_utils.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc_event_engine { namespace experimental { diff --git a/test/core/event_engine/posix/timer_manager_test.cc b/test/core/event_engine/posix/timer_manager_test.cc index ad30ab4804e..fc2698a35a4 100644 --- a/test/core/event_engine/posix/timer_manager_test.cc +++ b/test/core/event_engine/posix/timer_manager_test.cc @@ -30,7 +30,7 @@ #include "src/core/lib/event_engine/posix_engine/timer.h" #include "src/core/lib/event_engine/thread_pool/thread_pool.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_event_engine { namespace experimental { diff --git a/test/core/event_engine/smoke_test.cc b/test/core/event_engine/smoke_test.cc index bf1f2509041..e557a8c4e45 100644 --- a/test/core/event_engine/smoke_test.cc +++ b/test/core/event_engine/smoke_test.cc @@ -20,7 +20,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/core/event_engine/test_suite/BUILD b/test/core/event_engine/test_suite/BUILD index a87ebe587cf..2e2bba03482 100644 --- a/test/core/event_engine/test_suite/BUILD +++ b/test/core/event_engine/test_suite/BUILD @@ -33,7 +33,7 @@ grpc_cc_library( deps = [ "//:grpc", "//test/core/event_engine:event_engine_test_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/event_engine/test_suite/cf_event_engine_test.cc b/test/core/event_engine/test_suite/cf_event_engine_test.cc index 8372e448358..606d9bc3508 100644 --- a/test/core/event_engine/test_suite/cf_event_engine_test.cc +++ b/test/core/event_engine/test_suite/cf_event_engine_test.cc @@ -22,7 +22,7 @@ #include "test/core/event_engine/test_suite/posix/oracle_event_engine_posix.h" #include "test/core/event_engine/test_suite/tests/client_test.h" #include "test/core/event_engine/test_suite/tests/timer_test.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); diff --git a/test/core/event_engine/test_suite/posix/BUILD b/test/core/event_engine/test_suite/posix/BUILD index a681ff75b5a..7cca1028c39 100644 --- a/test/core/event_engine/test_suite/posix/BUILD +++ b/test/core/event_engine/test_suite/posix/BUILD @@ -36,7 +36,7 @@ grpc_cc_library( "//:grpc", "//test/core/event_engine:event_engine_test_utils", "//test/core/event_engine/test_suite:event_engine_test_framework", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -60,6 +60,6 @@ grpc_cc_test( "//:grpc", "//test/core/event_engine/test_suite/tests:client", "//test/core/event_engine/test_suite/tests:server", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/event_engine/test_suite/posix/oracle_event_engine_posix_test.cc b/test/core/event_engine/test_suite/posix/oracle_event_engine_posix_test.cc index 74bc62cb4b9..497918863da 100644 --- a/test/core/event_engine/test_suite/posix/oracle_event_engine_posix_test.cc +++ b/test/core/event_engine/test_suite/posix/oracle_event_engine_posix_test.cc @@ -16,7 +16,7 @@ #include #include "test/core/event_engine/test_suite/event_engine_test_framework.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); diff --git a/test/core/event_engine/test_suite/posix_event_engine_native_dns_test.cc b/test/core/event_engine/test_suite/posix_event_engine_native_dns_test.cc index 0f4ff26720b..fc864f89078 100644 --- a/test/core/event_engine/test_suite/posix_event_engine_native_dns_test.cc +++ b/test/core/event_engine/test_suite/posix_event_engine_native_dns_test.cc @@ -24,7 +24,7 @@ #include "test/core/event_engine/test_suite/event_engine_test_framework.h" #include "test/core/event_engine/test_suite/posix/oracle_event_engine_posix.h" #include "test/core/event_engine/test_suite/tests/dns_test.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); diff --git a/test/core/event_engine/test_suite/posix_event_engine_test.cc b/test/core/event_engine/test_suite/posix_event_engine_test.cc index 471f5746cb7..26c34c9a9f8 100644 --- a/test/core/event_engine/test_suite/posix_event_engine_test.cc +++ b/test/core/event_engine/test_suite/posix_event_engine_test.cc @@ -23,7 +23,7 @@ #include "test/core/event_engine/test_suite/tests/client_test.h" #include "test/core/event_engine/test_suite/tests/server_test.h" #include "test/core/event_engine/test_suite/tests/timer_test.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); diff --git a/test/core/event_engine/test_suite/tests/BUILD b/test/core/event_engine/test_suite/tests/BUILD index 3a3530166ad..2346402a83c 100644 --- a/test/core/event_engine/test_suite/tests/BUILD +++ b/test/core/event_engine/test_suite/tests/BUILD @@ -72,8 +72,8 @@ grpc_cc_library( "//src/core:env", "//test/core/event_engine:event_engine_test_utils", "//test/core/event_engine/test_suite:event_engine_test_framework", - "//test/core/util:fake_udp_and_tcp_server", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:fake_udp_and_tcp_server", + "//test/core/test_util:grpc_test_util_base", "//test/cpp/util:get_grpc_test_runfile_dir", "//test/cpp/util:test_util", "//test/cpp/util/windows:manifest_file", diff --git a/test/core/event_engine/test_suite/tests/client_test.cc b/test/core/event_engine/test_suite/tests/client_test.cc index 182a02abaa5..29c4ce35084 100644 --- a/test/core/event_engine/test_suite/tests/client_test.cc +++ b/test/core/event_engine/test_suite/tests/client_test.cc @@ -44,7 +44,7 @@ #include "src/core/lib/resource_quota/resource_quota.h" #include "test/core/event_engine/event_engine_test_utils.h" #include "test/core/event_engine/test_suite/event_engine_test_framework.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" namespace grpc_event_engine { namespace experimental { diff --git a/test/core/event_engine/test_suite/tests/dns_test.cc b/test/core/event_engine/test_suite/tests/dns_test.cc index ce1f0fa4760..5f305ee0e16 100644 --- a/test/core/event_engine/test_suite/tests/dns_test.cc +++ b/test/core/event_engine/test_suite/tests/dns_test.cc @@ -40,8 +40,8 @@ #include "src/core/lib/gprpp/notification.h" #include "src/core/lib/iomgr/sockaddr.h" #include "test/core/event_engine/test_suite/event_engine_test_framework.h" -#include "test/core/util/fake_udp_and_tcp_server.h" -#include "test/core/util/port.h" +#include "test/core/test_util/fake_udp_and_tcp_server.h" +#include "test/core/test_util/port.h" #include "test/cpp/util/get_grpc_test_runfile_dir.h" #include "test/cpp/util/subprocess.h" diff --git a/test/core/event_engine/test_suite/tests/server_test.cc b/test/core/event_engine/test_suite/tests/server_test.cc index a01a5bf4685..0ff5bfb411c 100644 --- a/test/core/event_engine/test_suite/tests/server_test.cc +++ b/test/core/event_engine/test_suite/tests/server_test.cc @@ -44,7 +44,7 @@ #include "src/core/lib/resource_quota/resource_quota.h" #include "test/core/event_engine/event_engine_test_utils.h" #include "test/core/event_engine/test_suite/event_engine_test_framework.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" namespace grpc_event_engine { namespace experimental { diff --git a/test/core/event_engine/test_suite/thready_posix_event_engine_test.cc b/test/core/event_engine/test_suite/thready_posix_event_engine_test.cc index f3807109b4b..43088eb5bb3 100644 --- a/test/core/event_engine/test_suite/thready_posix_event_engine_test.cc +++ b/test/core/event_engine/test_suite/thready_posix_event_engine_test.cc @@ -24,7 +24,7 @@ #include "test/core/event_engine/test_suite/tests/client_test.h" #include "test/core/event_engine/test_suite/tests/server_test.h" #include "test/core/event_engine/test_suite/tests/timer_test.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); diff --git a/test/core/event_engine/test_suite/tools/BUILD b/test/core/event_engine/test_suite/tools/BUILD index 94740034b42..af72545a02b 100644 --- a/test/core/event_engine/test_suite/tools/BUILD +++ b/test/core/event_engine/test_suite/tools/BUILD @@ -68,6 +68,6 @@ grpc_cc_library( "//:gpr_platform", "//src/core:common_event_engine_closures", "//test/core/event_engine:event_engine_test_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/event_engine/test_suite/windows_event_engine_test.cc b/test/core/event_engine/test_suite/windows_event_engine_test.cc index d99ffa28a33..818531fc6e4 100644 --- a/test/core/event_engine/test_suite/windows_event_engine_test.cc +++ b/test/core/event_engine/test_suite/windows_event_engine_test.cc @@ -20,7 +20,7 @@ #include "src/core/lib/event_engine/windows/windows_engine.h" #include "test/core/event_engine/test_suite/event_engine_test_framework.h" #include "test/core/event_engine/test_suite/tests/timer_test.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); diff --git a/test/core/event_engine/thread_pool_test.cc b/test/core/event_engine/thread_pool_test.cc index b7248e81219..ead7e44e134 100644 --- a/test/core/event_engine/thread_pool_test.cc +++ b/test/core/event_engine/thread_pool_test.cc @@ -35,7 +35,7 @@ #include "src/core/lib/gprpp/notification.h" #include "src/core/lib/gprpp/thd.h" #include "src/core/lib/gprpp/time.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_event_engine { namespace experimental { diff --git a/test/core/event_engine/windows/BUILD b/test/core/event_engine/windows/BUILD index 4056cc48874..e40bc6194fa 100644 --- a/test/core/event_engine/windows/BUILD +++ b/test/core/event_engine/windows/BUILD @@ -38,7 +38,7 @@ grpc_cc_test( "//src/core:common_event_engine_closures", "//src/core:event_engine_utils", "//src/core:windows_iocp", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -60,7 +60,7 @@ grpc_cc_test( "//:gpr_platform", "//src/core:common_event_engine_closures", "//src/core:windows_event_engine", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -82,7 +82,7 @@ grpc_cc_test( "//:gpr_platform", "//src/core:common_event_engine_closures", "//src/core:windows_endpoint", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/event_engine/work_queue/BUILD b/test/core/event_engine/work_queue/BUILD index b9cd3ecf8a7..fcf328b035e 100644 --- a/test/core/event_engine/work_queue/BUILD +++ b/test/core/event_engine/work_queue/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") licenses(["notice"]) @@ -31,7 +31,7 @@ grpc_cc_test( "//:gpr_platform", "//src/core:common_event_engine_closures", "//src/core:event_engine_basic_work_queue", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -49,6 +49,6 @@ grpc_proto_fuzzer( uses_polling = False, deps = [ "//src/core:event_engine_basic_work_queue", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/event_engine/work_queue/basic_work_queue_test.cc b/test/core/event_engine/work_queue/basic_work_queue_test.cc index 1c63541e4ed..e5658f85c0a 100644 --- a/test/core/event_engine/work_queue/basic_work_queue_test.cc +++ b/test/core/event_engine/work_queue/basic_work_queue_test.cc @@ -23,7 +23,7 @@ #include #include "src/core/lib/event_engine/common_closures.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // TODO(hork): parameterize these tests for other WorkQueue implementations. diff --git a/test/core/ext/filters/event_engine_client_channel_resolver/BUILD b/test/core/ext/filters/event_engine_client_channel_resolver/BUILD index b9ab05b4451..4aa94e393b0 100644 --- a/test/core/ext/filters/event_engine_client_channel_resolver/BUILD +++ b/test/core/ext/filters/event_engine_client_channel_resolver/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") grpc_package(name = "test/core/ext/filters/event_engine_client_channel_resolver") @@ -28,8 +28,8 @@ grpc_proto_fuzzer( language = "C++", proto = "resolver_fuzzer.proto", proto_deps = [ - "//test/core/util:fuzz_config_vars_proto", - "//test/core/util:fuzzing_channel_args_proto", + "//test/core/test_util:fuzz_config_vars_proto", + "//test/core/test_util:fuzzing_channel_args_proto", ], tags = [ "no_mac", @@ -43,9 +43,9 @@ grpc_proto_fuzzer( "//src/core:channel_args", "//test/core/event_engine:aborting_event_engine", "//test/core/event_engine/fuzzing_event_engine", - "//test/core/util:fuzz_config_vars", - "//test/core/util:fuzzing_channel_args", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:fuzz_config_vars", + "//test/core/test_util:fuzzing_channel_args", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) diff --git a/test/core/ext/filters/event_engine_client_channel_resolver/resolver_fuzzer.cc b/test/core/ext/filters/event_engine_client_channel_resolver/resolver_fuzzer.cc index 0c7dcd1003d..e0b3b3f7c56 100644 --- a/test/core/ext/filters/event_engine_client_channel_resolver/resolver_fuzzer.cc +++ b/test/core/ext/filters/event_engine_client_channel_resolver/resolver_fuzzer.cc @@ -46,8 +46,8 @@ #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.pb.h" #include "test/core/event_engine/util/aborting_event_engine.h" #include "test/core/ext/filters/event_engine_client_channel_resolver/resolver_fuzzer.pb.h" -#include "test/core/util/fuzz_config_vars.h" -#include "test/core/util/fuzzing_channel_args.h" +#include "test/core/test_util/fuzz_config_vars.h" +#include "test/core/test_util/fuzzing_channel_args.h" bool squelch = true; static void dont_log(gpr_log_func_args* /*args*/) {} diff --git a/test/core/ext/filters/event_engine_client_channel_resolver/resolver_fuzzer.proto b/test/core/ext/filters/event_engine_client_channel_resolver/resolver_fuzzer.proto index b9feefe6272..7e4aeeece7a 100644 --- a/test/core/ext/filters/event_engine_client_channel_resolver/resolver_fuzzer.proto +++ b/test/core/ext/filters/event_engine_client_channel_resolver/resolver_fuzzer.proto @@ -16,8 +16,8 @@ syntax = "proto3"; package event_engine_client_channel_resolver; -import "test/core/util/fuzzing_channel_args.proto"; -import "test/core/util/fuzz_config_vars.proto"; +import "test/core/test_util/fuzzing_channel_args.proto"; +import "test/core/test_util/fuzz_config_vars.proto"; message Error { uint32 code = 1; diff --git a/test/core/ext/filters/rbac/BUILD b/test/core/ext/filters/rbac/BUILD index 1eafe15924a..2cf66292df1 100644 --- a/test/core/ext/filters/rbac/BUILD +++ b/test/core/ext/filters/rbac/BUILD @@ -29,6 +29,6 @@ grpc_cc_test( uses_polling = False, deps = [ "//src/core:grpc_rbac_filter", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/ext/filters/rbac/rbac_service_config_parser_test.cc b/test/core/ext/filters/rbac/rbac_service_config_parser_test.cc index c0c822692b7..61ceeeb5382 100644 --- a/test/core/ext/filters/rbac/rbac_service_config_parser_test.cc +++ b/test/core/ext/filters/rbac/rbac_service_config_parser_test.cc @@ -33,7 +33,7 @@ #include "src/core/lib/security/authorization/audit_logging.h" #include "src/core/service_config/service_config.h" #include "src/core/service_config/service_config_impl.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/gpr/BUILD b/test/core/gpr/BUILD index 9b4eb894ddf..f6d8b4e7ded 100644 --- a/test/core/gpr/BUILD +++ b/test/core/gpr/BUILD @@ -27,7 +27,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -40,7 +40,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -53,7 +53,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -69,7 +69,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -82,7 +82,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -95,7 +95,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -108,7 +108,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -121,7 +121,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/gpr/alloc_test.cc b/test/core/gpr/alloc_test.cc index faab42475a0..d8dafc9c727 100644 --- a/test/core/gpr/alloc_test.cc +++ b/test/core/gpr/alloc_test.cc @@ -25,7 +25,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(AllocTest, MallocAligned) { for (size_t size = 1; size <= 256; ++size) { diff --git a/test/core/gpr/cpu_test.cc b/test/core/gpr/cpu_test.cc index e582bca1c74..b71922e4594 100644 --- a/test/core/gpr/cpu_test.cc +++ b/test/core/gpr/cpu_test.cc @@ -35,7 +35,7 @@ #include #include "src/core/lib/gprpp/thd.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // Test structure is essentially: // 1) Figure out how many cores are present on the test system diff --git a/test/core/gpr/env_test.cc b/test/core/gpr/env_test.cc index cd341dde9d5..fb425d066bc 100644 --- a/test/core/gpr/env_test.cc +++ b/test/core/gpr/env_test.cc @@ -22,7 +22,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x) diff --git a/test/core/gpr/log_test.cc b/test/core/gpr/log_test.cc index e4f02c175a7..fa39d2c28ed 100644 --- a/test/core/gpr/log_test.cc +++ b/test/core/gpr/log_test.cc @@ -27,7 +27,7 @@ #include #include "src/core/lib/gprpp/crash.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static bool log_func_reached = false; diff --git a/test/core/gpr/spinlock_test.cc b/test/core/gpr/spinlock_test.cc index 6f78f2dd717..12de438a26e 100644 --- a/test/core/gpr/spinlock_test.cc +++ b/test/core/gpr/spinlock_test.cc @@ -31,7 +31,7 @@ #include #include "src/core/lib/gprpp/thd.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // ------------------------------------------------- // Tests for gpr_spinlock. diff --git a/test/core/gpr/string_test.cc b/test/core/gpr/string_test.cc index e89b91aebd8..1a218c12973 100644 --- a/test/core/gpr/string_test.cc +++ b/test/core/gpr/string_test.cc @@ -27,7 +27,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(StringTest, Strdup) { static const char* src1 = "hello world"; diff --git a/test/core/gpr/sync_test.cc b/test/core/gpr/sync_test.cc index 4e84c68fcf2..32f44c56a9e 100644 --- a/test/core/gpr/sync_test.cc +++ b/test/core/gpr/sync_test.cc @@ -30,7 +30,7 @@ #include #include "src/core/lib/gprpp/thd.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // ==================Example use of interface=================== diff --git a/test/core/gpr/time_test.cc b/test/core/gpr/time_test.cc index cb201b70ea8..48ea2ce17a2 100644 --- a/test/core/gpr/time_test.cc +++ b/test/core/gpr/time_test.cc @@ -28,7 +28,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static void to_fp(void* arg, const char* buf, size_t len) { fwrite(buf, 1, len, static_cast(arg)); diff --git a/test/core/gprpp/BUILD b/test/core/gprpp/BUILD index 7b20e55ad30..b6ca769f46d 100644 --- a/test/core/gprpp/BUILD +++ b/test/core/gprpp/BUILD @@ -14,7 +14,7 @@ load("//bazel:custom_exec_properties.bzl", "LARGE_MACHINE") load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") licenses(["notice"]) @@ -37,7 +37,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//src/core:directory_reader", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -56,7 +56,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -71,7 +71,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -171,7 +171,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -186,7 +186,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -199,7 +199,7 @@ grpc_cc_test( language = "C++", deps = [ "//:orphanable", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -212,7 +212,7 @@ grpc_cc_test( language = "C++", deps = [ "//src/core:ref_counted", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -226,7 +226,7 @@ grpc_cc_test( language = "C++", deps = [ "//src/core:dual_ref_counted", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -243,7 +243,7 @@ grpc_cc_test( "//:ref_counted_ptr", "//src/core:dual_ref_counted", "//src/core:ref_counted", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -256,7 +256,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -272,7 +272,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -287,7 +287,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -302,7 +302,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -348,7 +348,7 @@ grpc_proto_fuzzer( deps = [ "//src/core:chunked_vector", "//src/core:resource_quota", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -420,7 +420,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//test/core/event_engine:event_engine_test_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -433,7 +433,7 @@ grpc_cc_test( language = "C++", deps = [ "//src/core:validation_errors", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -460,7 +460,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//src/core:load_file", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -475,6 +475,6 @@ grpc_cc_test( uses_polling = False, deps = [ "//src/core:uuid_v4", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/gprpp/directory_reader_test.cc b/test/core/gprpp/directory_reader_test.cc index 3aa4c9d5cc5..b20e167b078 100644 --- a/test/core/gprpp/directory_reader_test.cc +++ b/test/core/gprpp/directory_reader_test.cc @@ -23,7 +23,7 @@ #include "gmock/gmock.h" #include "gtest/gtest.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static constexpr absl::string_view kCrlDirectory = "test/core/tsi/test_creds/crl_data/crls/"; diff --git a/test/core/gprpp/dual_ref_counted_test.cc b/test/core/gprpp/dual_ref_counted_test.cc index 9f9165007e1..f34a3b8949b 100644 --- a/test/core/gprpp/dual_ref_counted_test.cc +++ b/test/core/gprpp/dual_ref_counted_test.cc @@ -21,7 +21,7 @@ #include "absl/log/check.h" #include "gtest/gtest.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/gprpp/fork_test.cc b/test/core/gprpp/fork_test.cc index bca749cf10f..24f74c77d6b 100644 --- a/test/core/gprpp/fork_test.cc +++ b/test/core/gprpp/fork_test.cc @@ -25,7 +25,7 @@ #include #include "src/core/lib/gprpp/thd.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(ForkTest, Init) { ASSERT_FALSE(grpc_core::Fork::Enabled()); diff --git a/test/core/gprpp/host_port_test.cc b/test/core/gprpp/host_port_test.cc index 3914ffbd19a..77432e3155d 100644 --- a/test/core/gprpp/host_port_test.cc +++ b/test/core/gprpp/host_port_test.cc @@ -20,7 +20,7 @@ #include "gtest/gtest.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static void join_host_port_expect(const char* host, int port, const char* expected) { diff --git a/test/core/gprpp/load_file_test.cc b/test/core/gprpp/load_file_test.cc index b2daf73496d..76988c354fe 100644 --- a/test/core/gprpp/load_file_test.cc +++ b/test/core/gprpp/load_file_test.cc @@ -24,7 +24,7 @@ #include #include "src/core/lib/gpr/tmpfile.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static const char prefix[] = "file_test"; diff --git a/test/core/gprpp/mpscq_test.cc b/test/core/gprpp/mpscq_test.cc index ddb5ef6883f..daa3bb3401e 100644 --- a/test/core/gprpp/mpscq_test.cc +++ b/test/core/gprpp/mpscq_test.cc @@ -31,7 +31,7 @@ #include "src/core/lib/gpr/useful.h" #include "src/core/lib/gprpp/thd.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using grpc_core::MultiProducerSingleConsumerQueue; diff --git a/test/core/gprpp/orphanable_test.cc b/test/core/gprpp/orphanable_test.cc index bf992fd5c45..fe53367c9a2 100644 --- a/test/core/gprpp/orphanable_test.cc +++ b/test/core/gprpp/orphanable_test.cc @@ -20,7 +20,7 @@ #include "gtest/gtest.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/gprpp/ref_counted_ptr_test.cc b/test/core/gprpp/ref_counted_ptr_test.cc index a75c2a51610..12f619e5673 100644 --- a/test/core/gprpp/ref_counted_ptr_test.cc +++ b/test/core/gprpp/ref_counted_ptr_test.cc @@ -28,7 +28,7 @@ #include "src/core/lib/gprpp/dual_ref_counted.h" #include "src/core/lib/gprpp/ref_counted.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/gprpp/ref_counted_test.cc b/test/core/gprpp/ref_counted_test.cc index 41356714e77..15ee86e5c52 100644 --- a/test/core/gprpp/ref_counted_test.cc +++ b/test/core/gprpp/ref_counted_test.cc @@ -26,7 +26,7 @@ #include "gmock/gmock.h" #include "gtest/gtest.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/gprpp/stat_test.cc b/test/core/gprpp/stat_test.cc index b3b504ee552..1c3a9d0022f 100644 --- a/test/core/gprpp/stat_test.cc +++ b/test/core/gprpp/stat_test.cc @@ -25,7 +25,7 @@ #include #include "src/core/lib/gpr/tmpfile.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/gprpp/thd_test.cc b/test/core/gprpp/thd_test.cc index be10ca1e8cd..c26a417a387 100644 --- a/test/core/gprpp/thd_test.cc +++ b/test/core/gprpp/thd_test.cc @@ -27,7 +27,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define NUM_THREADS 100 diff --git a/test/core/gprpp/validation_errors_test.cc b/test/core/gprpp/validation_errors_test.cc index e4b5696e992..cbf5add2feb 100644 --- a/test/core/gprpp/validation_errors_test.cc +++ b/test/core/gprpp/validation_errors_test.cc @@ -18,7 +18,7 @@ #include "gtest/gtest.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/gprpp/work_serializer_test.cc b/test/core/gprpp/work_serializer_test.cc index 3f8be452338..fc1c9ec7a1d 100644 --- a/test/core/gprpp/work_serializer_test.cc +++ b/test/core/gprpp/work_serializer_test.cc @@ -44,7 +44,7 @@ #include "src/core/lib/gprpp/thd.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "test/core/event_engine/event_engine_test_utils.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using grpc_event_engine::experimental::GetDefaultEventEngine; using grpc_event_engine::experimental::WaitForSingleOwner; diff --git a/test/core/handshake/BUILD b/test/core/handshake/BUILD index 806492815f8..ba12e8f2ed0 100644 --- a/test/core/handshake/BUILD +++ b/test/core/handshake/BUILD @@ -32,7 +32,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -45,7 +45,7 @@ grpc_cc_library( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -64,7 +64,7 @@ grpc_cc_test( ":server_ssl_common", "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -85,7 +85,7 @@ grpc_cc_test( "//:grpc", "//src/core:channel_args", "//src/core:closure", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -106,7 +106,7 @@ grpc_cc_test( # deps = [ # "//:gpr", # "//:grpc", -# "//test/core/util:grpc_test_util", +# "//test/core/test_util:grpc_test_util", # ], #) @@ -120,7 +120,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", ], ) diff --git a/test/core/handshake/client_ssl.cc b/test/core/handshake/client_ssl.cc index ce5951abacb..5445b7b402e 100644 --- a/test/core/handshake/client_ssl.cc +++ b/test/core/handshake/client_ssl.cc @@ -32,7 +32,7 @@ #include "src/core/lib/iomgr/error.h" #include "src/core/lib/iomgr/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // IWYU pragma: no_include @@ -60,7 +60,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/sync.h" #include "src/core/lib/gprpp/thd.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/tls_utils.h" #define SSL_CERT_PATH "src/core/tsi/test_creds/server1.pem" #define SSL_KEY_PATH "src/core/tsi/test_creds/server1.key" diff --git a/test/core/handshake/http_proxy_mapper_test.cc b/test/core/handshake/http_proxy_mapper_test.cc index aea41023f9a..6af2b882cb5 100644 --- a/test/core/handshake/http_proxy_mapper_test.cc +++ b/test/core/handshake/http_proxy_mapper_test.cc @@ -31,8 +31,8 @@ #include "src/core/lib/address_utils/sockaddr_utils.h" #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/transport/http_connect_handshaker.h" -#include "test/core/util/scoped_env_var.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/scoped_env_var.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/handshake/readahead_handshaker_server_ssl.cc b/test/core/handshake/readahead_handshaker_server_ssl.cc index 8acb7120f10..88176014647 100644 --- a/test/core/handshake/readahead_handshaker_server_ssl.cc +++ b/test/core/handshake/readahead_handshaker_server_ssl.cc @@ -34,7 +34,7 @@ #include "src/core/lib/transport/handshaker_factory.h" #include "src/core/lib/transport/handshaker_registry.h" #include "test/core/handshake/server_ssl_common.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // The purpose of this test is to exercise the case when a // grpc *security_handshaker* begins its handshake with data already diff --git a/test/core/handshake/server_ssl.cc b/test/core/handshake/server_ssl.cc index 3e006d41d42..9776d7330e4 100644 --- a/test/core/handshake/server_ssl.cc +++ b/test/core/handshake/server_ssl.cc @@ -21,7 +21,7 @@ #include "gtest/gtest.h" #include "test/core/handshake/server_ssl_common.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(ServerSslTest, MainTest) { // Handshake succeeeds when the client supplies only h2 as the ALPN list. This diff --git a/test/core/handshake/server_ssl_common.cc b/test/core/handshake/server_ssl_common.cc index 720c3ef5afd..aefa17d5223 100644 --- a/test/core/handshake/server_ssl_common.cc +++ b/test/core/handshake/server_ssl_common.cc @@ -50,9 +50,9 @@ #include "src/core/lib/gprpp/sync.h" #include "src/core/lib/gprpp/thd.h" #include "src/core/lib/iomgr/error.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" // IWYU pragma: no_include diff --git a/test/core/handshake/verify_peer_options.cc b/test/core/handshake/verify_peer_options.cc index 7b709dc58ce..b7680cc7897 100644 --- a/test/core/handshake/verify_peer_options.cc +++ b/test/core/handshake/verify_peer_options.cc @@ -43,9 +43,9 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/thd.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #define SSL_CERT_PATH "src/core/tsi/test_creds/server1.pem" #define SSL_KEY_PATH "src/core/tsi/test_creds/server1.key" diff --git a/test/core/http/BUILD b/test/core/http/BUILD index a889392b67f..dbcc6ad6537 100644 --- a/test/core/http/BUILD +++ b/test/core/http/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer") grpc_package(name = "test/core/http") @@ -28,7 +28,7 @@ grpc_fuzzer( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -41,7 +41,7 @@ grpc_fuzzer( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -71,8 +71,8 @@ grpc_cc_library( "//:gpr", "//:subprocess", "//test/core/end2end:ssl_test_data", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -97,8 +97,8 @@ grpc_cc_test( "//:grpc", "//:subprocess", "//test/core/end2end:ssl_test_data", - "//test/core/util:fake_udp_and_tcp_server", - "//test/core/util:grpc_test_util", + "//test/core/test_util:fake_udp_and_tcp_server", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -127,8 +127,8 @@ grpc_cc_test( "//src/core:channel_args", "//src/core:closure", "//test/core/end2end:ssl_test_data", - "//test/core/util:fake_udp_and_tcp_server", - "//test/core/util:grpc_test_util", + "//test/core/test_util:fake_udp_and_tcp_server", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -144,8 +144,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//test/core/end2end:ssl_test_data", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -159,7 +159,7 @@ grpc_cc_test( "//:grpc", "//src/core:slice", "//test/core/end2end:ssl_test_data", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) diff --git a/test/core/http/format_request_test.cc b/test/core/http/format_request_test.cc index 11830958c93..f242221d971 100644 --- a/test/core/http/format_request_test.cc +++ b/test/core/http/format_request_test.cc @@ -26,7 +26,7 @@ #include "src/core/lib/http/httpcli.h" #include "src/core/lib/slice/slice_internal.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(FormatRequestTest, FormatGetRequest) { grpc_http_header hdr = {const_cast("x-yz"), const_cast("abc")}; diff --git a/test/core/http/httpcli_test.cc b/test/core/http/httpcli_test.cc index 749e3b1b5e6..7a4eb1bf607 100644 --- a/test/core/http/httpcli_test.cc +++ b/test/core/http/httpcli_test.cc @@ -52,9 +52,9 @@ #include "src/core/lib/security/credentials/credentials.h" #include "src/core/resolver/dns/c_ares/grpc_ares_wrapper.h" #include "test/core/http/httpcli_test_util.h" -#include "test/core/util/fake_udp_and_tcp_server.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/fake_udp_and_tcp_server.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/core/http/httpcli_test_util.cc b/test/core/http/httpcli_test_util.cc index 7c0638dda29..760b9d83b2a 100644 --- a/test/core/http/httpcli_test_util.cc +++ b/test/core/http/httpcli_test_util.cc @@ -34,7 +34,7 @@ #include "src/core/lib/config/config_vars.h" #include "src/core/lib/gpr/subprocess.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" namespace grpc_core { namespace testing { diff --git a/test/core/http/httpscli_test.cc b/test/core/http/httpscli_test.cc index aa59097f9b1..c273581083f 100644 --- a/test/core/http/httpscli_test.cc +++ b/test/core/http/httpscli_test.cc @@ -60,8 +60,8 @@ #include "src/core/lib/security/credentials/credentials.h" // IWYU pragma: keep #include "src/core/lib/uri/uri_parser.h" #include "test/core/http/httpcli_test_util.h" -#include "test/core/util/fake_udp_and_tcp_server.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/fake_udp_and_tcp_server.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/core/http/parser_test.cc b/test/core/http/parser_test.cc index ebe8995057b..70b5aaa670d 100644 --- a/test/core/http/parser_test.cc +++ b/test/core/http/parser_test.cc @@ -30,8 +30,8 @@ #include #include "src/core/lib/gpr/useful.h" -#include "test/core/util/slice_splitter.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/slice_splitter.h" +#include "test/core/test_util/test_config.h" static void test_request_succeeds(grpc_slice_split_mode split_mode, const char* request_text, diff --git a/test/core/iomgr/BUILD b/test/core/iomgr/BUILD index b557080c9dd..c8cbcc08978 100644 --- a/test/core/iomgr/BUILD +++ b/test/core/iomgr/BUILD @@ -36,8 +36,8 @@ grpc_cc_library( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -52,8 +52,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -73,8 +73,8 @@ grpc_cc_test( ":endpoint_tests", "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -91,8 +91,8 @@ grpc_cc_test( ":endpoint_tests", "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -105,8 +105,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -119,8 +119,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -132,8 +132,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -154,8 +154,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -176,8 +176,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -193,9 +193,9 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:fake_udp_and_tcp_server", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:fake_udp_and_tcp_server", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", "//test/cpp/util:test_config", ], ) @@ -212,9 +212,9 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:fake_udp_and_tcp_server", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:fake_udp_and_tcp_server", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", "//test/cpp/util:test_config", ], ) @@ -231,8 +231,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -250,8 +250,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -275,8 +275,8 @@ grpc_cc_test( "//:grpc", "//src/core:channel_args", "//src/core:slice", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -291,8 +291,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -307,7 +307,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -323,8 +323,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -338,8 +338,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -355,7 +355,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) diff --git a/test/core/iomgr/combiner_test.cc b/test/core/iomgr/combiner_test.cc index 030bd7fa274..11b3b2d5cae 100644 --- a/test/core/iomgr/combiner_test.cc +++ b/test/core/iomgr/combiner_test.cc @@ -30,7 +30,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/notification.h" #include "src/core/lib/gprpp/thd.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(CombinerTest, TestNoOp) { grpc_core::ExecCtx exec_ctx; diff --git a/test/core/iomgr/endpoint_pair_test.cc b/test/core/iomgr/endpoint_pair_test.cc index 1e630519856..e60013802e8 100644 --- a/test/core/iomgr/endpoint_pair_test.cc +++ b/test/core/iomgr/endpoint_pair_test.cc @@ -40,8 +40,8 @@ #include "src/core/lib/iomgr/event_engine_shims/endpoint.h" #include "src/core/lib/resource_quota/memory_quota.h" #include "test/core/iomgr/endpoint_tests.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" using namespace std::chrono_literals; diff --git a/test/core/iomgr/endpoint_tests.cc b/test/core/iomgr/endpoint_tests.cc index 02cd7b020aa..696f58e0572 100644 --- a/test/core/iomgr/endpoint_tests.cc +++ b/test/core/iomgr/endpoint_tests.cc @@ -34,7 +34,7 @@ #include "src/core/lib/gprpp/time.h" #include "src/core/lib/iomgr/error.h" #include "src/core/lib/slice/slice_internal.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // // General test notes: diff --git a/test/core/iomgr/error_test.cc b/test/core/iomgr/error_test.cc index 241ffb6cbe5..1abe1eca76e 100644 --- a/test/core/iomgr/error_test.cc +++ b/test/core/iomgr/error_test.cc @@ -27,7 +27,7 @@ #include #include "src/core/lib/gprpp/crash.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(ErrorTest, SetGetInt) { grpc_error_handle error = GRPC_ERROR_CREATE("Test"); diff --git a/test/core/iomgr/fd_conservation_posix_test.cc b/test/core/iomgr/fd_conservation_posix_test.cc index 42790583c9f..28676454923 100644 --- a/test/core/iomgr/fd_conservation_posix_test.cc +++ b/test/core/iomgr/fd_conservation_posix_test.cc @@ -26,7 +26,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/iomgr/endpoint_pair.h" #include "src/core/lib/iomgr/iomgr.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" int main(int argc, char** argv) { int i; diff --git a/test/core/iomgr/fd_posix_test.cc b/test/core/iomgr/fd_posix_test.cc index 74588d419aa..22c24827104 100644 --- a/test/core/iomgr/fd_posix_test.cc +++ b/test/core/iomgr/fd_posix_test.cc @@ -19,7 +19,7 @@ #include #include "src/core/lib/iomgr/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // This test won't work except with posix sockets enabled #ifdef GRPC_POSIX_SOCKET_EV diff --git a/test/core/iomgr/grpc_ipv6_loopback_available_test.cc b/test/core/iomgr/grpc_ipv6_loopback_available_test.cc index c1b20fb8d37..34a2c59f7ce 100644 --- a/test/core/iomgr/grpc_ipv6_loopback_available_test.cc +++ b/test/core/iomgr/grpc_ipv6_loopback_available_test.cc @@ -23,7 +23,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/iomgr/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #ifdef GPR_WINDOWS #include "src/core/lib/iomgr/socket_windows.h" diff --git a/test/core/iomgr/ios/CFStreamTests/CFStreamClientTests.mm b/test/core/iomgr/ios/CFStreamTests/CFStreamClientTests.mm index 7d01e98ba27..8e7dd378836 100644 --- a/test/core/iomgr/ios/CFStreamTests/CFStreamClientTests.mm +++ b/test/core/iomgr/ios/CFStreamTests/CFStreamClientTests.mm @@ -34,7 +34,7 @@ #include "src/core/lib/iomgr/resolve_address.h" #include "src/core/lib/iomgr/tcp_client.h" #include "src/core/lib/resource_quota/api.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static gpr_mu g_mu; static int g_connections_complete = 0; diff --git a/test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm b/test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm index 550f1302316..c5fe36482c7 100644 --- a/test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm +++ b/test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm @@ -36,7 +36,7 @@ #include "src/core/lib/iomgr/resolve_address.h" #include "src/core/lib/iomgr/tcp_client.h" #include "src/core/lib/resource_quota/api.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include #include diff --git a/test/core/iomgr/pollset_windows_starvation_test.cc b/test/core/iomgr/pollset_windows_starvation_test.cc index ee0a762bb73..c3e51f5c7cf 100644 --- a/test/core/iomgr/pollset_windows_starvation_test.cc +++ b/test/core/iomgr/pollset_windows_starvation_test.cc @@ -27,7 +27,7 @@ #include "src/core/lib/iomgr/pollset.h" #include "src/core/lib/iomgr/pollset_windows.h" #include "src/core/lib/surface/init.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #if defined(GRPC_WINSOCK_SOCKET) diff --git a/test/core/iomgr/resolve_address_posix_test.cc b/test/core/iomgr/resolve_address_posix_test.cc index 3db885ffeb1..5a487cc4d7e 100644 --- a/test/core/iomgr/resolve_address_posix_test.cc +++ b/test/core/iomgr/resolve_address_posix_test.cc @@ -45,8 +45,8 @@ #include "src/core/lib/iomgr/iomgr.h" #include "src/core/lib/iomgr/pollset.h" #include "src/core/lib/iomgr/resolve_address.h" -#include "test/core/util/cmdline.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/cmdline.h" +#include "test/core/test_util/test_config.h" static gpr_timespec test_deadline(void) { return grpc_timeout_seconds_to_deadline(100); diff --git a/test/core/iomgr/resolve_address_test.cc b/test/core/iomgr/resolve_address_test.cc index 68073e153dd..f9e39608674 100644 --- a/test/core/iomgr/resolve_address_test.cc +++ b/test/core/iomgr/resolve_address_test.cc @@ -43,9 +43,9 @@ #include "src/core/lib/iomgr/iomgr.h" #include "src/core/lib/iomgr/pollset.h" #include "src/core/resolver/dns/c_ares/grpc_ares_wrapper.h" -#include "test/core/util/cmdline.h" -#include "test/core/util/fake_udp_and_tcp_server.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/cmdline.h" +#include "test/core/test_util/fake_udp_and_tcp_server.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/test_config.h" namespace { diff --git a/test/core/iomgr/socket_utils_test.cc b/test/core/iomgr/socket_utils_test.cc index 4a047dd0ded..d28bc96adec 100644 --- a/test/core/iomgr/socket_utils_test.cc +++ b/test/core/iomgr/socket_utils_test.cc @@ -38,7 +38,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/iomgr/socket_mutator.h" #include "src/core/lib/iomgr/socket_utils_posix.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" struct test_socket_mutator { grpc_socket_mutator base; diff --git a/test/core/iomgr/tcp_client_posix_test.cc b/test/core/iomgr/tcp_client_posix_test.cc index c9ab2af500c..b2f37db2de1 100644 --- a/test/core/iomgr/tcp_client_posix_test.cc +++ b/test/core/iomgr/tcp_client_posix_test.cc @@ -22,8 +22,8 @@ #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/gprpp/time.h" #include "src/core/lib/iomgr/port.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" // This test won't work except with posix sockets enabled #ifdef GRPC_POSIX_SOCKET_TCP_CLIENT diff --git a/test/core/iomgr/tcp_posix_test.cc b/test/core/iomgr/tcp_posix_test.cc index a3ff1b48557..e7c246c99bc 100644 --- a/test/core/iomgr/tcp_posix_test.cc +++ b/test/core/iomgr/tcp_posix_test.cc @@ -57,7 +57,7 @@ #include "src/core/lib/iomgr/tcp_posix.h" #include "src/core/lib/slice/slice_internal.h" #include "test/core/iomgr/endpoint_tests.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static gpr_mu* g_mu; static grpc_pollset* g_pollset; diff --git a/test/core/iomgr/tcp_server_posix_test.cc b/test/core/iomgr/tcp_server_posix_test.cc index 0f801a49d43..e31f6c07ded 100644 --- a/test/core/iomgr/tcp_server_posix_test.cc +++ b/test/core/iomgr/tcp_server_posix_test.cc @@ -21,7 +21,7 @@ #include "src/core/lib/event_engine/shim.h" #include "src/core/lib/gprpp/time.h" #include "src/core/lib/iomgr/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" // This test won't work except with posix sockets enabled #ifdef GRPC_POSIX_SOCKET_TCP_SERVER @@ -57,7 +57,7 @@ #include "src/core/lib/iomgr/resolve_address.h" #include "src/core/lib/iomgr/tcp_server.h" #include "src/core/lib/resource_quota/api.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" #define LOG_TEST(x) gpr_log(GPR_INFO, "%s", #x) diff --git a/test/core/iomgr/timer_heap_test.cc b/test/core/iomgr/timer_heap_test.cc index 8201d318e23..3cb7a4c7360 100644 --- a/test/core/iomgr/timer_heap_test.cc +++ b/test/core/iomgr/timer_heap_test.cc @@ -29,7 +29,7 @@ #include "src/core/lib/gpr/useful.h" #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/iomgr/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static gpr_atm random_deadline(void) { return rand(); } diff --git a/test/core/iomgr/timer_list_test.cc b/test/core/iomgr/timer_list_test.cc index 74d87085b90..ea48b8b1f5f 100644 --- a/test/core/iomgr/timer_list_test.cc +++ b/test/core/iomgr/timer_list_test.cc @@ -32,8 +32,8 @@ #include "src/core/lib/iomgr/iomgr_internal.h" #include "src/core/lib/iomgr/port.h" #include "src/core/lib/iomgr/timer.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tracer_util.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tracer_util.h" #define MAX_CB 30 diff --git a/test/core/json/BUILD b/test/core/json/BUILD index 70d25aa7799..1d144b8d326 100644 --- a/test/core/json/BUILD +++ b/test/core/json/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer") grpc_package(name = "test/core/json") @@ -29,7 +29,7 @@ grpc_fuzzer( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -45,7 +45,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -59,6 +59,6 @@ grpc_cc_test( uses_polling = False, deps = [ "//src/core:json_object_loader", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/json/json_test.cc b/test/core/json/json_test.cc index de64590fc6f..c076ff751ed 100644 --- a/test/core/json/json_test.cc +++ b/test/core/json/json_test.cc @@ -33,7 +33,7 @@ #include "src/core/lib/json/json_reader.h" #include "src/core/lib/json/json_writer.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/load_balancing/BUILD b/test/core/load_balancing/BUILD index 606c9d36622..2cf14f5858e 100644 --- a/test/core/load_balancing/BUILD +++ b/test/core/load_balancing/BUILD @@ -57,9 +57,9 @@ grpc_cc_test( ":lb_policy_test_lib", "//src/core:channel_args", "//src/core:grpc_lb_policy_pick_first", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", ], ) @@ -77,7 +77,7 @@ grpc_cc_test( ":lb_policy_test_lib", "//src/core:channel_args", "//src/core:grpc_lb_policy_round_robin", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -96,8 +96,8 @@ grpc_cc_test( deps = [ "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", ], ) @@ -114,7 +114,7 @@ grpc_cc_test( ":lb_policy_test_lib", "//src/core:channel_args", "//src/core:grpc_lb_policy_outlier_detection", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -133,7 +133,7 @@ grpc_cc_test( deps = [ "//:grpc", "//src/core:client_channel_service_config", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -150,7 +150,7 @@ grpc_cc_test( deps = [ ":lb_policy_test_lib", "//src/core:grpc_lb_policy_xds_override_host", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -169,7 +169,7 @@ grpc_cc_test( deps = [ "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -222,8 +222,8 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", ], ) @@ -239,8 +239,8 @@ grpc_cc_test( deps = [ ":lb_policy_test_lib", "//src/core:grpc_lb_policy_weighted_round_robin", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", ], ) @@ -258,6 +258,6 @@ grpc_cc_test( ":lb_policy_test_lib", "//src/core:channel_args", "//src/core:grpc_lb_policy_ring_hash", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/load_balancing/outlier_detection_lb_config_parser_test.cc b/test/core/load_balancing/outlier_detection_lb_config_parser_test.cc index 7ddbe6a8259..40dad8d96d3 100644 --- a/test/core/load_balancing/outlier_detection_lb_config_parser_test.cc +++ b/test/core/load_balancing/outlier_detection_lb_config_parser_test.cc @@ -27,7 +27,7 @@ #include "src/core/lib/gprpp/ref_counted_ptr.h" #include "src/core/service_config/service_config.h" #include "src/core/service_config/service_config_impl.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/load_balancing/outlier_detection_test.cc b/test/core/load_balancing/outlier_detection_test.cc index d78af4b3d28..ba60dce52eb 100644 --- a/test/core/load_balancing/outlier_detection_test.cc +++ b/test/core/load_balancing/outlier_detection_test.cc @@ -43,7 +43,7 @@ #include "src/core/load_balancing/lb_policy.h" #include "src/core/resolver/endpoint_addresses.h" #include "test/core/load_balancing/lb_policy_test_lib.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/load_balancing/pick_first_test.cc b/test/core/load_balancing/pick_first_test.cc index f6961047d4e..e3dfd04ffc9 100644 --- a/test/core/load_balancing/pick_first_test.cc +++ b/test/core/load_balancing/pick_first_test.cc @@ -49,8 +49,8 @@ #include "src/core/load_balancing/lb_policy.h" #include "src/core/resolver/endpoint_addresses.h" #include "test/core/load_balancing/lb_policy_test_lib.h" -#include "test/core/util/fake_stats_plugin.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/fake_stats_plugin.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/load_balancing/ring_hash_test.cc b/test/core/load_balancing/ring_hash_test.cc index 4f7493f70b7..5391537908a 100644 --- a/test/core/load_balancing/ring_hash_test.cc +++ b/test/core/load_balancing/ring_hash_test.cc @@ -40,7 +40,7 @@ #include "src/core/load_balancing/lb_policy.h" #include "src/core/resolver/endpoint_addresses.h" #include "test/core/load_balancing/lb_policy_test_lib.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/load_balancing/rls_lb_config_parser_test.cc b/test/core/load_balancing/rls_lb_config_parser_test.cc index 0f98189d112..0c1da6ef8c3 100644 --- a/test/core/load_balancing/rls_lb_config_parser_test.cc +++ b/test/core/load_balancing/rls_lb_config_parser_test.cc @@ -27,7 +27,7 @@ #include "src/core/lib/gprpp/ref_counted_ptr.h" #include "src/core/service_config/service_config.h" #include "src/core/service_config/service_config_impl.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/load_balancing/round_robin_test.cc b/test/core/load_balancing/round_robin_test.cc index 219049dff86..697b0ebc107 100644 --- a/test/core/load_balancing/round_robin_test.cc +++ b/test/core/load_balancing/round_robin_test.cc @@ -28,7 +28,7 @@ #include "src/core/lib/gprpp/ref_counted_ptr.h" #include "src/core/resolver/endpoint_addresses.h" #include "test/core/load_balancing/lb_policy_test_lib.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/load_balancing/weighted_round_robin_config_test.cc b/test/core/load_balancing/weighted_round_robin_config_test.cc index c04aaa50cb7..7d6f3bb81b2 100644 --- a/test/core/load_balancing/weighted_round_robin_config_test.cc +++ b/test/core/load_balancing/weighted_round_robin_config_test.cc @@ -26,7 +26,7 @@ #include "src/core/lib/gprpp/ref_counted_ptr.h" #include "src/core/service_config/service_config.h" #include "src/core/service_config/service_config_impl.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/load_balancing/weighted_round_robin_test.cc b/test/core/load_balancing/weighted_round_robin_test.cc index 38293b9d93d..9177562e919 100644 --- a/test/core/load_balancing/weighted_round_robin_test.cc +++ b/test/core/load_balancing/weighted_round_robin_test.cc @@ -51,8 +51,8 @@ #include "src/core/load_balancing/weighted_target/weighted_target.h" #include "src/core/resolver/endpoint_addresses.h" #include "test/core/load_balancing/lb_policy_test_lib.h" -#include "test/core/util/fake_stats_plugin.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/fake_stats_plugin.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/load_balancing/xds_override_host_lb_config_parser_test.cc b/test/core/load_balancing/xds_override_host_lb_config_parser_test.cc index 6126050a532..5e08a1c531a 100644 --- a/test/core/load_balancing/xds_override_host_lb_config_parser_test.cc +++ b/test/core/load_balancing/xds_override_host_lb_config_parser_test.cc @@ -29,7 +29,7 @@ #include "src/core/load_balancing/xds/xds_override_host.h" #include "src/core/service_config/service_config.h" #include "src/core/service_config/service_config_impl.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/load_balancing/xds_override_host_test.cc b/test/core/load_balancing/xds_override_host_test.cc index 1a177fc907b..68765e030e3 100644 --- a/test/core/load_balancing/xds_override_host_test.cc +++ b/test/core/load_balancing/xds_override_host_test.cc @@ -47,7 +47,7 @@ #include "src/core/resolver/endpoint_addresses.h" #include "src/core/resolver/xds/xds_dependency_manager.h" #include "test/core/load_balancing/lb_policy_test_lib.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/matchers/BUILD b/test/core/matchers/BUILD index 38f4c78c057..8609304bd6c 100644 --- a/test/core/matchers/BUILD +++ b/test/core/matchers/BUILD @@ -26,7 +26,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) diff --git a/test/core/memory_usage/BUILD b/test/core/memory_usage/BUILD index 330d33952b9..c7048dc172a 100644 --- a/test/core/memory_usage/BUILD +++ b/test/core/memory_usage/BUILD @@ -57,8 +57,8 @@ grpc_cc_binary( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -82,8 +82,8 @@ grpc_cc_binary( "//src/core:channel_args", "//src/core:xds_enabled_server", "//test/core/end2end:ssl_test_data", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -108,8 +108,8 @@ grpc_cc_binary( "//:grpc++", "//src/proto/grpc/testing:benchmark_service_proto", "//test/core/end2end:ssl_test_data", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -133,8 +133,8 @@ grpc_cc_binary( "//:grpc++", "//src/proto/grpc/testing:benchmark_service_proto", "//test/core/end2end:ssl_test_data", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -166,8 +166,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:subprocess", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", "//test/cpp/end2end/xds:xds_utils", ], ) @@ -187,8 +187,8 @@ grpc_cc_binary( "//:gpr", "//:grpc", "//:subprocess", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", "//test/cpp/end2end/xds:xds_utils", ], ) diff --git a/test/core/memory_usage/callback_client.cc b/test/core/memory_usage/callback_client.cc index bd370e8e0f7..ad806559f86 100644 --- a/test/core/memory_usage/callback_client.cc +++ b/test/core/memory_usage/callback_client.cc @@ -42,7 +42,7 @@ #include "src/proto/grpc/testing/benchmark_service.grpc.pb.h" #include "src/proto/grpc/testing/messages.pb.h" #include "test/core/memory_usage/memstats.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" ABSL_FLAG(std::string, target, "", "Target host:port"); ABSL_FLAG(bool, secure, false, "Use SSL Credentials"); diff --git a/test/core/memory_usage/callback_server.cc b/test/core/memory_usage/callback_server.cc index ae40b609a1d..a00fc9e4125 100644 --- a/test/core/memory_usage/callback_server.cc +++ b/test/core/memory_usage/callback_server.cc @@ -36,7 +36,7 @@ #include "src/proto/grpc/testing/benchmark_service.grpc.pb.h" #include "src/proto/grpc/testing/messages.pb.h" #include "test/core/memory_usage/memstats.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" ABSL_FLAG(std::string, bind, "", "Bind host:port"); ABSL_FLAG(bool, secure, false, "Use SSL Credentials"); diff --git a/test/core/memory_usage/client.cc b/test/core/memory_usage/client.cc index 3f8849d3664..150ba4a1bec 100644 --- a/test/core/memory_usage/client.cc +++ b/test/core/memory_usage/client.cc @@ -46,7 +46,7 @@ #include "src/core/lib/gpr/useful.h" #include "src/core/lib/slice/slice_internal.h" #include "test/core/memory_usage/memstats.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static grpc_channel* channel; static grpc_completion_queue* cq; diff --git a/test/core/memory_usage/memory_usage_test.cc b/test/core/memory_usage/memory_usage_test.cc index 1ca0fc4aca5..2bc0f7d6128 100644 --- a/test/core/memory_usage/memory_usage_test.cc +++ b/test/core/memory_usage/memory_usage_test.cc @@ -50,9 +50,9 @@ #include "src/core/lib/gprpp/env.h" #include "src/proto/grpc/testing/xds/v3/cluster.pb.h" #include "src/proto/grpc/testing/xds/v3/health_check.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/xds/xds_server.h" #include "test/cpp/end2end/xds/xds_utils.h" diff --git a/test/core/memory_usage/server.cc b/test/core/memory_usage/server.cc index 05fa08a5db7..7aeaceb1e00 100644 --- a/test/core/memory_usage/server.cc +++ b/test/core/memory_usage/server.cc @@ -52,8 +52,8 @@ #include "src/core/lib/gprpp/host_port.h" #include "test/core/end2end/data/ssl_test_data.h" #include "test/core/memory_usage/memstats.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" ABSL_FLAG(std::string, bind, "", "Bind host:port"); ABSL_FLAG(bool, secure, false, "Use security"); diff --git a/test/core/message_size/BUILD b/test/core/message_size/BUILD index 90c2605bef1..72660b6cd00 100644 --- a/test/core/message_size/BUILD +++ b/test/core/message_size/BUILD @@ -29,6 +29,6 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/message_size/message_size_service_config_test.cc b/test/core/message_size/message_size_service_config_test.cc index 3c62db4802c..e88434ed4d5 100644 --- a/test/core/message_size/message_size_service_config_test.cc +++ b/test/core/message_size/message_size_service_config_test.cc @@ -32,7 +32,7 @@ #include "src/core/service_config/service_config.h" #include "src/core/service_config/service_config_impl.h" #include "src/core/service_config/service_config_parser.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/nanopb/BUILD b/test/core/nanopb/BUILD index 1a868eb52ec..774b36292a1 100644 --- a/test/core/nanopb/BUILD +++ b/test/core/nanopb/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer") grpc_package(name = "test/core/nanopb") @@ -28,7 +28,7 @@ grpc_fuzzer( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -41,6 +41,6 @@ grpc_fuzzer( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/network_benchmarks/BUILD b/test/core/network_benchmarks/BUILD index 68f1742a8d9..299d3052f14 100644 --- a/test/core/network_benchmarks/BUILD +++ b/test/core/network_benchmarks/BUILD @@ -33,7 +33,7 @@ grpc_cc_binary( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) diff --git a/test/core/network_benchmarks/low_level_ping_pong.cc b/test/core/network_benchmarks/low_level_ping_pong.cc index 65ad1f4916c..df2c16d3a26 100644 --- a/test/core/network_benchmarks/low_level_ping_pong.cc +++ b/test/core/network_benchmarks/low_level_ping_pong.cc @@ -46,8 +46,8 @@ #include "src/core/lib/gprpp/thd.h" #include "src/core/lib/iomgr/error.h" #include "src/core/lib/iomgr/socket_utils_posix.h" -#include "test/core/util/cmdline.h" -#include "test/core/util/histogram.h" +#include "test/core/test_util/cmdline.h" +#include "test/core/test_util/histogram.h" typedef struct fd_pair { int read_fd; diff --git a/test/core/promise/BUILD b/test/core/promise/BUILD index 1daba2bad35..2226f16211b 100644 --- a/test/core/promise/BUILD +++ b/test/core/promise/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") licenses(["notice"]) @@ -124,7 +124,7 @@ grpc_cc_test( "//src/core:event_engine_memory_allocator", "//src/core:memory_quota", "//src/core:resource_quota", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_unsecure", ], ) diff --git a/test/core/promise/arena_promise_test.cc b/test/core/promise/arena_promise_test.cc index 9942e10375d..7a412035a5d 100644 --- a/test/core/promise/arena_promise_test.cc +++ b/test/core/promise/arena_promise_test.cc @@ -26,7 +26,7 @@ #include "src/core/lib/resource_quota/memory_quota.h" #include "src/core/lib/resource_quota/resource_quota.h" #include "test/core/promise/test_context.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/resolver/BUILD b/test/core/resolver/BUILD index 95b740b72e7..c413ab82dfe 100644 --- a/test/core/resolver/BUILD +++ b/test/core/resolver/BUILD @@ -32,7 +32,7 @@ grpc_cc_test( "//:endpoint_addresses", "//:parse_address", "//:sockaddr_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -47,7 +47,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:grpc_resolver_binder", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -59,7 +59,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -73,7 +73,7 @@ grpc_cc_test( "//:grpc", "//src/core:channel_args", "//src/core:closure", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -85,7 +85,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -99,7 +99,7 @@ grpc_cc_test( "//:grpc", "//:grpc_resolver_fake", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -115,8 +115,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:fake_udp_and_tcp_server", - "//test/core/util:grpc_test_util", + "//test/core/test_util:fake_udp_and_tcp_server", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) diff --git a/test/core/resolver/binder_resolver_test.cc b/test/core/resolver/binder_resolver_test.cc index 655f4c09cef..b4558ccbe4d 100644 --- a/test/core/resolver/binder_resolver_test.cc +++ b/test/core/resolver/binder_resolver_test.cc @@ -29,7 +29,7 @@ #include "src/core/resolver/endpoint_addresses.h" #include "src/core/resolver/resolver.h" #include "src/core/resolver/resolver_factory.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #ifdef GRPC_HAVE_UNIX_SOCKET diff --git a/test/core/resolver/dns_resolver_cooldown_test.cc b/test/core/resolver/dns_resolver_cooldown_test.cc index 331e175898a..71127572aad 100644 --- a/test/core/resolver/dns_resolver_cooldown_test.cc +++ b/test/core/resolver/dns_resolver_cooldown_test.cc @@ -62,7 +62,7 @@ #include "src/core/resolver/resolver.h" #include "src/core/resolver/resolver_factory.h" #include "src/core/resolver/resolver_registry.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using ::grpc_event_engine::experimental::GetDefaultEventEngine; diff --git a/test/core/resolver/dns_resolver_test.cc b/test/core/resolver/dns_resolver_test.cc index fff3e22495f..e3650b05df0 100644 --- a/test/core/resolver/dns_resolver_test.cc +++ b/test/core/resolver/dns_resolver_test.cc @@ -38,7 +38,7 @@ #include "src/core/resolver/resolver.h" #include "src/core/resolver/resolver_factory.h" #include "src/core/resolver/resolver_registry.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using ::grpc_event_engine::experimental::GetDefaultEventEngine; diff --git a/test/core/resolver/endpoint_addresses_test.cc b/test/core/resolver/endpoint_addresses_test.cc index b4d21daf25d..236e26fe8e9 100644 --- a/test/core/resolver/endpoint_addresses_test.cc +++ b/test/core/resolver/endpoint_addresses_test.cc @@ -31,7 +31,7 @@ #include "src/core/lib/address_utils/sockaddr_utils.h" #include "src/core/lib/iomgr/resolved_address.h" #include "src/core/lib/uri/uri_parser.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/resolver/fake_resolver_test.cc b/test/core/resolver/fake_resolver_test.cc index fdf7f66d58b..c9ece82509c 100644 --- a/test/core/resolver/fake_resolver_test.cc +++ b/test/core/resolver/fake_resolver_test.cc @@ -51,7 +51,7 @@ #include "src/core/resolver/endpoint_addresses.h" #include "src/core/resolver/resolver_factory.h" #include "src/core/resolver/resolver_registry.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/resolver/google_c2p_resolver_test.cc b/test/core/resolver/google_c2p_resolver_test.cc index ee77b07e469..a95843b588c 100644 --- a/test/core/resolver/google_c2p_resolver_test.cc +++ b/test/core/resolver/google_c2p_resolver_test.cc @@ -33,9 +33,9 @@ #include #include "src/core/lib/gprpp/env.h" -#include "test/core/util/fake_udp_and_tcp_server.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/fake_udp_and_tcp_server.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/core/resolver/sockaddr_resolver_test.cc b/test/core/resolver/sockaddr_resolver_test.cc index 39f58d4fb14..08bdab66f44 100644 --- a/test/core/resolver/sockaddr_resolver_test.cc +++ b/test/core/resolver/sockaddr_resolver_test.cc @@ -36,7 +36,7 @@ #include "src/core/resolver/resolver.h" #include "src/core/resolver/resolver_factory.h" #include "src/core/resolver/resolver_registry.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static std::shared_ptr* g_work_serializer; diff --git a/test/core/resource_quota/BUILD b/test/core/resource_quota/BUILD index ca98b91a43b..3055925e7dc 100644 --- a/test/core/resource_quota/BUILD +++ b/test/core/resource_quota/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") licenses(["notice"]) @@ -38,7 +38,7 @@ grpc_cc_test( "//:ref_counted_ptr", "//src/core:arena", "//src/core:resource_quota", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -67,7 +67,7 @@ grpc_cc_test( "//:exec_ctx", "//src/core:memory_quota", "//src/core:slice_refcount", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -108,7 +108,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//src/core:resource_quota", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -136,7 +136,7 @@ grpc_cc_test( "//:gpr", "//src/core:event_engine_memory_allocator", "//src/core:memory_quota", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -151,7 +151,7 @@ grpc_proto_fuzzer( ], language = "C++", proto = "memory_quota_fuzzer.proto", - proto_deps = ["//test/core/util:fuzz_config_vars_proto"], + proto_deps = ["//test/core/test_util:fuzz_config_vars_proto"], tags = ["no_windows"], uses_event_engine = False, uses_polling = False, @@ -167,6 +167,6 @@ grpc_proto_fuzzer( "//src/core:experiments", "//src/core:memory_quota", "//src/core:useful", - "//test/core/util:fuzz_config_vars", + "//test/core/test_util:fuzz_config_vars", ], ) diff --git a/test/core/resource_quota/arena_test.cc b/test/core/resource_quota/arena_test.cc index 1e35a105f6b..c6055a1e0e5 100644 --- a/test/core/resource_quota/arena_test.cc +++ b/test/core/resource_quota/arena_test.cc @@ -38,7 +38,7 @@ #include "src/core/lib/gprpp/thd.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/resource_quota/resource_quota.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/resource_quota/memory_quota_fuzzer.cc b/test/core/resource_quota/memory_quota_fuzzer.cc index aee653f1f23..c94aa28e385 100644 --- a/test/core/resource_quota/memory_quota_fuzzer.cc +++ b/test/core/resource_quota/memory_quota_fuzzer.cc @@ -40,7 +40,7 @@ #include "src/libfuzzer/libfuzzer_macro.h" #include "test/core/resource_quota/call_checker.h" #include "test/core/resource_quota/memory_quota_fuzzer.pb.h" -#include "test/core/util/fuzz_config_vars.h" +#include "test/core/test_util/fuzz_config_vars.h" bool squelch = true; bool leak_check = true; diff --git a/test/core/resource_quota/memory_quota_fuzzer.proto b/test/core/resource_quota/memory_quota_fuzzer.proto index 8b01850a856..13006e66906 100644 --- a/test/core/resource_quota/memory_quota_fuzzer.proto +++ b/test/core/resource_quota/memory_quota_fuzzer.proto @@ -16,7 +16,7 @@ syntax = "proto3"; package memory_quota_fuzzer; -import "test/core/util/fuzz_config_vars.proto"; +import "test/core/test_util/fuzz_config_vars.proto"; message Empty {} diff --git a/test/core/resource_quota/memory_quota_stress_test.cc b/test/core/resource_quota/memory_quota_stress_test.cc index 3cae0ee4bd2..e756040ec5c 100644 --- a/test/core/resource_quota/memory_quota_stress_test.cc +++ b/test/core/resource_quota/memory_quota_stress_test.cc @@ -36,7 +36,7 @@ #include "src/core/lib/gprpp/sync.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/resource_quota/memory_quota.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/resource_quota/memory_quota_test.cc b/test/core/resource_quota/memory_quota_test.cc index 150b617e3f0..2d46537f946 100644 --- a/test/core/resource_quota/memory_quota_test.cc +++ b/test/core/resource_quota/memory_quota_test.cc @@ -28,7 +28,7 @@ #include "src/core/lib/iomgr/exec_ctx.h" #include "test/core/resource_quota/call_checker.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/resource_quota/resource_quota_test.cc b/test/core/resource_quota/resource_quota_test.cc index efe681949c5..3ea0046f773 100644 --- a/test/core/resource_quota/resource_quota_test.cc +++ b/test/core/resource_quota/resource_quota_test.cc @@ -16,7 +16,7 @@ #include "gtest/gtest.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/security/BUILD b/test/core/security/BUILD index 8c40aa5fc50..8fa90c55d40 100644 --- a/test/core/security/BUILD +++ b/test/core/security/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer") licenses(["notice"]) @@ -29,8 +29,8 @@ grpc_fuzzer( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -51,8 +51,8 @@ grpc_fuzzer( "//:gpr", "//:grpc", "//src/core:default_event_engine", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -75,8 +75,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -89,8 +89,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc_cel_engine", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -106,8 +106,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -122,8 +122,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -136,8 +136,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:grpc_authorization_base", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -153,8 +153,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -169,8 +169,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -185,8 +185,8 @@ grpc_cc_test( "//:grpc", "//src/core:slice", "//test/core/iomgr:endpoint_tests", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -199,8 +199,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -222,8 +222,8 @@ grpc_cc_test( "//:grpc", "//src/core:load_file", "//src/core:slice", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -235,8 +235,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -247,8 +247,8 @@ grpc_cc_binary( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -262,8 +262,8 @@ grpc_cc_binary( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -275,8 +275,8 @@ grpc_cc_binary( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -288,8 +288,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -301,8 +301,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -314,8 +314,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -328,8 +328,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc_base", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -354,8 +354,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -376,8 +376,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -389,8 +389,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -406,8 +406,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -432,8 +432,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -446,8 +446,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -460,8 +460,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -474,8 +474,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -488,8 +488,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc_authorization_provider", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -502,8 +502,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:grpc_rbac_engine", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -516,9 +516,9 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:grpc_rbac_engine", - "//test/core/util:audit_logging_utils", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:audit_logging_utils", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -536,8 +536,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc_authorization_provider", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -551,8 +551,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -564,7 +564,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -577,7 +577,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:grpc_audit_logging", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -603,8 +603,8 @@ grpc_cc_test( "//test/core/event_engine:event_engine_test_utils", "//test/core/event_engine/fuzzing_event_engine", "//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_proto", + "//test/core/test_util:fuzz_config_vars_proto", + "//test/core/test_util:grpc_test_util", "//test/core/tsi:transport_security_test_lib", - "//test/core/util:fuzz_config_vars_proto", - "//test/core/util:grpc_test_util", ], ) diff --git a/test/core/security/alts_credentials_fuzzer.cc b/test/core/security/alts_credentials_fuzzer.cc index a145ee0f0b0..4ad08a367ba 100644 --- a/test/core/security/alts_credentials_fuzzer.cc +++ b/test/core/security/alts_credentials_fuzzer.cc @@ -32,7 +32,7 @@ #include "src/core/lib/security/credentials/alts/alts_credentials.h" #include "src/core/lib/security/credentials/alts/check_gcp_environment.h" #include "src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h" -#include "test/core/util/fuzzer_util.h" +#include "test/core/test_util/fuzzer_util.h" using grpc_core::testing::grpc_fuzzer_get_next_byte; using grpc_core::testing::grpc_fuzzer_get_next_string; diff --git a/test/core/security/auth_context_test.cc b/test/core/security/auth_context_test.cc index aef3f31b701..32bf2304720 100644 --- a/test/core/security/auth_context_test.cc +++ b/test/core/security/auth_context_test.cc @@ -26,7 +26,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/ref_counted_ptr.h" #include "src/core/lib/security/context/security_context.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(AuthContextTest, EmptyContext) { grpc_core::RefCountedPtr ctx = diff --git a/test/core/security/authorization_matchers_test.cc b/test/core/security/authorization_matchers_test.cc index 17f9a99da1a..3ce899e2a36 100644 --- a/test/core/security/authorization_matchers_test.cc +++ b/test/core/security/authorization_matchers_test.cc @@ -22,7 +22,7 @@ #include "src/core/lib/security/authorization/evaluate_args.h" #include "src/core/lib/security/authorization/matchers.h" -#include "test/core/util/evaluate_args_test_util.h" +#include "test/core/test_util/evaluate_args_test_util.h" namespace grpc_core { diff --git a/test/core/security/aws_request_signer_test.cc b/test/core/security/aws_request_signer_test.cc index c877fd5ae47..89c2d962ee7 100644 --- a/test/core/security/aws_request_signer_test.cc +++ b/test/core/security/aws_request_signer_test.cc @@ -22,7 +22,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace testing { diff --git a/test/core/security/certificate_provider_registry_test.cc b/test/core/security/certificate_provider_registry_test.cc index 332bb2d2642..cca80deeb35 100644 --- a/test/core/security/certificate_provider_registry_test.cc +++ b/test/core/security/certificate_provider_registry_test.cc @@ -23,7 +23,7 @@ #include #include "src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/security/channel_creds_registry_test.cc b/test/core/security/channel_creds_registry_test.cc index 35c3f3fee89..399e26a58ea 100644 --- a/test/core/security/channel_creds_registry_test.cc +++ b/test/core/security/channel_creds_registry_test.cc @@ -30,7 +30,7 @@ #include "src/core/lib/security/credentials/fake/fake_credentials.h" #include "src/core/lib/security/credentials/insecure/insecure_credentials.h" #include "src/core/lib/security/credentials/tls/tls_credentials.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/security/create_jwt.cc b/test/core/security/create_jwt.cc index edee063aa16..a8f48a9d179 100644 --- a/test/core/security/create_jwt.cc +++ b/test/core/security/create_jwt.cc @@ -26,8 +26,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/security/credentials/jwt/jwt_credentials.h" -#include "test/core/util/cmdline.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/cmdline.h" +#include "test/core/test_util/tls_utils.h" void create_jwt(const char* json_key_file_path, const char* service_url, const char* scope) { diff --git a/test/core/security/credentials_test.cc b/test/core/security/credentials_test.cc index 70d8077282c..81017be9aa8 100644 --- a/test/core/security/credentials_test.cc +++ b/test/core/security/credentials_test.cc @@ -72,7 +72,7 @@ #include "src/core/lib/security/transport/auth_filters.h" #include "src/core/lib/transport/error_utils.h" #include "src/core/lib/uri/uri_parser.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/security/evaluate_args_test.cc b/test/core/security/evaluate_args_test.cc index 34c7476a52d..0599416a898 100644 --- a/test/core/security/evaluate_args_test.cc +++ b/test/core/security/evaluate_args_test.cc @@ -20,8 +20,8 @@ #include #include "src/core/lib/address_utils/sockaddr_utils.h" -#include "test/core/util/evaluate_args_test_util.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/evaluate_args_test_util.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/security/fetch_oauth2.cc b/test/core/security/fetch_oauth2.cc index 8dd9c9731ad..355b368d2ca 100644 --- a/test/core/security/fetch_oauth2.cc +++ b/test/core/security/fetch_oauth2.cc @@ -36,8 +36,8 @@ #include "src/core/lib/security/util/json_util.h" #include "src/cpp/client/secure_credentials.h" #include "test/core/security/oauth2_utils.h" -#include "test/core/util/cmdline.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/cmdline.h" +#include "test/core/test_util/tls_utils.h" static grpc_call_credentials* create_sts_creds(const char* json_file_path) { grpc::experimental::StsCredentialsOptions options; diff --git a/test/core/security/grpc_audit_logging_test.cc b/test/core/security/grpc_audit_logging_test.cc index 46252d6808a..2df0a12b3b9 100644 --- a/test/core/security/grpc_audit_logging_test.cc +++ b/test/core/security/grpc_audit_logging_test.cc @@ -35,8 +35,8 @@ #include "src/core/lib/json/json_reader.h" #include "src/core/lib/json/json_writer.h" #include "src/core/lib/security/authorization/audit_logging.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" namespace grpc_core { namespace testing { diff --git a/test/core/security/grpc_authorization_engine_test.cc b/test/core/security/grpc_authorization_engine_test.cc index b04ae10aa39..25d3402f4cf 100644 --- a/test/core/security/grpc_authorization_engine_test.cc +++ b/test/core/security/grpc_authorization_engine_test.cc @@ -25,8 +25,8 @@ #include "src/core/lib/json/json.h" #include "src/core/lib/security/authorization/audit_logging.h" -#include "test/core/util/audit_logging_utils.h" -#include "test/core/util/evaluate_args_test_util.h" +#include "test/core/test_util/audit_logging_utils.h" +#include "test/core/test_util/evaluate_args_test_util.h" namespace grpc_core { diff --git a/test/core/security/grpc_authorization_policy_provider_test.cc b/test/core/security/grpc_authorization_policy_provider_test.cc index 29831e8036c..bf1c6d81a28 100644 --- a/test/core/security/grpc_authorization_policy_provider_test.cc +++ b/test/core/security/grpc_authorization_policy_provider_test.cc @@ -21,8 +21,8 @@ #include #include "src/core/lib/security/authorization/grpc_authorization_engine.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #define VALID_POLICY_PATH_1 \ "test/core/security/authorization/test_policies/valid_policy_1.json" diff --git a/test/core/security/grpc_tls_certificate_distributor_test.cc b/test/core/security/grpc_tls_certificate_distributor_test.cc index 4b4259e9191..f43b15f38a9 100644 --- a/test/core/security/grpc_tls_certificate_distributor_test.cc +++ b/test/core/security/grpc_tls_certificate_distributor_test.cc @@ -32,8 +32,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/slice/slice_internal.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" namespace grpc_core { diff --git a/test/core/security/grpc_tls_certificate_provider_test.cc b/test/core/security/grpc_tls_certificate_provider_test.cc index af5491a48e4..696f329e692 100644 --- a/test/core/security/grpc_tls_certificate_provider_test.cc +++ b/test/core/security/grpc_tls_certificate_provider_test.cc @@ -31,8 +31,8 @@ #include "src/core/lib/gpr/tmpfile.h" #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/slice/slice_internal.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" #define SERVER_CERT_PATH "src/core/tsi/test_creds/server1.pem" diff --git a/test/core/security/grpc_tls_certificate_verifier_test.cc b/test/core/security/grpc_tls_certificate_verifier_test.cc index fd78c751211..3a74c6453e1 100644 --- a/test/core/security/grpc_tls_certificate_verifier_test.cc +++ b/test/core/security/grpc_tls_certificate_verifier_test.cc @@ -30,8 +30,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/security/security_connector/tls/tls_security_connector.h" #include "src/core/lib/slice/slice_internal.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" namespace grpc_core { diff --git a/test/core/security/grpc_tls_credentials_options_comparator_test.cc b/test/core/security/grpc_tls_credentials_options_comparator_test.cc index 0f1e1e8c828..f739272288c 100644 --- a/test/core/security/grpc_tls_credentials_options_comparator_test.cc +++ b/test/core/security/grpc_tls_credentials_options_comparator_test.cc @@ -28,7 +28,7 @@ #include "src/core/lib/security/credentials/xds/xds_credentials.h" #include "src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/security/grpc_tls_credentials_options_test.cc b/test/core/security/grpc_tls_credentials_options_test.cc index f213e987c40..172def442ea 100644 --- a/test/core/security/grpc_tls_credentials_options_test.cc +++ b/test/core/security/grpc_tls_credentials_options_test.cc @@ -32,8 +32,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/security/credentials/tls/tls_credentials.h" #include "src/core/lib/security/security_connector/tls/tls_security_connector.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" #define SERVER_CERT_PATH "src/core/tsi/test_creds/server1.pem" diff --git a/test/core/security/grpc_tls_crl_provider_test.cc b/test/core/security/grpc_tls_crl_provider_test.cc index 084ea8586ca..d8bb630005d 100644 --- a/test/core/security/grpc_tls_crl_provider_test.cc +++ b/test/core/security/grpc_tls_crl_provider_test.cc @@ -40,9 +40,9 @@ #include "test/core/event_engine/event_engine_test_utils.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.pb.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/core/tsi/transport_security_test_lib.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" static constexpr absl::string_view kCrlPath = "test/core/tsi/test_creds/crl_data/crls/current.crl"; diff --git a/test/core/security/insecure_security_connector_test.cc b/test/core/security/insecure_security_connector_test.cc index f7bc76a7a1a..31b175889e0 100644 --- a/test/core/security/insecure_security_connector_test.cc +++ b/test/core/security/insecure_security_connector_test.cc @@ -26,7 +26,7 @@ #include "src/core/lib/security/context/security_context.h" #include "src/core/lib/security/security_connector/ssl_utils.h" #include "src/core/tsi/transport_security.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/security/json_token_test.cc b/test/core/security/json_token_test.cc index 97cd240ee13..a5269885891 100644 --- a/test/core/security/json_token_test.cc +++ b/test/core/security/json_token_test.cc @@ -36,7 +36,7 @@ #include "src/core/lib/json/json_reader.h" #include "src/core/lib/security/credentials/oauth2/oauth2_credentials.h" #include "src/core/lib/slice/slice_internal.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using grpc_core::Json; diff --git a/test/core/security/jwt_verifier_test.cc b/test/core/security/jwt_verifier_test.cc index 6065e7aef82..738667f34d7 100644 --- a/test/core/security/jwt_verifier_test.cc +++ b/test/core/security/jwt_verifier_test.cc @@ -34,7 +34,7 @@ #include "src/core/lib/http/httpcli.h" #include "src/core/lib/json/json_reader.h" #include "src/core/lib/security/credentials/jwt/json_token.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using grpc_core::Json; diff --git a/test/core/security/print_google_default_creds_token.cc b/test/core/security/print_google_default_creds_token.cc index 134d3e57d45..44bdc9cfd66 100644 --- a/test/core/security/print_google_default_creds_token.cc +++ b/test/core/security/print_google_default_creds_token.cc @@ -34,7 +34,7 @@ #include "src/core/lib/security/credentials/composite/composite_credentials.h" #include "src/core/lib/security/credentials/credentials.h" #include "src/core/lib/slice/slice_string_helpers.h" -#include "test/core/util/cmdline.h" +#include "test/core/test_util/cmdline.h" typedef struct { gpr_mu* mu; diff --git a/test/core/security/rbac_translator_test.cc b/test/core/security/rbac_translator_test.cc index bae6f117982..ba6a11e9a1c 100644 --- a/test/core/security/rbac_translator_test.cc +++ b/test/core/security/rbac_translator_test.cc @@ -28,7 +28,7 @@ #include "src/core/lib/json/json.h" #include "src/core/lib/json/json_writer.h" #include "src/core/lib/security/authorization/audit_logging.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/security/secure_endpoint_test.cc b/test/core/security/secure_endpoint_test.cc index 05d896dc470..cc872df8ae5 100644 --- a/test/core/security/secure_endpoint_test.cc +++ b/test/core/security/secure_endpoint_test.cc @@ -34,7 +34,7 @@ #include "src/core/lib/slice/slice_internal.h" #include "src/core/tsi/fake_transport_security.h" #include "test/core/iomgr/endpoint_tests.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static gpr_mu* g_mu; static grpc_pollset* g_pollset; diff --git a/test/core/security/security_connector_test.cc b/test/core/security/security_connector_test.cc index 83df36a3968..0ea79680154 100644 --- a/test/core/security/security_connector_test.cc +++ b/test/core/security/security_connector_test.cc @@ -39,7 +39,7 @@ #include "src/core/lib/slice/slice_string_helpers.h" #include "src/core/tsi/ssl_transport_security.h" #include "src/core/tsi/transport_security.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #ifndef TSI_OPENSSL_ALPN_SUPPORT #define TSI_OPENSSL_ALPN_SUPPORT 1 diff --git a/test/core/security/ssl_credentials_test.cc b/test/core/security/ssl_credentials_test.cc index 76a8e0daec6..2a62fe4a8d8 100644 --- a/test/core/security/ssl_credentials_test.cc +++ b/test/core/security/ssl_credentials_test.cc @@ -30,7 +30,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/security/security_connector/ssl_utils.h" #include "src/core/tsi/ssl_transport_security.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(SslCredentialsTest, ConvertGrpcToTsiCertPairs) { grpc_ssl_pem_key_cert_pair grpc_pairs[] = {{"private_key1", "cert_chain1"}, diff --git a/test/core/security/ssl_server_fuzzer.cc b/test/core/security/ssl_server_fuzzer.cc index ea4e82123e6..295a6a6d1f8 100644 --- a/test/core/security/ssl_server_fuzzer.cc +++ b/test/core/security/ssl_server_fuzzer.cc @@ -27,8 +27,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/security/credentials/credentials.h" #include "src/core/lib/security/security_connector/security_connector.h" -#include "test/core/util/mock_endpoint.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/mock_endpoint.h" +#include "test/core/test_util/tls_utils.h" #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" #define SERVER_CERT_PATH "src/core/tsi/test_creds/server1.pem" diff --git a/test/core/security/system_roots_test.cc b/test/core/security/system_roots_test.cc index 27e8402be41..d9b388e7265 100644 --- a/test/core/security/system_roots_test.cc +++ b/test/core/security/system_roots_test.cc @@ -46,7 +46,7 @@ #include "src/core/lib/slice/slice_string_helpers.h" #include "src/core/tsi/ssl_transport_security.h" #include "src/core/tsi/transport_security.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/core/security/tls_security_connector_test.cc b/test/core/security/tls_security_connector_test.cc index 41ca123eba0..9bc1961b3e7 100644 --- a/test/core/security/tls_security_connector_test.cc +++ b/test/core/security/tls_security_connector_test.cc @@ -40,8 +40,8 @@ #include "src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h" #include "src/core/lib/security/credentials/tls/tls_credentials.h" #include "src/core/tsi/transport_security.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" #define CLIENT_CERT_PATH "src/core/tsi/test_creds/multi-domain.pem" diff --git a/test/core/security/verify_jwt.cc b/test/core/security/verify_jwt.cc index c9178d230f1..1d7e8596a0e 100644 --- a/test/core/security/verify_jwt.cc +++ b/test/core/security/verify_jwt.cc @@ -33,7 +33,7 @@ #include "src/core/lib/iomgr/pollset.h" #include "src/core/lib/json/json_writer.h" #include "src/core/lib/security/credentials/jwt/jwt_verifier.h" -#include "test/core/util/cmdline.h" +#include "test/core/test_util/cmdline.h" typedef struct { grpc_pollset* pollset; diff --git a/test/core/security/xds_credentials_test.cc b/test/core/security/xds_credentials_test.cc index 7f54abe7002..2d485f8f733 100644 --- a/test/core/security/xds_credentials_test.cc +++ b/test/core/security/xds_credentials_test.cc @@ -22,7 +22,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/server_config_selector/BUILD b/test/core/server_config_selector/BUILD index ced9d250c94..ead31a56d35 100644 --- a/test/core/server_config_selector/BUILD +++ b/test/core/server_config_selector/BUILD @@ -32,6 +32,6 @@ grpc_cc_test( "//:grpc", "//src/core:channel_args", "//src/core:grpc_server_config_selector", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/server_config_selector/server_config_selector_test.cc b/test/core/server_config_selector/server_config_selector_test.cc index 3fbcb4720e9..e59d8c80c7c 100644 --- a/test/core/server_config_selector/server_config_selector_test.cc +++ b/test/core/server_config_selector/server_config_selector_test.cc @@ -24,7 +24,7 @@ #include #include "src/core/lib/channel/channel_args.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/service_config/BUILD b/test/core/service_config/BUILD index 79b671b4abc..75486cfa142 100644 --- a/test/core/service_config/BUILD +++ b/test/core/service_config/BUILD @@ -29,6 +29,6 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/service_config/service_config_test.cc b/test/core/service_config/service_config_test.cc index 52ddb5dd5e7..515adebe2fa 100644 --- a/test/core/service_config/service_config_test.cc +++ b/test/core/service_config/service_config_test.cc @@ -39,7 +39,7 @@ #include "src/core/lib/json/json_object_loader.h" #include "src/core/service_config/service_config_impl.h" #include "src/core/service_config/service_config_parser.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/slice/BUILD b/test/core/slice/BUILD index 64eebd31bef..45696771c56 100644 --- a/test/core/slice/BUILD +++ b/test/core/slice/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer") grpc_package(name = "test/core/slice") @@ -29,7 +29,7 @@ grpc_fuzzer( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -42,7 +42,7 @@ grpc_fuzzer( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -57,7 +57,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -74,7 +74,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:build", + "//test/core/test_util:build", ], ) @@ -102,7 +102,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -117,6 +117,6 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/slice/c_slice_buffer_test.cc b/test/core/slice/c_slice_buffer_test.cc index 53a697c25eb..2f2edb50dcf 100644 --- a/test/core/slice/c_slice_buffer_test.cc +++ b/test/core/slice/c_slice_buffer_test.cc @@ -25,7 +25,7 @@ #include #include "src/core/lib/slice/slice_internal.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static constexpr size_t kTotalDataLength = 4096; diff --git a/test/core/slice/percent_encoding_test.cc b/test/core/slice/percent_encoding_test.cc index 6877c1dd647..b68adb6723c 100644 --- a/test/core/slice/percent_encoding_test.cc +++ b/test/core/slice/percent_encoding_test.cc @@ -30,7 +30,7 @@ #include "src/core/lib/gpr/string.h" #include "src/core/lib/slice/slice_string_helpers.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define TEST_VECTOR(raw, encoded, dict) \ test_vector(raw, sizeof(raw) - 1, encoded, sizeof(encoded) - 1, dict) diff --git a/test/core/slice/slice_test.cc b/test/core/slice/slice_test.cc index a4b89707815..f21781ee48d 100644 --- a/test/core/slice/slice_test.cc +++ b/test/core/slice/slice_test.cc @@ -39,7 +39,7 @@ #include "src/core/lib/gprpp/no_destruct.h" #include "src/core/lib/slice/slice_internal.h" #include "src/core/lib/slice/slice_refcount.h" -#include "test/core/util/build.h" +#include "test/core/test_util/build.h" TEST(GrpcSliceTest, MallocReturnsSomethingSensible) { // Calls grpc_slice_create for various lengths and verifies the internals for diff --git a/test/core/surface/BUILD b/test/core/surface/BUILD index a05baa64f08..e5025fcfca6 100644 --- a/test/core/surface/BUILD +++ b/test/core/surface/BUILD @@ -28,7 +28,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -42,7 +42,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -54,7 +54,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -66,7 +66,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -79,7 +79,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:closure", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -95,7 +95,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -110,7 +110,7 @@ grpc_cc_test( "//:grpc", "//src/core:closure", "//test/core/end2end:cq_verifier", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -126,7 +126,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -138,7 +138,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -156,7 +156,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -171,7 +171,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -184,6 +184,6 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/surface/byte_buffer_reader_test.cc b/test/core/surface/byte_buffer_reader_test.cc index 94183fe916d..7dfc79beb60 100644 --- a/test/core/surface/byte_buffer_reader_test.cc +++ b/test/core/surface/byte_buffer_reader_test.cc @@ -29,7 +29,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define LOG_TEST(x) gpr_log(GPR_INFO, "%s", x) diff --git a/test/core/surface/channel_init_test.cc b/test/core/surface/channel_init_test.cc index 4986cc3a839..1b0baeafba0 100644 --- a/test/core/surface/channel_init_test.cc +++ b/test/core/surface/channel_init_test.cc @@ -24,7 +24,7 @@ #include "src/core/lib/channel/channel_stack.h" #include "src/core/lib/channel/channel_stack_builder_impl.h" #include "src/core/lib/surface/channel_stack_type.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/surface/completion_queue_test.cc b/test/core/surface/completion_queue_test.cc index 1bf392f31f7..27a1d61c335 100644 --- a/test/core/surface/completion_queue_test.cc +++ b/test/core/surface/completion_queue_test.cc @@ -32,7 +32,7 @@ #include "src/core/lib/gpr/useful.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define LOG_TEST(x) gpr_log(GPR_INFO, "%s", x) diff --git a/test/core/surface/completion_queue_threading_test.cc b/test/core/surface/completion_queue_threading_test.cc index 7c6afb9cad2..4d75ca8da07 100644 --- a/test/core/surface/completion_queue_threading_test.cc +++ b/test/core/surface/completion_queue_threading_test.cc @@ -35,7 +35,7 @@ #include "src/core/lib/gprpp/thd.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/surface/completion_queue.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define LOG_TEST(x) gpr_log(GPR_INFO, "%s", x) diff --git a/test/core/surface/concurrent_connectivity_test.cc b/test/core/surface/concurrent_connectivity_test.cc index 3e73c423719..090d0ba1f5a 100644 --- a/test/core/surface/concurrent_connectivity_test.cc +++ b/test/core/surface/concurrent_connectivity_test.cc @@ -48,8 +48,8 @@ #include "src/core/lib/iomgr/resolved_address.h" #include "src/core/lib/iomgr/sockaddr.h" #include "src/core/lib/iomgr/tcp_server.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" // TODO(yashykt): When our macos testing infrastructure becomes good enough, we // wouldn't need to reduce the number of threads on MacOS diff --git a/test/core/surface/init_test.cc b/test/core/surface/init_test.cc index 3f3e4607d66..fe0ca1e57e3 100644 --- a/test/core/surface/init_test.cc +++ b/test/core/surface/init_test.cc @@ -30,7 +30,7 @@ #include "src/core/lib/event_engine/default_event_engine.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static void test(int rounds) { int i; diff --git a/test/core/surface/lame_client_test.cc b/test/core/surface/lame_client_test.cc index 8e025c39265..44c723059bf 100644 --- a/test/core/surface/lame_client_test.cc +++ b/test/core/surface/lame_client_test.cc @@ -40,7 +40,7 @@ #include "src/core/lib/transport/connectivity_state.h" #include "src/core/lib/transport/transport.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" class Watcher : public grpc_core::ConnectivityStateWatcherInterface { public: diff --git a/test/core/surface/num_external_connectivity_watchers_test.cc b/test/core/surface/num_external_connectivity_watchers_test.cc index ec43da2fdad..0d5035e171c 100644 --- a/test/core/surface/num_external_connectivity_watchers_test.cc +++ b/test/core/surface/num_external_connectivity_watchers_test.cc @@ -34,9 +34,9 @@ #include "src/core/lib/gprpp/host_port.h" #include "src/core/lib/iomgr/error.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" diff --git a/test/core/surface/secure_channel_create_test.cc b/test/core/surface/secure_channel_create_test.cc index 0b4328f9f93..89f21615e98 100644 --- a/test/core/surface/secure_channel_create_test.cc +++ b/test/core/surface/secure_channel_create_test.cc @@ -29,7 +29,7 @@ #include "src/core/lib/security/credentials/fake/fake_credentials.h" #include "src/core/lib/security/security_connector/security_connector.h" #include "src/core/lib/surface/channel.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" void test_unknown_scheme_target(void) { grpc_channel_credentials* creds = diff --git a/test/core/surface/sequential_connectivity_test.cc b/test/core/surface/sequential_connectivity_test.cc index 17f93f194fa..45af18cd698 100644 --- a/test/core/surface/sequential_connectivity_test.cc +++ b/test/core/surface/sequential_connectivity_test.cc @@ -36,9 +36,9 @@ #include "src/core/lib/gprpp/host_port.h" #include "src/core/lib/gprpp/thd.h" #include "src/core/lib/iomgr/error.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" #define SERVER_CERT_PATH "src/core/tsi/test_creds/server1.pem" diff --git a/test/core/surface/server_chttp2_test.cc b/test/core/surface/server_chttp2_test.cc index 3e04c59df8a..d3fd84b544b 100644 --- a/test/core/surface/server_chttp2_test.cc +++ b/test/core/surface/server_chttp2_test.cc @@ -29,8 +29,8 @@ #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/gprpp/host_port.h" #include "src/core/lib/security/credentials/fake/fake_credentials.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" TEST(ServerChttp2, UnparseableTarget) { grpc_channel_args args = {0, nullptr}; diff --git a/test/core/surface/server_test.cc b/test/core/surface/server_test.cc index a111b836f0f..d180078b9ef 100644 --- a/test/core/surface/server_test.cc +++ b/test/core/surface/server_test.cc @@ -39,8 +39,8 @@ #include "src/core/lib/iomgr/resolve_address.h" #include "src/core/lib/iomgr/resolved_address.h" #include "src/core/lib/security/credentials/fake/fake_credentials.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" void test_register_method_fail(void) { grpc_server* server = grpc_server_create(nullptr, nullptr); diff --git a/test/core/util/BUILD b/test/core/test_util/BUILD similarity index 99% rename from test/core/util/BUILD rename to test/core/test_util/BUILD index 6133152ccc4..e1be09ad096 100644 --- a/test/core/util/BUILD +++ b/test/core/test_util/BUILD @@ -17,7 +17,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_p licenses(["notice"]) grpc_package( - name = "test/core/util", + name = "test/core/test_util", visibility = "public", ) diff --git a/test/core/util/audit_logging_utils.cc b/test/core/test_util/audit_logging_utils.cc similarity index 97% rename from test/core/util/audit_logging_utils.cc rename to test/core/test_util/audit_logging_utils.cc index 06a091bb0bd..e6c3f94292a 100644 --- a/test/core/util/audit_logging_utils.cc +++ b/test/core/test_util/audit_logging_utils.cc @@ -14,7 +14,7 @@ // limitations under the License. // -#include "test/core/util/audit_logging_utils.h" +#include "test/core/test_util/audit_logging_utils.h" #include #include diff --git a/test/core/util/audit_logging_utils.h b/test/core/test_util/audit_logging_utils.h similarity index 92% rename from test/core/util/audit_logging_utils.h rename to test/core/test_util/audit_logging_utils.h index d2db306af66..6e46119bc36 100644 --- a/test/core/util/audit_logging_utils.h +++ b/test/core/test_util/audit_logging_utils.h @@ -14,8 +14,8 @@ // limitations under the License. // -#ifndef GRPC_TEST_CORE_UTIL_AUDIT_LOGGING_UTILS_H -#define GRPC_TEST_CORE_UTIL_AUDIT_LOGGING_UTILS_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_AUDIT_LOGGING_UTILS_H +#define GRPC_TEST_CORE_TEST_UTIL_AUDIT_LOGGING_UTILS_H #include #include @@ -66,4 +66,4 @@ class TestAuditLoggerFactory : public experimental::AuditLoggerFactory { } // namespace testing } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_AUDIT_LOGGING_UTILS_H +#endif // GRPC_TEST_CORE_TEST_UTIL_AUDIT_LOGGING_UTILS_H diff --git a/test/core/util/build.cc b/test/core/test_util/build.cc similarity index 100% rename from test/core/util/build.cc rename to test/core/test_util/build.cc diff --git a/test/core/util/build.h b/test/core/test_util/build.h similarity index 88% rename from test/core/util/build.h rename to test/core/test_util/build.h index 22971752f23..20bc21954ff 100644 --- a/test/core/util/build.h +++ b/test/core/test_util/build.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GRPC_TEST_CORE_UTIL_BUILD_H -#define GRPC_TEST_CORE_UTIL_BUILD_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_BUILD_H +#define GRPC_TEST_CORE_TEST_UTIL_BUILD_H // Returns whether this is built using our Valgrind config bool BuiltUnderValgrind(); @@ -30,4 +30,4 @@ bool BuiltUnderMsan(); // Returns whether this is built under UndefinedBehaviorSanitizer bool BuiltUnderUbsan(); -#endif // GRPC_TEST_CORE_UTIL_BUILD_H +#endif // GRPC_TEST_CORE_TEST_UTIL_BUILD_H diff --git a/test/core/util/channel_args_fuzzer.proto b/test/core/test_util/channel_args_fuzzer.proto similarity index 100% rename from test/core/util/channel_args_fuzzer.proto rename to test/core/test_util/channel_args_fuzzer.proto diff --git a/test/core/util/cmdline.cc b/test/core/test_util/cmdline.cc similarity index 99% rename from test/core/util/cmdline.cc rename to test/core/test_util/cmdline.cc index f4c079bdac0..b635870c384 100644 --- a/test/core/util/cmdline.cc +++ b/test/core/test_util/cmdline.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/cmdline.h" +#include "test/core/test_util/cmdline.h" #include #include diff --git a/test/core/util/cmdline.h b/test/core/test_util/cmdline.h similarity index 95% rename from test/core/util/cmdline.h rename to test/core/test_util/cmdline.h index 362e2258d12..4be2fa6dbad 100644 --- a/test/core/util/cmdline.h +++ b/test/core/test_util/cmdline.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_CMDLINE_H -#define GRPC_TEST_CORE_UTIL_CMDLINE_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_CMDLINE_H +#define GRPC_TEST_CORE_TEST_UTIL_CMDLINE_H #include @@ -79,4 +79,4 @@ void gpr_cmdline_destroy(gpr_cmdline* cl); /// Get a string describing usage std::string gpr_cmdline_usage_string(gpr_cmdline* cl, const char* argv0); -#endif // GRPC_TEST_CORE_UTIL_CMDLINE_H +#endif // GRPC_TEST_CORE_TEST_UTIL_CMDLINE_H diff --git a/test/core/util/cmdline_test.cc b/test/core/test_util/cmdline_test.cc similarity index 99% rename from test/core/util/cmdline_test.cc rename to test/core/test_util/cmdline_test.cc index ddc5c123403..1170cffce43 100644 --- a/test/core/util/cmdline_test.cc +++ b/test/core/test_util/cmdline_test.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/cmdline.h" +#include "test/core/test_util/cmdline.h" #include @@ -25,7 +25,7 @@ #include #include "src/core/lib/gpr/useful.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define LOG_TEST() gpr_log(GPR_INFO, "test at %s:%d", __FILE__, __LINE__) diff --git a/test/core/util/evaluate_args_test_util.h b/test/core/test_util/evaluate_args_test_util.h similarity index 93% rename from test/core/util/evaluate_args_test_util.h rename to test/core/test_util/evaluate_args_test_util.h index 276967d7d02..892e924005d 100644 --- a/test/core/util/evaluate_args_test_util.h +++ b/test/core/test_util/evaluate_args_test_util.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GRPC_TEST_CORE_UTIL_EVALUATE_ARGS_TEST_UTIL_H -#define GRPC_TEST_CORE_UTIL_EVALUATE_ARGS_TEST_UTIL_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_EVALUATE_ARGS_TEST_UTIL_H +#define GRPC_TEST_CORE_TEST_UTIL_EVALUATE_ARGS_TEST_UTIL_H #include @@ -78,4 +78,4 @@ class EvaluateArgsTestUtil final { } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_EVALUATE_ARGS_TEST_UTIL_H +#endif // GRPC_TEST_CORE_TEST_UTIL_EVALUATE_ARGS_TEST_UTIL_H diff --git a/test/core/util/fake_stats_plugin.cc b/test/core/test_util/fake_stats_plugin.cc similarity index 99% rename from test/core/util/fake_stats_plugin.cc rename to test/core/test_util/fake_stats_plugin.cc index f858327b98d..50b86a278cc 100644 --- a/test/core/util/fake_stats_plugin.cc +++ b/test/core/test_util/fake_stats_plugin.cc @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "test/core/util/fake_stats_plugin.h" +#include "test/core/test_util/fake_stats_plugin.h" #include "absl/log/check.h" diff --git a/test/core/util/fake_stats_plugin.h b/test/core/test_util/fake_stats_plugin.h similarity index 99% rename from test/core/util/fake_stats_plugin.h rename to test/core/test_util/fake_stats_plugin.h index 8a32e4992c0..29a793dc5c3 100644 --- a/test/core/util/fake_stats_plugin.h +++ b/test/core/test_util/fake_stats_plugin.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GRPC_TEST_CORE_UTIL_FAKE_STATS_PLUGIN_H -#define GRPC_TEST_CORE_UTIL_FAKE_STATS_PLUGIN_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_FAKE_STATS_PLUGIN_H +#define GRPC_TEST_CORE_TEST_UTIL_FAKE_STATS_PLUGIN_H #include #include @@ -683,4 +683,4 @@ class GlobalStatsPluginRegistryTestPeer { } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_FAKE_STATS_PLUGIN_H +#endif // GRPC_TEST_CORE_TEST_UTIL_FAKE_STATS_PLUGIN_H diff --git a/test/core/util/fake_udp_and_tcp_server.cc b/test/core/test_util/fake_udp_and_tcp_server.cc similarity index 99% rename from test/core/util/fake_udp_and_tcp_server.cc rename to test/core/test_util/fake_udp_and_tcp_server.cc index a76682db668..3395f24501b 100644 --- a/test/core/util/fake_udp_and_tcp_server.cc +++ b/test/core/test_util/fake_udp_and_tcp_server.cc @@ -14,7 +14,7 @@ // limitations under the License. // -#include "test/core/util/fake_udp_and_tcp_server.h" +#include "test/core/test_util/fake_udp_and_tcp_server.h" #include #include @@ -34,7 +34,7 @@ #include "src/core/lib/address_utils/sockaddr_utils.h" #include "src/core/lib/iomgr/resolved_address.h" #include "src/core/lib/iomgr/sockaddr.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" // IWYU pragma: no_include diff --git a/test/core/util/fake_udp_and_tcp_server.h b/test/core/test_util/fake_udp_and_tcp_server.h similarity index 96% rename from test/core/util/fake_udp_and_tcp_server.h rename to test/core/test_util/fake_udp_and_tcp_server.h index f7b6fcccf1d..3032f254f26 100644 --- a/test/core/util/fake_udp_and_tcp_server.h +++ b/test/core/test_util/fake_udp_and_tcp_server.h @@ -14,8 +14,8 @@ // limitations under the License. // -#ifndef GRPC_TEST_CORE_UTIL_FAKE_UDP_AND_TCP_SERVER_H -#define GRPC_TEST_CORE_UTIL_FAKE_UDP_AND_TCP_SERVER_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_FAKE_UDP_AND_TCP_SERVER_H +#define GRPC_TEST_CORE_TEST_UTIL_FAKE_UDP_AND_TCP_SERVER_H #include #include @@ -135,4 +135,4 @@ class FakeUdpAndTcpServer { } // namespace testing } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_FAKE_UDP_AND_TCP_SERVER_H +#endif // GRPC_TEST_CORE_TEST_UTIL_FAKE_UDP_AND_TCP_SERVER_H diff --git a/test/core/util/fuzz_config_vars.cc b/test/core/test_util/fuzz_config_vars.cc similarity index 93% rename from test/core/util/fuzz_config_vars.cc rename to test/core/test_util/fuzz_config_vars.cc index 7ec3b2382f1..44ac654c49d 100644 --- a/test/core/util/fuzz_config_vars.cc +++ b/test/core/test_util/fuzz_config_vars.cc @@ -16,9 +16,9 @@ // Automatically generated by tools/codegen/core/gen_config_vars.py // -#include "test/core/util/fuzz_config_vars.h" +#include "test/core/test_util/fuzz_config_vars.h" -#include "test/core/util/fuzz_config_vars_helpers.h" +#include "test/core/test_util/fuzz_config_vars_helpers.h" namespace grpc_core { diff --git a/test/core/util/fuzz_config_vars.h b/test/core/test_util/fuzz_config_vars.h similarity index 82% rename from test/core/util/fuzz_config_vars.h rename to test/core/test_util/fuzz_config_vars.h index 47ef57b85c3..4ee69ee2aa0 100644 --- a/test/core/util/fuzz_config_vars.h +++ b/test/core/test_util/fuzz_config_vars.h @@ -16,13 +16,13 @@ // Automatically generated by tools/codegen/core/gen_config_vars.py // -#ifndef GRPC_TEST_CORE_UTIL_FUZZ_CONFIG_VARS_H -#define GRPC_TEST_CORE_UTIL_FUZZ_CONFIG_VARS_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_FUZZ_CONFIG_VARS_H +#define GRPC_TEST_CORE_TEST_UTIL_FUZZ_CONFIG_VARS_H #include #include "src/core/lib/config/config_vars.h" -#include "test/core/util/fuzz_config_vars.pb.h" +#include "test/core/test_util/fuzz_config_vars.pb.h" namespace grpc_core { @@ -32,4 +32,4 @@ void ApplyFuzzConfigVars(const grpc::testing::FuzzConfigVars& vars); } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_FUZZ_CONFIG_VARS_H +#endif // GRPC_TEST_CORE_TEST_UTIL_FUZZ_CONFIG_VARS_H diff --git a/test/core/util/fuzz_config_vars.proto b/test/core/test_util/fuzz_config_vars.proto similarity index 100% rename from test/core/util/fuzz_config_vars.proto rename to test/core/test_util/fuzz_config_vars.proto diff --git a/test/core/util/fuzz_config_vars_helpers.cc b/test/core/test_util/fuzz_config_vars_helpers.cc similarity index 100% rename from test/core/util/fuzz_config_vars_helpers.cc rename to test/core/test_util/fuzz_config_vars_helpers.cc diff --git a/test/core/util/fuzz_config_vars_helpers.h b/test/core/test_util/fuzz_config_vars_helpers.h similarity index 81% rename from test/core/util/fuzz_config_vars_helpers.h rename to test/core/test_util/fuzz_config_vars_helpers.h index 6a84cbbe4ff..05edc5dc4b9 100644 --- a/test/core/util/fuzz_config_vars_helpers.h +++ b/test/core/test_util/fuzz_config_vars_helpers.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GRPC_TEST_CORE_UTIL_FUZZ_CONFIG_VARS_HELPERS_H -#define GRPC_TEST_CORE_UTIL_FUZZ_CONFIG_VARS_HELPERS_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_FUZZ_CONFIG_VARS_HELPERS_H +#define GRPC_TEST_CORE_TEST_UTIL_FUZZ_CONFIG_VARS_HELPERS_H #include @@ -27,4 +27,4 @@ std::string ValidateExperimentsStringForFuzzing(uint64_t experiments); } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_FUZZ_CONFIG_VARS_HELPERS_H +#endif // GRPC_TEST_CORE_TEST_UTIL_FUZZ_CONFIG_VARS_HELPERS_H diff --git a/test/core/util/fuzzer_corpus_test.cc b/test/core/test_util/fuzzer_corpus_test.cc similarity index 98% rename from test/core/util/fuzzer_corpus_test.cc rename to test/core/test_util/fuzzer_corpus_test.cc index e789fab7529..e85304c1bc2 100644 --- a/test/core/util/fuzzer_corpus_test.cc +++ b/test/core/test_util/fuzzer_corpus_test.cc @@ -37,8 +37,8 @@ #include "src/core/lib/gprpp/env.h" #include "src/core/lib/iomgr/error.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/cpp/util/test_config.h" extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); diff --git a/test/core/util/fuzzer_one_entry_runner.sh b/test/core/test_util/fuzzer_one_entry_runner.sh similarity index 100% rename from test/core/util/fuzzer_one_entry_runner.sh rename to test/core/test_util/fuzzer_one_entry_runner.sh diff --git a/test/core/util/fuzzer_util.cc b/test/core/test_util/fuzzer_util.cc similarity index 97% rename from test/core/util/fuzzer_util.cc rename to test/core/test_util/fuzzer_util.cc index 33ac5866352..5e55638af7e 100644 --- a/test/core/util/fuzzer_util.cc +++ b/test/core/test_util/fuzzer_util.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/fuzzer_util.h" +#include "test/core/test_util/fuzzer_util.h" #include diff --git a/test/core/util/fuzzer_util.h b/test/core/test_util/fuzzer_util.h similarity index 90% rename from test/core/util/fuzzer_util.h rename to test/core/test_util/fuzzer_util.h index 2332a2ab0d5..2958a42233a 100644 --- a/test/core/util/fuzzer_util.h +++ b/test/core/test_util/fuzzer_util.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_FUZZER_UTIL_H -#define GRPC_TEST_CORE_UTIL_FUZZER_UTIL_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_FUZZER_UTIL_H +#define GRPC_TEST_CORE_TEST_UTIL_FUZZER_UTIL_H #include @@ -46,4 +46,4 @@ uint32_t grpc_fuzzer_get_next_uint32(input_stream* inp); } // namespace testing } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_FUZZER_UTIL_H +#endif // GRPC_TEST_CORE_TEST_UTIL_FUZZER_UTIL_H diff --git a/test/core/util/fuzzing_channel_args.cc b/test/core/test_util/fuzzing_channel_args.cc similarity index 93% rename from test/core/util/fuzzing_channel_args.cc rename to test/core/test_util/fuzzing_channel_args.cc index 970a7e46d48..6e0fb0acda0 100644 --- a/test/core/util/fuzzing_channel_args.cc +++ b/test/core/test_util/fuzzing_channel_args.cc @@ -11,13 +11,13 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -#include "test/core/util/fuzzing_channel_args.h" +#include "test/core/test_util/fuzzing_channel_args.h" #include #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/resource_quota/resource_quota.h" -#include "test/core/util/fuzzing_channel_args.pb.h" +#include "test/core/test_util/fuzzing_channel_args.pb.h" namespace grpc_core { namespace testing { diff --git a/test/core/util/fuzzing_channel_args.h b/test/core/test_util/fuzzing_channel_args.h similarity index 85% rename from test/core/util/fuzzing_channel_args.h rename to test/core/test_util/fuzzing_channel_args.h index 123373d240c..9b4eb78f0a4 100644 --- a/test/core/util/fuzzing_channel_args.h +++ b/test/core/test_util/fuzzing_channel_args.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GRPC_TEST_CORE_UTIL_FUZZING_CHANNEL_ARGS_H -#define GRPC_TEST_CORE_UTIL_FUZZING_CHANNEL_ARGS_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_FUZZING_CHANNEL_ARGS_H +#define GRPC_TEST_CORE_TEST_UTIL_FUZZING_CHANNEL_ARGS_H #include @@ -22,7 +22,7 @@ #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/gprpp/ref_counted_ptr.h" #include "src/core/lib/resource_quota/resource_quota.h" -#include "test/core/util/fuzzing_channel_args.pb.h" +#include "test/core/test_util/fuzzing_channel_args.pb.h" namespace grpc_core { namespace testing { @@ -42,4 +42,4 @@ ChannelArgs CreateChannelArgsFromFuzzingConfiguration( } // namespace testing } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_FUZZING_CHANNEL_ARGS_H +#endif // GRPC_TEST_CORE_TEST_UTIL_FUZZING_CHANNEL_ARGS_H diff --git a/test/core/util/fuzzing_channel_args.proto b/test/core/test_util/fuzzing_channel_args.proto similarity index 100% rename from test/core/util/fuzzing_channel_args.proto rename to test/core/test_util/fuzzing_channel_args.proto diff --git a/test/core/util/grpc_fuzzer.bzl b/test/core/test_util/grpc_fuzzer.bzl similarity index 96% rename from test/core/util/grpc_fuzzer.bzl rename to test/core/test_util/grpc_fuzzer.bzl index df3289eb91f..720af2a7033 100644 --- a/test/core/util/grpc_fuzzer.bzl +++ b/test/core/test_util/grpc_fuzzer.bzl @@ -40,7 +40,7 @@ def grpc_fuzzer(name, corpus, owner = "grpc", srcs = [], tags = [], external_dep tags = tags + ["grpc-fuzzer", "no-cache"], deps = deps + select({ "//:grpc_build_fuzzers": [], - "//conditions:default": ["//test/core/util:fuzzer_corpus_test"], + "//conditions:default": ["//test/core/test_util:fuzzer_corpus_test"], }), data = data + native.glob([corpus + "/**"]), external_deps = external_deps + [ @@ -96,7 +96,7 @@ def grpc_proto_fuzzer(name, corpus, proto, owner = "grpc", proto_deps = [], exte tags = tags + ["grpc-fuzzer", "no-cache"], deps = deps + select({ "//:grpc_build_fuzzers": [], - "//conditions:default": ["//test/core/util:fuzzer_corpus_test"], + "//conditions:default": ["//test/core/test_util:fuzzer_corpus_test"], }), data = data + native.glob([corpus + "/**"]), external_deps = external_deps, diff --git a/test/core/util/grpc_profiler.cc b/test/core/test_util/grpc_profiler.cc similarity index 96% rename from test/core/util/grpc_profiler.cc rename to test/core/test_util/grpc_profiler.cc index 56aa628b05f..b6ae2a02c12 100644 --- a/test/core/util/grpc_profiler.cc +++ b/test/core/test_util/grpc_profiler.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/grpc_profiler.h" +#include "test/core/test_util/grpc_profiler.h" #if GRPC_HAVE_PERFTOOLS #include diff --git a/test/core/util/grpc_profiler.h b/test/core/test_util/grpc_profiler.h similarity index 81% rename from test/core/util/grpc_profiler.h rename to test/core/test_util/grpc_profiler.h index c5d6a1ecbf2..a59262b077f 100644 --- a/test/core/util/grpc_profiler.h +++ b/test/core/test_util/grpc_profiler.h @@ -16,10 +16,10 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_GRPC_PROFILER_H -#define GRPC_TEST_CORE_UTIL_GRPC_PROFILER_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_GRPC_PROFILER_H +#define GRPC_TEST_CORE_TEST_UTIL_GRPC_PROFILER_H void grpc_profiler_start(const char* filename); void grpc_profiler_stop(); -#endif // GRPC_TEST_CORE_UTIL_GRPC_PROFILER_H +#endif // GRPC_TEST_CORE_TEST_UTIL_GRPC_PROFILER_H diff --git a/test/core/util/histogram.cc b/test/core/test_util/histogram.cc similarity index 99% rename from test/core/util/histogram.cc rename to test/core/test_util/histogram.cc index 670fd4dea30..8c8887d3e78 100644 --- a/test/core/util/histogram.cc +++ b/test/core/test_util/histogram.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/histogram.h" +#include "test/core/test_util/histogram.h" #include #include diff --git a/test/core/util/histogram.h b/test/core/test_util/histogram.h similarity index 94% rename from test/core/util/histogram.h rename to test/core/test_util/histogram.h index f11419b0ea4..d3e6ba52b40 100644 --- a/test/core/util/histogram.h +++ b/test/core/test_util/histogram.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_HISTOGRAM_H -#define GRPC_TEST_CORE_UTIL_HISTOGRAM_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_HISTOGRAM_H +#define GRPC_TEST_CORE_TEST_UTIL_HISTOGRAM_H #include #include @@ -61,4 +61,4 @@ void grpc_histogram_merge_contents(grpc_histogram* histogram, } #endif -#endif // GRPC_TEST_CORE_UTIL_HISTOGRAM_H +#endif // GRPC_TEST_CORE_TEST_UTIL_HISTOGRAM_H diff --git a/test/core/util/histogram_test.cc b/test/core/test_util/histogram_test.cc similarity index 99% rename from test/core/util/histogram_test.cc rename to test/core/test_util/histogram_test.cc index 6a70431d447..ac89d62c0f2 100644 --- a/test/core/util/histogram_test.cc +++ b/test/core/test_util/histogram_test.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/histogram.h" +#include "test/core/test_util/histogram.h" #include diff --git a/test/core/util/lsan_suppressions.txt b/test/core/test_util/lsan_suppressions.txt similarity index 100% rename from test/core/util/lsan_suppressions.txt rename to test/core/test_util/lsan_suppressions.txt diff --git a/test/core/util/mock_authorization_endpoint.h b/test/core/test_util/mock_authorization_endpoint.h similarity index 90% rename from test/core/util/mock_authorization_endpoint.h rename to test/core/test_util/mock_authorization_endpoint.h index 0644ba38e60..a0799d90cb2 100644 --- a/test/core/util/mock_authorization_endpoint.h +++ b/test/core/test_util/mock_authorization_endpoint.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GRPC_TEST_CORE_UTIL_MOCK_AUTHORIZATION_ENDPOINT_H -#define GRPC_TEST_CORE_UTIL_MOCK_AUTHORIZATION_ENDPOINT_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_MOCK_AUTHORIZATION_ENDPOINT_H +#define GRPC_TEST_CORE_TEST_UTIL_MOCK_AUTHORIZATION_ENDPOINT_H #include @@ -63,4 +63,4 @@ class MockAuthorizationEndpoint : public grpc_endpoint { } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_MOCK_AUTHORIZATION_ENDPOINT_H +#endif // GRPC_TEST_CORE_TEST_UTIL_MOCK_AUTHORIZATION_ENDPOINT_H diff --git a/test/core/util/mock_endpoint.cc b/test/core/test_util/mock_endpoint.cc similarity index 99% rename from test/core/util/mock_endpoint.cc rename to test/core/test_util/mock_endpoint.cc index fe849958ef4..f940ceb911f 100644 --- a/test/core/util/mock_endpoint.cc +++ b/test/core/test_util/mock_endpoint.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/mock_endpoint.h" +#include "test/core/test_util/mock_endpoint.h" #include "absl/log/check.h" #include "absl/status/status.h" diff --git a/test/core/util/mock_endpoint.h b/test/core/test_util/mock_endpoint.h similarity index 85% rename from test/core/util/mock_endpoint.h rename to test/core/test_util/mock_endpoint.h index 3485a96d409..5f2dbe5e5d6 100644 --- a/test/core/util/mock_endpoint.h +++ b/test/core/test_util/mock_endpoint.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_MOCK_ENDPOINT_H -#define GRPC_TEST_CORE_UTIL_MOCK_ENDPOINT_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_MOCK_ENDPOINT_H +#define GRPC_TEST_CORE_TEST_UTIL_MOCK_ENDPOINT_H #include @@ -27,4 +27,4 @@ grpc_endpoint* grpc_mock_endpoint_create(void (*on_write)(grpc_slice slice)); void grpc_mock_endpoint_put_read(grpc_endpoint* ep, grpc_slice slice); void grpc_mock_endpoint_finish_put_reads(grpc_endpoint* ep); -#endif // GRPC_TEST_CORE_UTIL_MOCK_ENDPOINT_H +#endif // GRPC_TEST_CORE_TEST_UTIL_MOCK_ENDPOINT_H diff --git a/test/core/util/one_corpus_entry_fuzzer.cc b/test/core/test_util/one_corpus_entry_fuzzer.cc similarity index 96% rename from test/core/util/one_corpus_entry_fuzzer.cc rename to test/core/test_util/one_corpus_entry_fuzzer.cc index 596e5fd093b..0737b779d1b 100644 --- a/test/core/util/one_corpus_entry_fuzzer.cc +++ b/test/core/test_util/one_corpus_entry_fuzzer.cc @@ -25,7 +25,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/tls_utils.h" extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); diff --git a/test/core/util/osa_distance.cc b/test/core/test_util/osa_distance.cc similarity index 97% rename from test/core/util/osa_distance.cc rename to test/core/test_util/osa_distance.cc index 1cf30d98867..b580a67a76a 100644 --- a/test/core/util/osa_distance.cc +++ b/test/core/test_util/osa_distance.cc @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "test/core/util/osa_distance.h" +#include "test/core/test_util/osa_distance.h" #include diff --git a/test/core/util/osa_distance.h b/test/core/test_util/osa_distance.h similarity index 85% rename from test/core/util/osa_distance.h rename to test/core/test_util/osa_distance.h index 7e32e2fe06f..588e1ec7297 100644 --- a/test/core/util/osa_distance.h +++ b/test/core/test_util/osa_distance.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GRPC_TEST_CORE_UTIL_OSA_DISTANCE_H -#define GRPC_TEST_CORE_UTIL_OSA_DISTANCE_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_OSA_DISTANCE_H +#define GRPC_TEST_CORE_TEST_UTIL_OSA_DISTANCE_H #include @@ -26,4 +26,4 @@ size_t OsaDistance(absl::string_view s1, absl::string_view s2); } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_OSA_DISTANCE_H +#endif // GRPC_TEST_CORE_TEST_UTIL_OSA_DISTANCE_H diff --git a/test/core/util/osa_distance_test.cc b/test/core/test_util/osa_distance_test.cc similarity index 95% rename from test/core/util/osa_distance_test.cc rename to test/core/test_util/osa_distance_test.cc index 4ac637f4a04..cef435058b2 100644 --- a/test/core/util/osa_distance_test.cc +++ b/test/core/test_util/osa_distance_test.cc @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "test/core/util/osa_distance.h" +#include "test/core/test_util/osa_distance.h" #include diff --git a/test/core/util/parse_hexstring.cc b/test/core/test_util/parse_hexstring.cc similarity index 96% rename from test/core/util/parse_hexstring.cc rename to test/core/test_util/parse_hexstring.cc index ecc715454c9..e41b37ca86c 100644 --- a/test/core/util/parse_hexstring.cc +++ b/test/core/test_util/parse_hexstring.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/parse_hexstring.h" +#include "test/core/test_util/parse_hexstring.h" #include #include diff --git a/test/core/util/parse_hexstring.h b/test/core/test_util/parse_hexstring.h similarity index 82% rename from test/core/util/parse_hexstring.h rename to test/core/test_util/parse_hexstring.h index 6870bfcd1e1..fe50f9bf959 100644 --- a/test/core/util/parse_hexstring.h +++ b/test/core/test_util/parse_hexstring.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_PARSE_HEXSTRING_H -#define GRPC_TEST_CORE_UTIL_PARSE_HEXSTRING_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_PARSE_HEXSTRING_H +#define GRPC_TEST_CORE_TEST_UTIL_PARSE_HEXSTRING_H #include "absl/strings/string_view.h" @@ -27,4 +27,4 @@ namespace grpc_core { Slice ParseHexstring(absl::string_view hexstring); } -#endif // GRPC_TEST_CORE_UTIL_PARSE_HEXSTRING_H +#endif // GRPC_TEST_CORE_TEST_UTIL_PARSE_HEXSTRING_H diff --git a/test/core/util/port.cc b/test/core/test_util/port.cc similarity index 97% rename from test/core/util/port.cc rename to test/core/test_util/port.cc index a941720801f..ddecc426eb0 100644 --- a/test/core/util/port.cc +++ b/test/core/test_util/port.cc @@ -31,8 +31,8 @@ #include #include "src/core/lib/gprpp/sync.h" -#include "test/core/util/port.h" -#include "test/core/util/port_server_client.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/port_server_client.h" static int* chosen_ports = nullptr; static size_t num_chosen_ports = 0; diff --git a/test/core/util/port.h b/test/core/test_util/port.h similarity index 92% rename from test/core/util/port.h rename to test/core/test_util/port.h index c184108160d..f95ebb57beb 100644 --- a/test/core/util/port.h +++ b/test/core/test_util/port.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_PORT_H -#define GRPC_TEST_CORE_UTIL_PORT_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_PORT_H +#define GRPC_TEST_CORE_TEST_UTIL_PORT_H typedef struct grpc_pick_port_functions { int (*pick_unused_port_or_die_fn)(void); @@ -39,4 +39,4 @@ void grpc_recycle_unused_port(int port); grpc_pick_port_functions grpc_set_pick_port_functions( grpc_pick_port_functions functions); -#endif // GRPC_TEST_CORE_UTIL_PORT_H +#endif // GRPC_TEST_CORE_TEST_UTIL_PORT_H diff --git a/test/core/util/port_isolated_runtime_environment.cc b/test/core/test_util/port_isolated_runtime_environment.cc similarity index 96% rename from test/core/util/port_isolated_runtime_environment.cc rename to test/core/test_util/port_isolated_runtime_environment.cc index ac4fd8e1292..b037ab70e79 100644 --- a/test/core/util/port_isolated_runtime_environment.cc +++ b/test/core/test_util/port_isolated_runtime_environment.cc @@ -32,8 +32,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/iomgr/port.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #define MIN_PORT 1025 #define MAX_PORT 32766 diff --git a/test/core/util/port_server_client.cc b/test/core/test_util/port_server_client.cc similarity index 99% rename from test/core/util/port_server_client.cc rename to test/core/test_util/port_server_client.cc index 02d1aa861ad..12fdde8bdaa 100644 --- a/test/core/util/port_server_client.cc +++ b/test/core/test_util/port_server_client.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/port_server_client.h" +#include "test/core/test_util/port_server_client.h" #include #include diff --git a/test/core/util/port_server_client.h b/test/core/test_util/port_server_client.h similarity index 84% rename from test/core/util/port_server_client.h rename to test/core/test_util/port_server_client.h index 3e479350e88..0562b866f91 100644 --- a/test/core/util/port_server_client.h +++ b/test/core/test_util/port_server_client.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_PORT_SERVER_CLIENT_H -#define GRPC_TEST_CORE_UTIL_PORT_SERVER_CLIENT_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_PORT_SERVER_CLIENT_H +#define GRPC_TEST_CORE_TEST_UTIL_PORT_SERVER_CLIENT_H #include // C interface to port_server.py @@ -28,4 +28,4 @@ int grpc_pick_port_using_server(void); void grpc_free_port_using_server(int port); -#endif // GRPC_TEST_CORE_UTIL_PORT_SERVER_CLIENT_H +#endif // GRPC_TEST_CORE_TEST_UTIL_PORT_SERVER_CLIENT_H diff --git a/test/core/util/proto_bit_gen.h b/test/core/test_util/proto_bit_gen.h similarity index 90% rename from test/core/util/proto_bit_gen.h rename to test/core/test_util/proto_bit_gen.h index 3154acb674f..3732acca2a2 100644 --- a/test/core/util/proto_bit_gen.h +++ b/test/core/test_util/proto_bit_gen.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GRPC_TEST_CORE_UTIL_PROTO_BIT_GEN_H -#define GRPC_TEST_CORE_UTIL_PROTO_BIT_GEN_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_PROTO_BIT_GEN_H +#define GRPC_TEST_CORE_TEST_UTIL_PROTO_BIT_GEN_H #include @@ -57,4 +57,4 @@ class ProtoBitGen : public std::numeric_limits { } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_PROTO_BIT_GEN_H +#endif // GRPC_TEST_CORE_TEST_UTIL_PROTO_BIT_GEN_H diff --git a/test/core/util/reconnect_server.cc b/test/core/test_util/reconnect_server.cc similarity index 97% rename from test/core/util/reconnect_server.cc rename to test/core/test_util/reconnect_server.cc index 479ee8d4eea..036ee3d1e52 100644 --- a/test/core/util/reconnect_server.cc +++ b/test/core/test_util/reconnect_server.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/reconnect_server.h" +#include "test/core/test_util/reconnect_server.h" #include @@ -30,7 +30,7 @@ #include "src/core/lib/iomgr/error.h" #include "src/core/lib/iomgr/iomgr_fwd.h" #include "src/core/lib/iomgr/tcp_server.h" -#include "test/core/util/test_tcp_server.h" +#include "test/core/test_util/test_tcp_server.h" static void pretty_print_backoffs(reconnect_server* server) { gpr_timespec diff; diff --git a/test/core/util/reconnect_server.h b/test/core/test_util/reconnect_server.h similarity index 85% rename from test/core/util/reconnect_server.h rename to test/core/test_util/reconnect_server.h index 603ad17a523..d04661c9c6e 100644 --- a/test/core/util/reconnect_server.h +++ b/test/core/test_util/reconnect_server.h @@ -16,14 +16,14 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_RECONNECT_SERVER_H -#define GRPC_TEST_CORE_UTIL_RECONNECT_SERVER_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_RECONNECT_SERVER_H +#define GRPC_TEST_CORE_TEST_UTIL_RECONNECT_SERVER_H #include #include -#include "test/core/util/test_tcp_server.h" +#include "test/core/test_util/test_tcp_server.h" typedef struct timestamp_list { gpr_timespec timestamp; @@ -44,4 +44,4 @@ void reconnect_server_poll(reconnect_server* server, int seconds); void reconnect_server_destroy(reconnect_server* server); void reconnect_server_clear_timestamps(reconnect_server* server); -#endif // GRPC_TEST_CORE_UTIL_RECONNECT_SERVER_H +#endif // GRPC_TEST_CORE_TEST_UTIL_RECONNECT_SERVER_H diff --git a/test/core/util/resolve_localhost_ip46.cc b/test/core/test_util/resolve_localhost_ip46.cc similarity index 97% rename from test/core/util/resolve_localhost_ip46.cc rename to test/core/test_util/resolve_localhost_ip46.cc index f8757dc538f..a16de23f770 100644 --- a/test/core/util/resolve_localhost_ip46.cc +++ b/test/core/test_util/resolve_localhost_ip46.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/resolve_localhost_ip46.h" +#include "test/core/test_util/resolve_localhost_ip46.h" #include #include diff --git a/test/core/util/resolve_localhost_ip46.h b/test/core/test_util/resolve_localhost_ip46.h similarity index 88% rename from test/core/util/resolve_localhost_ip46.h rename to test/core/test_util/resolve_localhost_ip46.h index 9d6178181a0..e61ab4cb786 100644 --- a/test/core/util/resolve_localhost_ip46.h +++ b/test/core/test_util/resolve_localhost_ip46.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_RESOLVE_LOCALHOST_IP46_H -#define GRPC_TEST_CORE_UTIL_RESOLVE_LOCALHOST_IP46_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_RESOLVE_LOCALHOST_IP46_H +#define GRPC_TEST_CORE_TEST_UTIL_RESOLVE_LOCALHOST_IP46_H #include @@ -46,4 +46,4 @@ std::string LocalIpUri(int port); } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_RESOLVE_LOCALHOST_IP46_H +#endif // GRPC_TEST_CORE_TEST_UTIL_RESOLVE_LOCALHOST_IP46_H diff --git a/test/core/util/scoped_env_var.h b/test/core/test_util/scoped_env_var.h similarity index 88% rename from test/core/util/scoped_env_var.h rename to test/core/test_util/scoped_env_var.h index 24703261579..0f5041ab119 100644 --- a/test/core/util/scoped_env_var.h +++ b/test/core/test_util/scoped_env_var.h @@ -14,8 +14,8 @@ // limitations under the License. // -#ifndef GRPC_TEST_CORE_UTIL_SCOPED_ENV_VAR_H -#define GRPC_TEST_CORE_UTIL_SCOPED_ENV_VAR_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_SCOPED_ENV_VAR_H +#define GRPC_TEST_CORE_TEST_UTIL_SCOPED_ENV_VAR_H #include @@ -45,4 +45,4 @@ class ScopedExperimentalEnvVar : public ScopedEnvVar { } // namespace testing } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_SCOPED_ENV_VAR_H +#endif // GRPC_TEST_CORE_TEST_UTIL_SCOPED_ENV_VAR_H diff --git a/test/core/util/slice_splitter.cc b/test/core/test_util/slice_splitter.cc similarity index 98% rename from test/core/util/slice_splitter.cc rename to test/core/test_util/slice_splitter.cc index d7426f3d7a5..0190255bc44 100644 --- a/test/core/util/slice_splitter.cc +++ b/test/core/test_util/slice_splitter.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/slice_splitter.h" +#include "test/core/test_util/slice_splitter.h" #include #include diff --git a/test/core/util/slice_splitter.h b/test/core/test_util/slice_splitter.h similarity index 91% rename from test/core/util/slice_splitter.h rename to test/core/test_util/slice_splitter.h index 7b4d20ef398..8af3dc7ac8e 100644 --- a/test/core/util/slice_splitter.h +++ b/test/core/test_util/slice_splitter.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_SLICE_SPLITTER_H -#define GRPC_TEST_CORE_UTIL_SLICE_SPLITTER_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_SLICE_SPLITTER_H +#define GRPC_TEST_CORE_TEST_UTIL_SLICE_SPLITTER_H // utility function to split/merge slices together to help create test // cases @@ -51,4 +51,4 @@ grpc_slice grpc_slice_merge(grpc_slice* slices, size_t nslices); const char* grpc_slice_split_mode_name(grpc_slice_split_mode mode); -#endif // GRPC_TEST_CORE_UTIL_SLICE_SPLITTER_H +#endif // GRPC_TEST_CORE_TEST_UTIL_SLICE_SPLITTER_H diff --git a/test/core/util/socket_use_after_close_detector.cc b/test/core/test_util/socket_use_after_close_detector.cc similarity index 98% rename from test/core/util/socket_use_after_close_detector.cc rename to test/core/test_util/socket_use_after_close_detector.cc index 058dcd7bb74..ab55cbacfae 100644 --- a/test/core/util/socket_use_after_close_detector.cc +++ b/test/core/test_util/socket_use_after_close_detector.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/socket_use_after_close_detector.h" +#include "test/core/test_util/socket_use_after_close_detector.h" #include #include @@ -38,7 +38,7 @@ #include #include "src/core/lib/iomgr/sockaddr.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" // TODO(unknown): pull in different headers when enabling this // test on windows. Also set BAD_SOCKET_RETURN_VAL diff --git a/test/core/util/socket_use_after_close_detector.h b/test/core/test_util/socket_use_after_close_detector.h similarity index 89% rename from test/core/util/socket_use_after_close_detector.h rename to test/core/test_util/socket_use_after_close_detector.h index 4df0c548038..67e7b2e73bd 100644 --- a/test/core/util/socket_use_after_close_detector.h +++ b/test/core/test_util/socket_use_after_close_detector.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_SOCKET_USE_AFTER_CLOSE_DETECTOR_H -#define GRPC_TEST_CORE_UTIL_SOCKET_USE_AFTER_CLOSE_DETECTOR_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_SOCKET_USE_AFTER_CLOSE_DETECTOR_H +#define GRPC_TEST_CORE_TEST_UTIL_SOCKET_USE_AFTER_CLOSE_DETECTOR_H #include #include @@ -52,4 +52,4 @@ class SocketUseAfterCloseDetector { } // namespace testing } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_SOCKET_USE_AFTER_CLOSE_DETECTOR_H +#endif // GRPC_TEST_CORE_TEST_UTIL_SOCKET_USE_AFTER_CLOSE_DETECTOR_H diff --git a/test/core/util/stack_tracer.cc b/test/core/test_util/stack_tracer.cc similarity index 98% rename from test/core/util/stack_tracer.cc rename to test/core/test_util/stack_tracer.cc index 8b0e9ed4f39..1960ce3353c 100644 --- a/test/core/util/stack_tracer.cc +++ b/test/core/test_util/stack_tracer.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/stack_tracer.h" +#include "test/core/test_util/stack_tracer.h" #include #include diff --git a/test/core/util/stack_tracer.h b/test/core/test_util/stack_tracer.h similarity index 90% rename from test/core/util/stack_tracer.h rename to test/core/test_util/stack_tracer.h index 378f47e4f63..82870cbe770 100644 --- a/test/core/util/stack_tracer.h +++ b/test/core/test_util/stack_tracer.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_STACK_TRACER_H -#define GRPC_TEST_CORE_UTIL_STACK_TRACER_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_STACK_TRACER_H +#define GRPC_TEST_CORE_TEST_UTIL_STACK_TRACER_H #include @@ -45,4 +45,4 @@ void InitializeStackTracer(const char* argv0); } // namespace testing } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_STACK_TRACER_H +#endif // GRPC_TEST_CORE_TEST_UTIL_STACK_TRACER_H diff --git a/test/core/util/stack_tracer_test.cc b/test/core/test_util/stack_tracer_test.cc similarity index 92% rename from test/core/util/stack_tracer_test.cc rename to test/core/test_util/stack_tracer_test.cc index 141b551cb5b..5b8eab10a24 100644 --- a/test/core/util/stack_tracer_test.cc +++ b/test/core/test_util/stack_tracer_test.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/stack_tracer.h" +#include "test/core/test_util/stack_tracer.h" #include @@ -25,7 +25,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(StackTracerTest, Basic) { std::string stack_trace = grpc_core::testing::GetCurrentStackTrace(); diff --git a/test/core/util/test_config.cc b/test/core/test_util/test_config.cc similarity index 97% rename from test/core/util/test_config.cc rename to test/core/test_util/test_config.cc index fd2990c5595..11c74d2a36c 100644 --- a/test/core/util/test_config.cc +++ b/test/core/test_util/test_config.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include #include @@ -34,8 +34,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/surface/init.h" #include "test/core/event_engine/test_init.h" -#include "test/core/util/build.h" -#include "test/core/util/stack_tracer.h" +#include "test/core/test_util/build.h" +#include "test/core/test_util/stack_tracer.h" int64_t g_fixture_slowdown_factor = 1; int64_t g_poller_slowdown_factor = 1; diff --git a/test/core/util/test_config.h b/test/core/test_util/test_config.h similarity index 93% rename from test/core/util/test_config.h rename to test/core/test_util/test_config.h index f28924e6131..9fe1f84c324 100644 --- a/test/core/util/test_config.h +++ b/test/core/test_util/test_config.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_TEST_CONFIG_H -#define GRPC_TEST_CORE_UTIL_TEST_CONFIG_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_TEST_CONFIG_H +#define GRPC_TEST_CORE_TEST_UTIL_TEST_CONFIG_H #include @@ -69,4 +69,4 @@ class TestGrpcScope { } // namespace testing } // namespace grpc -#endif // GRPC_TEST_CORE_UTIL_TEST_CONFIG_H +#endif // GRPC_TEST_CORE_TEST_UTIL_TEST_CONFIG_H diff --git a/test/core/util/test_lb_policies.cc b/test/core/test_util/test_lb_policies.cc similarity index 99% rename from test/core/util/test_lb_policies.cc rename to test/core/test_util/test_lb_policies.cc index bbd7517d837..36e968cfc2e 100644 --- a/test/core/util/test_lb_policies.cc +++ b/test/core/test_util/test_lb_policies.cc @@ -14,7 +14,7 @@ // limitations under the License. // -#include "test/core/util/test_lb_policies.h" +#include "test/core/test_util/test_lb_policies.h" #include diff --git a/test/core/util/test_lb_policies.h b/test/core/test_util/test_lb_policies.h similarity index 95% rename from test/core/util/test_lb_policies.h rename to test/core/test_util/test_lb_policies.h index 5db30222754..7b2bf5de0ff 100644 --- a/test/core/util/test_lb_policies.h +++ b/test/core/test_util/test_lb_policies.h @@ -14,8 +14,8 @@ // limitations under the License. // -#ifndef GRPC_TEST_CORE_UTIL_TEST_LB_POLICIES_H -#define GRPC_TEST_CORE_UTIL_TEST_LB_POLICIES_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_TEST_LB_POLICIES_H +#define GRPC_TEST_CORE_TEST_UTIL_TEST_LB_POLICIES_H #include #include @@ -96,4 +96,4 @@ void RegisterFailLoadBalancingPolicy(CoreConfiguration::Builder* builder, void RegisterQueueOnceLoadBalancingPolicy(CoreConfiguration::Builder* builder); } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_TEST_LB_POLICIES_H +#endif // GRPC_TEST_CORE_TEST_UTIL_TEST_LB_POLICIES_H diff --git a/test/core/util/test_tcp_server.cc b/test/core/test_util/test_tcp_server.cc similarity index 98% rename from test/core/util/test_tcp_server.cc rename to test/core/test_util/test_tcp_server.cc index 6e521f3223e..15d1169a022 100644 --- a/test/core/util/test_tcp_server.cc +++ b/test/core/test_util/test_tcp_server.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/test_tcp_server.h" +#include "test/core/test_util/test_tcp_server.h" #include #include @@ -42,7 +42,7 @@ #include "src/core/lib/iomgr/sockaddr.h" #include "src/core/lib/iomgr/socket_utils.h" #include "src/core/lib/iomgr/tcp_server.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static void on_server_destroyed(void* data, grpc_error_handle /*error*/) { test_tcp_server* server = static_cast(data); diff --git a/test/core/util/test_tcp_server.h b/test/core/test_util/test_tcp_server.h similarity index 91% rename from test/core/util/test_tcp_server.h rename to test/core/test_util/test_tcp_server.h index 613d4d8f8ba..66818e1b774 100644 --- a/test/core/util/test_tcp_server.h +++ b/test/core/test_util/test_tcp_server.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_TEST_TCP_SERVER_H -#define GRPC_TEST_CORE_UTIL_TEST_TCP_SERVER_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_TEST_TCP_SERVER_H +#define GRPC_TEST_CORE_TEST_UTIL_TEST_TCP_SERVER_H #include @@ -47,4 +47,4 @@ void test_tcp_server_start(test_tcp_server* server, int port); void test_tcp_server_poll(test_tcp_server* server, int milliseconds); void test_tcp_server_destroy(test_tcp_server* server); -#endif // GRPC_TEST_CORE_UTIL_TEST_TCP_SERVER_H +#endif // GRPC_TEST_CORE_TEST_UTIL_TEST_TCP_SERVER_H diff --git a/test/core/util/tls_utils.cc b/test/core/test_util/tls_utils.cc similarity index 98% rename from test/core/util/tls_utils.cc rename to test/core/test_util/tls_utils.cc index 43214bf1ed1..56d4a344381 100644 --- a/test/core/util/tls_utils.cc +++ b/test/core/test_util/tls_utils.cc @@ -13,7 +13,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/tls_utils.h" #include @@ -30,7 +30,7 @@ #include "src/core/lib/gprpp/load_file.h" #include "src/core/lib/iomgr/error.h" #include "src/core/lib/slice/slice_internal.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/util/tls_utils.h b/test/core/test_util/tls_utils.h similarity index 97% rename from test/core/util/tls_utils.h rename to test/core/test_util/tls_utils.h index 25785aa227d..6b1bc1f1fa2 100644 --- a/test/core/util/tls_utils.h +++ b/test/core/test_util/tls_utils.h @@ -14,8 +14,8 @@ // limitations under the License. // -#ifndef GRPC_TEST_CORE_UTIL_TLS_UTILS_H -#define GRPC_TEST_CORE_UTIL_TLS_UTILS_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_TLS_UTILS_H +#define GRPC_TEST_CORE_TEST_UTIL_TLS_UTILS_H #include #include @@ -180,4 +180,4 @@ class PeerPropertyExternalVerifier { } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_TLS_UTILS_H +#endif // GRPC_TEST_CORE_TEST_UTIL_TLS_UTILS_H diff --git a/test/core/util/tracer_util.cc b/test/core/test_util/tracer_util.cc similarity index 100% rename from test/core/util/tracer_util.cc rename to test/core/test_util/tracer_util.cc diff --git a/test/core/util/tracer_util.h b/test/core/test_util/tracer_util.h similarity index 85% rename from test/core/util/tracer_util.h rename to test/core/test_util/tracer_util.h index a4b1aa5c89f..c9641565c66 100644 --- a/test/core/util/tracer_util.h +++ b/test/core/test_util/tracer_util.h @@ -16,8 +16,8 @@ // // -#ifndef GRPC_TEST_CORE_UTIL_TRACER_UTIL_H -#define GRPC_TEST_CORE_UTIL_TRACER_UTIL_H +#ifndef GRPC_TEST_CORE_TEST_UTIL_TRACER_UTIL_H +#define GRPC_TEST_CORE_TEST_UTIL_TRACER_UTIL_H namespace grpc_core { class TraceFlag; @@ -29,4 +29,4 @@ void grpc_tracer_enable_flag(TraceFlag* flag); } // namespace testing } // namespace grpc_core -#endif // GRPC_TEST_CORE_UTIL_TRACER_UTIL_H +#endif // GRPC_TEST_CORE_TEST_UTIL_TRACER_UTIL_H diff --git a/test/core/util/tsan_suppressions.txt b/test/core/test_util/tsan_suppressions.txt similarity index 100% rename from test/core/util/tsan_suppressions.txt rename to test/core/test_util/tsan_suppressions.txt diff --git a/test/core/util/ubsan_suppressions.txt b/test/core/test_util/ubsan_suppressions.txt similarity index 100% rename from test/core/util/ubsan_suppressions.txt rename to test/core/test_util/ubsan_suppressions.txt diff --git a/test/core/transport/BUILD b/test/core/transport/BUILD index c52a096f429..38710157b9e 100644 --- a/test/core/transport/BUILD +++ b/test/core/transport/BUILD @@ -31,7 +31,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -77,8 +77,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -92,8 +92,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -107,8 +107,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -123,7 +123,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -154,8 +154,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -171,7 +171,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) diff --git a/test/core/transport/bdp_estimator_test.cc b/test/core/transport/bdp_estimator_test.cc index a38db54a291..b8e0ded91a0 100644 --- a/test/core/transport/bdp_estimator_test.cc +++ b/test/core/transport/bdp_estimator_test.cc @@ -29,7 +29,7 @@ #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/iomgr/timer_manager.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" extern gpr_timespec (*gpr_now_impl)(gpr_clock_type clock_type); diff --git a/test/core/transport/binder/BUILD b/test/core/transport/binder/BUILD index b332126ad7b..1f7d3ebb9a0 100644 --- a/test/core/transport/binder/BUILD +++ b/test/core/transport/binder/BUILD @@ -50,7 +50,7 @@ grpc_cc_test( deps = [ ":mock_objects", "//:grpc++_binder", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -68,7 +68,7 @@ grpc_cc_test( deps = [ ":mock_objects", "//:grpc++_binder", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -85,7 +85,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc++_binder", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -109,7 +109,7 @@ grpc_cc_test( ":mock_objects", "//:grpc", "//:grpc++_binder", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -128,6 +128,6 @@ grpc_cc_test( ":mock_objects", "//:grpc", "//:grpc++_binder", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/transport/binder/binder_transport_test.cc b/test/core/transport/binder/binder_transport_test.cc index f4376b75d13..24ddd071b77 100644 --- a/test/core/transport/binder/binder_transport_test.cc +++ b/test/core/transport/binder/binder_transport_test.cc @@ -34,8 +34,8 @@ #include "src/core/ext/transport/binder/transport/binder_stream.h" #include "src/core/lib/gprpp/notification.h" #include "src/core/lib/resource_quota/resource_quota.h" +#include "test/core/test_util/test_config.h" #include "test/core/transport/binder/mock_objects.h" -#include "test/core/util/test_config.h" namespace grpc_binder { namespace { diff --git a/test/core/transport/binder/end2end/BUILD b/test/core/transport/binder/end2end/BUILD index cfc9a7f9614..0785198d8c8 100644 --- a/test/core/transport/binder/end2end/BUILD +++ b/test/core/transport/binder/end2end/BUILD @@ -54,7 +54,7 @@ grpc_cc_test( uses_polling = False, deps = [ ":fake_binder", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -96,7 +96,7 @@ grpc_cc_test( ":end2end_binder_channel", ":fake_binder", "//:grpc++_binder", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:test_service_impl", ], ) @@ -111,8 +111,8 @@ grpc_cc_test( deps = [ "//:grpc++", "//:grpc++_binder", + "//test/core/test_util:grpc_test_util", "//test/core/transport/binder/end2end:fake_binder", - "//test/core/util:grpc_test_util", "//test/cpp/end2end:test_service_impl", ], ) diff --git a/test/core/transport/binder/end2end/binder_server_test.cc b/test/core/transport/binder/end2end/binder_server_test.cc index 37bd246b592..a1d26094e42 100644 --- a/test/core/transport/binder/end2end/binder_server_test.cc +++ b/test/core/transport/binder/end2end/binder_server_test.cc @@ -27,8 +27,8 @@ #include #include "src/core/ext/transport/binder/client/channel_create_impl.h" +#include "test/core/test_util/test_config.h" #include "test/core/transport/binder/end2end/fake_binder.h" -#include "test/core/util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" namespace grpc { diff --git a/test/core/transport/binder/end2end/end2end_binder_transport_test.cc b/test/core/transport/binder/end2end/end2end_binder_transport_test.cc index eb6605f1e66..7c24090894e 100644 --- a/test/core/transport/binder/end2end/end2end_binder_transport_test.cc +++ b/test/core/transport/binder/end2end/end2end_binder_transport_test.cc @@ -26,9 +26,9 @@ #include "src/core/ext/transport/binder/transport/binder_transport.h" #include "src/core/ext/transport/binder/wire_format/wire_reader_impl.h" +#include "test/core/test_util/test_config.h" #include "test/core/transport/binder/end2end/fake_binder.h" #include "test/core/transport/binder/end2end/testing_channel_create.h" -#include "test/core/util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" namespace grpc_binder { diff --git a/test/core/transport/binder/end2end/fake_binder_test.cc b/test/core/transport/binder/end2end/fake_binder_test.cc index c08d05d0c91..47bcc3704bc 100644 --- a/test/core/transport/binder/end2end/fake_binder_test.cc +++ b/test/core/transport/binder/end2end/fake_binder_test.cc @@ -25,7 +25,7 @@ #include "absl/strings/str_format.h" #include "absl/time/time.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_binder { namespace end2end_testing { diff --git a/test/core/transport/binder/end2end/fuzzers/BUILD b/test/core/transport/binder/end2end/fuzzers/BUILD index bf8593e2cc7..91d4fd4ade8 100644 --- a/test/core/transport/binder/end2end/fuzzers/BUILD +++ b/test/core/transport/binder/end2end/fuzzers/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_package", "grpc_proto_library") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") grpc_package( name = "test/core/transport/binder/end2end/fuzzers", @@ -44,7 +44,7 @@ grpc_cc_library( "//:grpc++", "//:grpc++_base", "//:grpc_base", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -68,7 +68,7 @@ grpc_proto_fuzzer( "//:grpc++", "//:grpc++_base", "//:grpc_base", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -93,6 +93,6 @@ grpc_proto_fuzzer( "//:grpc++_base", "//:grpc_base", "//src/core:slice", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/transport/binder/endpoint_binder_pool_test.cc b/test/core/transport/binder/endpoint_binder_pool_test.cc index 3a604127eec..bba32557f4c 100644 --- a/test/core/transport/binder/endpoint_binder_pool_test.cc +++ b/test/core/transport/binder/endpoint_binder_pool_test.cc @@ -24,8 +24,8 @@ #include "absl/memory/memory.h" +#include "test/core/test_util/test_config.h" #include "test/core/transport/binder/mock_objects.h" -#include "test/core/util/test_config.h" namespace grpc_binder { diff --git a/test/core/transport/binder/transport_stream_receiver_test.cc b/test/core/transport/binder/transport_stream_receiver_test.cc index acedb0c60bd..76d2689b8c4 100644 --- a/test/core/transport/binder/transport_stream_receiver_test.cc +++ b/test/core/transport/binder/transport_stream_receiver_test.cc @@ -23,7 +23,7 @@ #include "absl/memory/memory.h" #include "src/core/ext/transport/binder/utils/transport_stream_receiver_impl.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_binder { namespace { diff --git a/test/core/transport/binder/wire_reader_test.cc b/test/core/transport/binder/wire_reader_test.cc index c7d6f001198..75a7432628d 100644 --- a/test/core/transport/binder/wire_reader_test.cc +++ b/test/core/transport/binder/wire_reader_test.cc @@ -32,8 +32,8 @@ #include #include "src/core/ext/transport/binder/wire_format/wire_reader_impl.h" +#include "test/core/test_util/test_config.h" #include "test/core/transport/binder/mock_objects.h" -#include "test/core/util/test_config.h" namespace grpc_binder { diff --git a/test/core/transport/binder/wire_writer_test.cc b/test/core/transport/binder/wire_writer_test.cc index 168ed57a7da..851430bdeff 100644 --- a/test/core/transport/binder/wire_writer_test.cc +++ b/test/core/transport/binder/wire_writer_test.cc @@ -23,8 +23,8 @@ #include +#include "test/core/test_util/test_config.h" #include "test/core/transport/binder/mock_objects.h" -#include "test/core/util/test_config.h" namespace grpc_binder { diff --git a/test/core/transport/chaotic_good/BUILD b/test/core/transport/chaotic_good/BUILD index 0a61bcfb488..b1efe92a580 100644 --- a/test/core/transport/chaotic_good/BUILD +++ b/test/core/transport/chaotic_good/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer", "grpc_proto_fuzzer") licenses(["notice"]) @@ -247,6 +247,6 @@ grpc_cc_test( "//src/core:resource_quota", "//src/core:time", "//test/core/event_engine:event_engine_test_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/transport/chaotic_good/chaotic_good_server_test.cc b/test/core/transport/chaotic_good/chaotic_good_server_test.cc index db17dfa2b56..af2fc82facd 100644 --- a/test/core/transport/chaotic_good/chaotic_good_server_test.cc +++ b/test/core/transport/chaotic_good/chaotic_good_server_test.cc @@ -39,8 +39,8 @@ #include "src/core/lib/surface/server.h" #include "src/core/lib/uri/uri_parser.h" #include "test/core/event_engine/event_engine_test_utils.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace chaotic_good { diff --git a/test/core/transport/chttp2/BUILD b/test/core/transport/chttp2/BUILD index e331cac5825..d4be66252e8 100644 --- a/test/core/transport/chttp2/BUILD +++ b/test/core/transport/chttp2/BUILD @@ -14,7 +14,7 @@ load("//bazel:custom_exec_properties.bzl", "LARGE_MACHINE") load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer", "grpc_proto_fuzzer") licenses(["notice"]) @@ -28,14 +28,14 @@ grpc_proto_fuzzer( "absl/log:check", ], proto = "hpack_parser_fuzzer.proto", - proto_deps = ["//test/core/util:fuzz_config_vars_proto"], + proto_deps = ["//test/core/test_util:fuzz_config_vars_proto"], tags = ["no_windows"], uses_polling = False, deps = [ "//:grpc", - "//test/core/util:fuzz_config_vars", - "//test/core/util:grpc_test_util", - "//test/core/util:proto_bit_gen", + "//test/core/test_util:fuzz_config_vars", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:proto_bit_gen", ], ) @@ -44,14 +44,14 @@ grpc_proto_fuzzer( srcs = ["hpack_sync_fuzzer.cc"], corpus = "hpack_sync_corpus", proto = "hpack_sync_fuzzer.proto", - proto_deps = ["//test/core/util:fuzz_config_vars_proto"], + proto_deps = ["//test/core/test_util:fuzz_config_vars_proto"], tags = ["no_windows"], uses_polling = False, deps = [ "//:grpc", - "//test/core/util:fuzz_config_vars", - "//test/core/util:grpc_test_util", - "//test/core/util:proto_bit_gen", + "//test/core/test_util:fuzz_config_vars", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:proto_bit_gen", ], ) @@ -62,14 +62,14 @@ grpc_proto_fuzzer( external_deps = ["absl/log:check"], language = "C++", proto = "flow_control_fuzzer.proto", - proto_deps = ["//test/core/util:fuzz_config_vars_proto"], + proto_deps = ["//test/core/test_util:fuzz_config_vars_proto"], tags = ["no_windows"], uses_event_engine = False, uses_polling = False, deps = [ "//:gpr", "//src/core:chttp2_flow_control", - "//test/core/util:fuzz_config_vars", + "//test/core/test_util:fuzz_config_vars", ], ) @@ -87,8 +87,8 @@ grpc_fuzzer( uses_polling = False, deps = [ "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -134,7 +134,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -149,7 +149,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -177,7 +177,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:slice", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -190,8 +190,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -204,8 +204,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -218,8 +218,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -285,7 +285,7 @@ grpc_cc_test( "//src/core:closure", "//src/core:slice", "//test/core/end2end:cq_verifier", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -300,8 +300,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -316,8 +316,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -332,8 +332,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -363,8 +363,8 @@ grpc_cc_test( "//src/core:closure", "//src/core:slice", "//test/core/end2end:cq_verifier", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -380,8 +380,8 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:closure", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -401,7 +401,7 @@ grpc_cc_test( "//:grpc++", "//src/core:channel_args", "//test/core/end2end:cq_verifier", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -417,7 +417,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -445,7 +445,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -461,7 +461,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -478,6 +478,6 @@ grpc_cc_test( "//:gpr", "//:grpc", "//src/core:http2_settings", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/transport/chttp2/alpn_test.cc b/test/core/transport/chttp2/alpn_test.cc index a2d33ae682f..43fbe2e583d 100644 --- a/test/core/transport/chttp2/alpn_test.cc +++ b/test/core/transport/chttp2/alpn_test.cc @@ -22,7 +22,7 @@ #include "gtest/gtest.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" TEST(AlpnTest, TestAlpnSuccess) { ASSERT_TRUE(grpc_chttp2_is_alpn_version_supported("h2", 2)); diff --git a/test/core/transport/chttp2/bin_decoder_test.cc b/test/core/transport/chttp2/bin_decoder_test.cc index ae4b77501ba..7a0b6b479ff 100644 --- a/test/core/transport/chttp2/bin_decoder_test.cc +++ b/test/core/transport/chttp2/bin_decoder_test.cc @@ -31,7 +31,7 @@ #include "src/core/lib/gpr/string.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/slice/slice_string_helpers.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static int all_ok = 1; diff --git a/test/core/transport/chttp2/bin_encoder_test.cc b/test/core/transport/chttp2/bin_encoder_test.cc index f1801f5052f..20247b7c45d 100644 --- a/test/core/transport/chttp2/bin_encoder_test.cc +++ b/test/core/transport/chttp2/bin_encoder_test.cc @@ -30,7 +30,7 @@ #include "src/core/lib/gpr/string.h" #include "src/core/lib/slice/slice_string_helpers.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static int all_ok = 1; diff --git a/test/core/transport/chttp2/flow_control_fuzzer.cc b/test/core/transport/chttp2/flow_control_fuzzer.cc index 2b802704208..3e8ca29ecbe 100644 --- a/test/core/transport/chttp2/flow_control_fuzzer.cc +++ b/test/core/transport/chttp2/flow_control_fuzzer.cc @@ -43,8 +43,8 @@ #include "src/core/lib/resource_quota/memory_quota.h" #include "src/core/lib/transport/bdp_estimator.h" #include "src/libfuzzer/libfuzzer_macro.h" +#include "test/core/test_util/fuzz_config_vars.h" #include "test/core/transport/chttp2/flow_control_fuzzer.pb.h" -#include "test/core/util/fuzz_config_vars.h" // IWYU pragma: no_include diff --git a/test/core/transport/chttp2/flow_control_fuzzer.proto b/test/core/transport/chttp2/flow_control_fuzzer.proto index 7ce40c8d596..2ec9bb60243 100644 --- a/test/core/transport/chttp2/flow_control_fuzzer.proto +++ b/test/core/transport/chttp2/flow_control_fuzzer.proto @@ -16,7 +16,7 @@ syntax = "proto3"; package flow_control_fuzzer; -import "test/core/util/fuzz_config_vars.proto"; +import "test/core/test_util/fuzz_config_vars.proto"; message Empty {}; diff --git a/test/core/transport/chttp2/graceful_shutdown_test.cc b/test/core/transport/chttp2/graceful_shutdown_test.cc index 44b60b7cf6b..0dec68afad0 100644 --- a/test/core/transport/chttp2/graceful_shutdown_test.cc +++ b/test/core/transport/chttp2/graceful_shutdown_test.cc @@ -63,7 +63,7 @@ #include "src/core/lib/surface/completion_queue.h" #include "src/core/lib/surface/server.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/transport/chttp2/hpack_encoder_test.cc b/test/core/transport/chttp2/hpack_encoder_test.cc index 534edacbeab..2f3127a501d 100644 --- a/test/core/transport/chttp2/hpack_encoder_test.cc +++ b/test/core/transport/chttp2/hpack_encoder_test.cc @@ -37,9 +37,9 @@ #include "src/core/lib/resource_quota/arena.h" #include "src/core/lib/resource_quota/memory_quota.h" #include "src/core/lib/resource_quota/resource_quota.h" -#include "test/core/util/parse_hexstring.h" -#include "test/core/util/slice_splitter.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/parse_hexstring.h" +#include "test/core/test_util/slice_splitter.h" +#include "test/core/test_util/test_config.h" grpc_core::HPackCompressor* g_compressor; diff --git a/test/core/transport/chttp2/hpack_parser_fuzzer.proto b/test/core/transport/chttp2/hpack_parser_fuzzer.proto index a48909be4d8..5a91f3e2369 100644 --- a/test/core/transport/chttp2/hpack_parser_fuzzer.proto +++ b/test/core/transport/chttp2/hpack_parser_fuzzer.proto @@ -16,7 +16,7 @@ syntax = "proto3"; package hpack_parser_fuzzer; -import "test/core/util/fuzz_config_vars.proto"; +import "test/core/test_util/fuzz_config_vars.proto"; message Empty {} diff --git a/test/core/transport/chttp2/hpack_parser_fuzzer_test.cc b/test/core/transport/chttp2/hpack_parser_fuzzer_test.cc index ab281632331..44edee9f029 100644 --- a/test/core/transport/chttp2/hpack_parser_fuzzer_test.cc +++ b/test/core/transport/chttp2/hpack_parser_fuzzer_test.cc @@ -41,9 +41,9 @@ #include "src/core/lib/resource_quota/resource_quota.h" #include "src/core/lib/transport/metadata_batch.h" #include "src/libfuzzer/libfuzzer_macro.h" +#include "test/core/test_util/fuzz_config_vars.h" +#include "test/core/test_util/proto_bit_gen.h" #include "test/core/transport/chttp2/hpack_parser_fuzzer.pb.h" -#include "test/core/util/fuzz_config_vars.h" -#include "test/core/util/proto_bit_gen.h" // IWYU pragma: no_include diff --git a/test/core/transport/chttp2/hpack_parser_input_size_fuzzer.cc b/test/core/transport/chttp2/hpack_parser_input_size_fuzzer.cc index f3160042abe..ab31d065399 100644 --- a/test/core/transport/chttp2/hpack_parser_input_size_fuzzer.cc +++ b/test/core/transport/chttp2/hpack_parser_input_size_fuzzer.cc @@ -44,7 +44,7 @@ #include "src/core/lib/resource_quota/resource_quota.h" #include "src/core/lib/slice/slice.h" #include "src/core/lib/transport/metadata_batch.h" -#include "test/core/util/slice_splitter.h" +#include "test/core/test_util/slice_splitter.h" bool squelch = true; bool leak_check = true; diff --git a/test/core/transport/chttp2/hpack_parser_table_test.cc b/test/core/transport/chttp2/hpack_parser_table_test.cc index c445e1ed8ec..ea9741d1d31 100644 --- a/test/core/transport/chttp2/hpack_parser_table_test.cc +++ b/test/core/transport/chttp2/hpack_parser_table_test.cc @@ -28,7 +28,7 @@ #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/slice/slice.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/transport/chttp2/hpack_parser_test.cc b/test/core/transport/chttp2/hpack_parser_test.cc index bdb3f02cad0..ffed5b8ab52 100644 --- a/test/core/transport/chttp2/hpack_parser_test.cc +++ b/test/core/transport/chttp2/hpack_parser_test.cc @@ -45,9 +45,9 @@ #include "src/core/lib/resource_quota/resource_quota.h" #include "src/core/lib/slice/slice.h" #include "src/core/lib/transport/error_utils.h" -#include "test/core/util/parse_hexstring.h" -#include "test/core/util/slice_splitter.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/parse_hexstring.h" +#include "test/core/test_util/slice_splitter.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/transport/chttp2/hpack_sync_fuzzer.cc b/test/core/transport/chttp2/hpack_sync_fuzzer.cc index 58b0fa8628c..31372ab876c 100644 --- a/test/core/transport/chttp2/hpack_sync_fuzzer.cc +++ b/test/core/transport/chttp2/hpack_sync_fuzzer.cc @@ -45,9 +45,9 @@ #include "src/core/lib/slice/slice_buffer.h" #include "src/core/lib/transport/metadata_batch.h" #include "src/libfuzzer/libfuzzer_macro.h" +#include "test/core/test_util/fuzz_config_vars.h" +#include "test/core/test_util/proto_bit_gen.h" #include "test/core/transport/chttp2/hpack_sync_fuzzer.pb.h" -#include "test/core/util/fuzz_config_vars.h" -#include "test/core/util/proto_bit_gen.h" bool squelch = true; bool leak_check = true; diff --git a/test/core/transport/chttp2/hpack_sync_fuzzer.proto b/test/core/transport/chttp2/hpack_sync_fuzzer.proto index 72792b60d64..0290f134f7a 100644 --- a/test/core/transport/chttp2/hpack_sync_fuzzer.proto +++ b/test/core/transport/chttp2/hpack_sync_fuzzer.proto @@ -16,7 +16,7 @@ syntax = "proto3"; package hpack_sync_fuzzer; -import "test/core/util/fuzz_config_vars.proto"; +import "test/core/test_util/fuzz_config_vars.proto"; message Empty {} diff --git a/test/core/transport/chttp2/ping_configuration_test.cc b/test/core/transport/chttp2/ping_configuration_test.cc index c93a8412b5e..b05b6b6285f 100644 --- a/test/core/transport/chttp2/ping_configuration_test.cc +++ b/test/core/transport/chttp2/ping_configuration_test.cc @@ -32,8 +32,8 @@ #include "src/core/lib/iomgr/endpoint.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/resource_quota/resource_quota.h" -#include "test/core/util/mock_endpoint.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/mock_endpoint.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/test/core/transport/chttp2/remove_stream_from_stalled_lists_test.cc b/test/core/transport/chttp2/remove_stream_from_stalled_lists_test.cc index 7312bd27b78..0471b7e4d08 100644 --- a/test/core/transport/chttp2/remove_stream_from_stalled_lists_test.cc +++ b/test/core/transport/chttp2/remove_stream_from_stalled_lists_test.cc @@ -47,8 +47,8 @@ #include "src/core/lib/config/config_vars.h" #include "src/core/lib/gprpp/host_port.h" #include "src/core/lib/gprpp/sync.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/core/transport/chttp2/settings_timeout_test.cc b/test/core/transport/chttp2/settings_timeout_test.cc index 7977929d083..0120a2e7bf6 100644 --- a/test/core/transport/chttp2/settings_timeout_test.cc +++ b/test/core/transport/chttp2/settings_timeout_test.cc @@ -58,8 +58,8 @@ #include "src/core/lib/iomgr/resolved_address.h" #include "src/core/lib/iomgr/tcp_client.h" #include "src/core/lib/resource_quota/api.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace test { diff --git a/test/core/transport/chttp2/stream_leak_with_queued_flow_control_update_test.cc b/test/core/transport/chttp2/stream_leak_with_queued_flow_control_update_test.cc index c60ff6e240a..ad406d2411b 100644 --- a/test/core/transport/chttp2/stream_leak_with_queued_flow_control_update_test.cc +++ b/test/core/transport/chttp2/stream_leak_with_queued_flow_control_update_test.cc @@ -38,8 +38,8 @@ #include "src/core/lib/channel/channel_args.h" #include "src/core/lib/gprpp/host_port.h" #include "src/core/lib/gprpp/sync.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/core/transport/chttp2/streams_not_seen_test.cc b/test/core/transport/chttp2/streams_not_seen_test.cc index 55719646187..5883ab35f10 100644 --- a/test/core/transport/chttp2/streams_not_seen_test.cc +++ b/test/core/transport/chttp2/streams_not_seen_test.cc @@ -74,9 +74,9 @@ #include "src/core/lib/transport/metadata_batch.h" #include "src/core/lib/transport/transport.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/test_tcp_server.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/test_tcp_server.h" namespace grpc_core { namespace { diff --git a/test/core/transport/chttp2/too_many_pings_test.cc b/test/core/transport/chttp2/too_many_pings_test.cc index 956cab7d394..8c5a13a4c92 100644 --- a/test/core/transport/chttp2/too_many_pings_test.cc +++ b/test/core/transport/chttp2/too_many_pings_test.cc @@ -59,9 +59,9 @@ #include "src/core/resolver/fake/fake_resolver.h" #include "src/core/resolver/resolver.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/port.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/core/transport/chttp2/varint_test.cc b/test/core/transport/chttp2/varint_test.cc index efa9645876c..10f294ac802 100644 --- a/test/core/transport/chttp2/varint_test.cc +++ b/test/core/transport/chttp2/varint_test.cc @@ -25,7 +25,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" template static void test_varint(uint32_t value, uint8_t prefix_or, diff --git a/test/core/transport/connectivity_state_test.cc b/test/core/transport/connectivity_state_test.cc index 372ddfb22d4..138bce10d6b 100644 --- a/test/core/transport/connectivity_state_test.cc +++ b/test/core/transport/connectivity_state_test.cc @@ -22,8 +22,8 @@ #include -#include "test/core/util/test_config.h" -#include "test/core/util/tracer_util.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tracer_util.h" namespace grpc_core { namespace { diff --git a/test/core/transport/error_utils_test.cc b/test/core/transport/error_utils_test.cc index 40649c7bd99..0817f34ee53 100644 --- a/test/core/transport/error_utils_test.cc +++ b/test/core/transport/error_utils_test.cc @@ -25,7 +25,7 @@ #include "src/core/lib/gprpp/status_helper.h" #include "src/core/lib/iomgr/error.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/core/transport/metadata_map_test.cc b/test/core/transport/metadata_map_test.cc index b691e99787d..5a3fb59c16b 100644 --- a/test/core/transport/metadata_map_test.cc +++ b/test/core/transport/metadata_map_test.cc @@ -35,7 +35,7 @@ #include "src/core/lib/resource_quota/resource_quota.h" #include "src/core/lib/slice/slice.h" #include "src/core/lib/transport/metadata_batch.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/transport/parsed_metadata_test.cc b/test/core/transport/parsed_metadata_test.cc index 3b54fe2b535..bc8a59fab92 100644 --- a/test/core/transport/parsed_metadata_test.cc +++ b/test/core/transport/parsed_metadata_test.cc @@ -26,7 +26,7 @@ #include #include "src/core/lib/transport/metadata_batch.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/transport/status_conversion_test.cc b/test/core/transport/status_conversion_test.cc index c3d3d4c79c3..8af76d6a4b2 100644 --- a/test/core/transport/status_conversion_test.cc +++ b/test/core/transport/status_conversion_test.cc @@ -25,7 +25,7 @@ #include #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #define GRPC_STATUS_TO_HTTP2_ERROR(a, b) \ ASSERT_EQ(grpc_status_to_http2_error(a), (b)) diff --git a/test/core/transport/test_suite/BUILD b/test/core/transport/test_suite/BUILD index c42b8c6ece4..64e704304a4 100644 --- a/test/core/transport/test_suite/BUILD +++ b/test/core/transport/test_suite/BUILD @@ -97,7 +97,7 @@ grpc_cc_library( "fixture", "test", "//:grpc_trace", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -141,7 +141,7 @@ grpc_proto_library( has_services = False, deps = [ "//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_proto", - "//test/core/util:fuzz_config_vars_proto", + "//test/core/test_util:fuzz_config_vars_proto", ], ) diff --git a/test/core/transport/test_suite/fuzzer.proto b/test/core/transport/test_suite/fuzzer.proto index 8fadbacc35d..83a12936196 100644 --- a/test/core/transport/test_suite/fuzzer.proto +++ b/test/core/transport/test_suite/fuzzer.proto @@ -17,7 +17,7 @@ syntax = "proto3"; package transport_test_suite; import "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.proto"; -import "test/core/util/fuzz_config_vars.proto"; +import "test/core/test_util/fuzz_config_vars.proto"; message Msg { uint32 test_id = 1; diff --git a/test/core/transport/test_suite/fuzzer_main.cc b/test/core/transport/test_suite/fuzzer_main.cc index 45a73e97afc..23cc3470973 100644 --- a/test/core/transport/test_suite/fuzzer_main.cc +++ b/test/core/transport/test_suite/fuzzer_main.cc @@ -27,11 +27,11 @@ #include "src/core/lib/gprpp/env.h" #include "src/libfuzzer/libfuzzer_macro.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h" +#include "test/core/test_util/fuzz_config_vars.h" +#include "test/core/test_util/proto_bit_gen.h" #include "test/core/transport/test_suite/fixture.h" #include "test/core/transport/test_suite/fuzzer.pb.h" #include "test/core/transport/test_suite/test.h" -#include "test/core/util/fuzz_config_vars.h" -#include "test/core/util/proto_bit_gen.h" bool squelch = true; static void dont_log(gpr_log_func_args* /*args*/) {} diff --git a/test/core/transport/test_suite/grpc_transport_test.bzl b/test/core/transport/test_suite/grpc_transport_test.bzl index 9bd94d33e79..f7c10d6e41d 100644 --- a/test/core/transport/test_suite/grpc_transport_test.bzl +++ b/test/core/transport/test_suite/grpc_transport_test.bzl @@ -17,7 +17,7 @@ Generate one transport test & associated fuzzer """ load("//bazel:grpc_build_system.bzl", "grpc_cc_test") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") def grpc_transport_test(name, deps): grpc_cc_test( @@ -52,8 +52,8 @@ def grpc_transport_test(name, deps): "//src/core:env", "//src/core:experiments", "//test/core/event_engine/fuzzing_event_engine", - "//test/core/util:fuzz_config_vars", - "//test/core/util:proto_bit_gen", + "//test/core/test_util:fuzz_config_vars", + "//test/core/test_util:proto_bit_gen", ] + deps, corpus = "corpus/%s" % name, proto = None, diff --git a/test/core/transport/test_suite/test_main.cc b/test/core/transport/test_suite/test_main.cc index 4080f1cfc64..cc51d9f4047 100644 --- a/test/core/transport/test_suite/test_main.cc +++ b/test/core/transport/test_suite/test_main.cc @@ -15,9 +15,9 @@ #include "absl/random/random.h" #include "src/core/lib/debug/trace.h" +#include "test/core/test_util/test_config.h" #include "test/core/transport/test_suite/fixture.h" #include "test/core/transport/test_suite/test.h" -#include "test/core/util/test_config.h" int main(int argc, char** argv) { grpc::testing::TestEnvironment env(&argc, argv); diff --git a/test/core/tsi/BUILD b/test/core/tsi/BUILD index 19de13ce628..ac8204ced28 100644 --- a/test/core/tsi/BUILD +++ b/test/core/tsi/BUILD @@ -44,7 +44,7 @@ grpc_cc_test( ":transport_security_test_lib", "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -59,7 +59,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -84,8 +84,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", + "//test/core/test_util:grpc_test_util", "//test/core/tsi:transport_security_test_lib", - "//test/core/util:grpc_test_util", ], ) @@ -120,7 +120,7 @@ grpc_cc_test( ":transport_security_test_lib", "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -159,7 +159,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:tsi", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -171,6 +171,6 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/tsi/alts/crypt/BUILD b/test/core/tsi/alts/crypt/BUILD index 1e324105822..aa816c47913 100644 --- a/test/core/tsi/alts/crypt/BUILD +++ b/test/core/tsi/alts/crypt/BUILD @@ -33,7 +33,7 @@ grpc_cc_test( ":alts_crypt_test_util", "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/core/tsi/alts/crypt/aes_gcm_test.cc b/test/core/tsi/alts/crypt/aes_gcm_test.cc index 8c40bb6c9b1..2929d5bee5a 100644 --- a/test/core/tsi/alts/crypt/aes_gcm_test.cc +++ b/test/core/tsi/alts/crypt/aes_gcm_test.cc @@ -26,8 +26,8 @@ #include #include "src/core/tsi/alts/crypt/gsec.h" +#include "test/core/test_util/test_config.h" #include "test/core/tsi/alts/crypt/gsec_test_util.h" -#include "test/core/util/test_config.h" const size_t kTestMinTagLengthForCorruption = 8; const size_t kTestNumCrypters = 3; diff --git a/test/core/tsi/alts/fake_handshaker/BUILD b/test/core/tsi/alts/fake_handshaker/BUILD index 8e5fc464836..6f90dfb6343 100644 --- a/test/core/tsi/alts/fake_handshaker/BUILD +++ b/test/core/tsi/alts/fake_handshaker/BUILD @@ -63,7 +63,7 @@ grpc_cc_binary( language = "C++", deps = [ "fake_handshaker_lib", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) diff --git a/test/core/tsi/alts/fake_handshaker/fake_handshaker_server_main.cc b/test/core/tsi/alts/fake_handshaker/fake_handshaker_server_main.cc index f427c616f01..e0ccd66c461 100644 --- a/test/core/tsi/alts/fake_handshaker/fake_handshaker_server_main.cc +++ b/test/core/tsi/alts/fake_handshaker/fake_handshaker_server_main.cc @@ -25,8 +25,8 @@ #include #include "src/core/lib/gprpp/crash.h" +#include "test/core/test_util/test_config.h" #include "test/core/tsi/alts/fake_handshaker/fake_handshaker_server.h" -#include "test/core/util/test_config.h" #include "test/cpp/util/test_config.h" ABSL_FLAG(int32_t, handshaker_port, 55056, diff --git a/test/core/tsi/alts/frame_protector/BUILD b/test/core/tsi/alts/frame_protector/BUILD index c99c5bfd8e7..372fde1e92e 100644 --- a/test/core/tsi/alts/frame_protector/BUILD +++ b/test/core/tsi/alts/frame_protector/BUILD @@ -26,8 +26,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", + "//test/core/test_util:grpc_test_util", "//test/core/tsi/alts/crypt:alts_crypt_test_util", - "//test/core/util:grpc_test_util", ], ) @@ -42,8 +42,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", + "//test/core/test_util:grpc_test_util", "//test/core/tsi/alts/crypt:alts_crypt_test_util", - "//test/core/util:grpc_test_util", ], ) @@ -55,9 +55,9 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", + "//test/core/test_util:grpc_test_util", "//test/core/tsi:transport_security_test_lib", "//test/core/tsi/alts/crypt:alts_crypt_test_util", - "//test/core/util:grpc_test_util", ], ) @@ -69,7 +69,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", + "//test/core/test_util:grpc_test_util", "//test/core/tsi/alts/crypt:alts_crypt_test_util", - "//test/core/util:grpc_test_util", ], ) diff --git a/test/core/tsi/alts/handshaker/BUILD b/test/core/tsi/alts/handshaker/BUILD index d50ea24f9e4..1eb4ef6ed4c 100644 --- a/test/core/tsi/alts/handshaker/BUILD +++ b/test/core/tsi/alts/handshaker/BUILD @@ -36,7 +36,7 @@ grpc_cc_test( ":alts_handshaker_service_api_test_lib", "//:grpc", "//src/core:env", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -49,7 +49,7 @@ grpc_cc_test( ":alts_handshaker_service_api_test_lib", "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -61,7 +61,7 @@ grpc_cc_test( deps = [ ":alts_handshaker_service_api_test_lib", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -72,7 +72,7 @@ grpc_cc_test( language = "C++", deps = [ "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -97,8 +97,8 @@ grpc_cc_test( "//:grpc", "//src/core:slice", "//test/core/end2end:cq_verifier", + "//test/core/test_util:fake_udp_and_tcp_server", + "//test/core/test_util:grpc_test_util", "//test/core/tsi/alts/fake_handshaker:fake_handshaker_lib", - "//test/core/util:fake_udp_and_tcp_server", - "//test/core/util:grpc_test_util", ], ) diff --git a/test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc b/test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc index 5ed92950ea3..47e1e115e1e 100644 --- a/test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc +++ b/test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc @@ -57,10 +57,10 @@ #include "src/core/lib/security/security_connector/alts/alts_security_connector.h" #include "src/core/lib/slice/slice_string_helpers.h" #include "test/core/end2end/cq_verifier.h" +#include "test/core/test_util/fake_udp_and_tcp_server.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/core/tsi/alts/fake_handshaker/fake_handshaker_server.h" -#include "test/core/util/fake_udp_and_tcp_server.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" namespace { diff --git a/test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc b/test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc index 43502dbb8f2..1d2248a4617 100644 --- a/test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc +++ b/test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc @@ -33,8 +33,8 @@ #include "src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h" #include "src/core/tsi/transport_security.h" #include "src/core/tsi/transport_security_interface.h" +#include "test/core/test_util/test_config.h" #include "test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h" -#include "test/core/util/test_config.h" #define ALTS_HANDSHAKER_CLIENT_TEST_OUT_FRAME "Hello Google" #define ALTS_HANDSHAKER_CLIENT_TEST_TARGET_NAME "bigtable.google.api.com" diff --git a/test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc b/test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc index 889069e5d24..59479f0c7fb 100644 --- a/test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc +++ b/test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc @@ -35,8 +35,8 @@ #include "src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h" #include "src/core/tsi/transport_security_grpc.h" #include "src/proto/grpc/gcp/altscontext.upb.h" +#include "test/core/test_util/test_config.h" #include "test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h" -#include "test/core/util/test_config.h" #define ALTS_TSI_HANDSHAKER_TEST_RECV_BYTES "Hello World" #define ALTS_TSI_HANDSHAKER_TEST_OUT_FRAME "Hello Google" diff --git a/test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc b/test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc index 008f62627cb..c3286ebcb40 100644 --- a/test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc +++ b/test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc @@ -22,8 +22,8 @@ #include "upb/mem/arena.hpp" +#include "test/core/test_util/test_config.h" #include "test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h" -#include "test/core/util/test_config.h" #define ALTS_TSI_UTILS_TEST_OUT_FRAME "Hello Google" diff --git a/test/core/tsi/alts/zero_copy_frame_protector/BUILD b/test/core/tsi/alts/zero_copy_frame_protector/BUILD index b942c201ab0..fcfb0333170 100644 --- a/test/core/tsi/alts/zero_copy_frame_protector/BUILD +++ b/test/core/tsi/alts/zero_copy_frame_protector/BUILD @@ -31,8 +31,8 @@ grpc_cc_test( "//:grpc", "//:grpc_base", "//src/core:slice", + "//test/core/test_util:grpc_test_util", "//test/core/tsi/alts/crypt:alts_crypt_test_util", - "//test/core/util:grpc_test_util", ], ) @@ -47,8 +47,8 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", + "//test/core/test_util:grpc_test_util", "//test/core/tsi/alts/crypt:alts_crypt_test_util", - "//test/core/util:grpc_test_util", ], ) @@ -65,7 +65,7 @@ grpc_cc_test( "//:grpc", "//:grpc_base", "//src/core:slice", + "//test/core/test_util:grpc_test_util", "//test/core/tsi/alts/crypt:alts_crypt_test_util", - "//test/core/util:grpc_test_util", ], ) diff --git a/test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc b/test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc index a7757840318..dd4a9ea42e6 100644 --- a/test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc +++ b/test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc @@ -30,8 +30,8 @@ #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" #include "src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h" +#include "test/core/test_util/test_config.h" #include "test/core/tsi/alts/crypt/gsec_test_util.h" -#include "test/core/util/test_config.h" constexpr size_t kMaxSliceLength = 256; constexpr size_t kMaxSlices = 10; diff --git a/test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc b/test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc index 03bd87368ae..108b4e9ec7e 100644 --- a/test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc +++ b/test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc @@ -29,8 +29,8 @@ #include "src/core/tsi/alts/crypt/gsec.h" #include "src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h" #include "src/core/tsi/transport_security_grpc.h" +#include "test/core/test_util/test_config.h" #include "test/core/tsi/alts/crypt/gsec_test_util.h" -#include "test/core/util/test_config.h" // TODO(unknown): tests zero_copy_grpc_protector under TSI test library, which // has more comprehensive tests. diff --git a/test/core/tsi/crl_ssl_transport_security_test.cc b/test/core/tsi/crl_ssl_transport_security_test.cc index bc2f56822c8..e314218e2d2 100644 --- a/test/core/tsi/crl_ssl_transport_security_test.cc +++ b/test/core/tsi/crl_ssl_transport_security_test.cc @@ -37,9 +37,9 @@ #include "src/core/tsi/ssl_transport_security.h" #include "src/core/tsi/transport_security.h" #include "src/core/tsi/transport_security_interface.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/core/tsi/transport_security_test_lib.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" extern "C" { #include diff --git a/test/core/tsi/fake_transport_security_test.cc b/test/core/tsi/fake_transport_security_test.cc index 2c58b73bbe9..711a8f2cdbe 100644 --- a/test/core/tsi/fake_transport_security_test.cc +++ b/test/core/tsi/fake_transport_security_test.cc @@ -31,8 +31,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/security/security_connector/security_connector.h" #include "src/core/tsi/transport_security.h" +#include "test/core/test_util/test_config.h" #include "test/core/tsi/transport_security_test_lib.h" -#include "test/core/util/test_config.h" typedef struct fake_tsi_test_fixture { tsi_test_fixture base; diff --git a/test/core/tsi/ssl_session_cache_test.cc b/test/core/tsi/ssl_session_cache_test.cc index 1dcdeef5980..91af924adb9 100644 --- a/test/core/tsi/ssl_session_cache_test.cc +++ b/test/core/tsi/ssl_session_cache_test.cc @@ -29,7 +29,7 @@ #include #include "src/core/lib/gprpp/crash.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { diff --git a/test/core/tsi/ssl_transport_security_test.cc b/test/core/tsi/ssl_transport_security_test.cc index fe35649fee9..0e6a5aa162a 100644 --- a/test/core/tsi/ssl_transport_security_test.cc +++ b/test/core/tsi/ssl_transport_security_test.cc @@ -39,10 +39,10 @@ #include "src/core/lib/security/security_connector/security_connector.h" #include "src/core/tsi/transport_security.h" #include "src/core/tsi/transport_security_interface.h" +#include "test/core/test_util/build.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/core/tsi/transport_security_test_lib.h" -#include "test/core/util/build.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" #define SSL_TSI_TEST_ALPN1 "foo" #define SSL_TSI_TEST_ALPN2 "toto" diff --git a/test/core/tsi/ssl_transport_security_utils_test.cc b/test/core/tsi/ssl_transport_security_utils_test.cc index 2b7b6dfb36f..70edc02af13 100644 --- a/test/core/tsi/ssl_transport_security_utils_test.cc +++ b/test/core/tsi/ssl_transport_security_utils_test.cc @@ -37,8 +37,8 @@ #include "src/core/lib/slice/slice.h" #include "src/core/tsi/transport_security.h" #include "src/core/tsi/transport_security_interface.h" +#include "test/core/test_util/test_config.h" #include "test/core/tsi/transport_security_test_lib.h" -#include "test/core/util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/tsi/transport_security_test.cc b/test/core/tsi/transport_security_test.cc index c5572d9b3b2..277b435c57d 100644 --- a/test/core/tsi/transport_security_test.cc +++ b/test/core/tsi/transport_security_test.cc @@ -36,7 +36,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/tsi/fake_transport_security.h" #include "src/core/tsi/ssl_transport_security.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" typedef struct { // 1 if success, 0 if failure. diff --git a/test/core/uri/BUILD b/test/core/uri/BUILD index 45f3cf96562..4bac9d7cba7 100644 --- a/test/core/uri/BUILD +++ b/test/core/uri/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package") -load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer") grpc_package(name = "test/core/uri") @@ -48,6 +48,6 @@ grpc_cc_test( deps = [ "//:event_engine_base_hdrs", "//:uri_parser", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_unsecure", ], ) diff --git a/test/core/uri/uri_parser_test.cc b/test/core/uri/uri_parser_test.cc index 6e3459d9657..adadba6e779 100644 --- a/test/core/uri/uri_parser_test.cc +++ b/test/core/uri/uri_parser_test.cc @@ -24,7 +24,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using ::testing::ContainerEq; using ::testing::Contains; diff --git a/test/core/xds/BUILD b/test/core/xds/BUILD index 97764c6962b..a307443ef6a 100644 --- a/test/core/xds/BUILD +++ b/test/core/xds/BUILD @@ -18,7 +18,7 @@ load( "grpc_cc_test", "grpc_package", ) -load("//test/core/util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") +load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_proto_fuzzer") grpc_package(name = "test/core/xds") @@ -36,8 +36,8 @@ grpc_cc_test( deps = [ "//:gpr", "//src/core:grpc_xds_client", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", ], ) @@ -54,7 +54,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -68,7 +68,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -87,7 +87,7 @@ grpc_cc_test( "//:grpc_opencensus_plugin", "//src/core:channel_args", "//src/core:grpc_xds_channel_stack_modifier", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -101,7 +101,7 @@ grpc_cc_test( deps = [ "//:gpr", "//:grpc", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -123,8 +123,8 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:typed_struct_proto", "//src/proto/grpc/testing/xds/v3:udpa_typed_struct_proto", "//src/proto/grpc/testing/xds/v3:wrr_locality_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", "//test/cpp/util:grpc_cli_utils", ], ) @@ -143,7 +143,7 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:audit_logger_stream_proto", "//src/proto/grpc/testing/xds/v3:rbac_proto", "//src/proto/grpc/testing/xds/v3:typed_struct_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:grpc_cli_utils", ], ) @@ -163,7 +163,7 @@ grpc_cc_library( "//:orphanable", "//:ref_counted_ptr", "//:xds_client", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -192,8 +192,8 @@ grpc_cc_test( ":xds_transport_fake", "//:xds_client", "//src/proto/grpc/testing/xds/v3:discovery_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", ], ) @@ -213,7 +213,7 @@ grpc_proto_fuzzer( ":xds_client_test_peer", ":xds_transport_fake", "//src/core:grpc_xds_client", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", # These proto deps are needed to ensure that we can read these # resource types out of the google.protobuf.Any fields in the # textproto files in the corpora. @@ -240,7 +240,7 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:tls_proto", "//src/proto/grpc/testing/xds/v3:typed_struct_proto", "//src/proto/grpc/testing/xds/v3:udpa_typed_struct_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:grpc_cli_utils", ], ) @@ -264,8 +264,8 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:stateful_session_cookie_proto", "//src/proto/grpc/testing/xds/v3:stateful_session_proto", "//src/proto/grpc/testing/xds/v3:typed_struct_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", "//test/cpp/util:grpc_cli_utils", ], ) @@ -288,7 +288,7 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:router_proto", "//src/proto/grpc/testing/xds/v3:tls_proto", "//src/proto/grpc/testing/xds/v3:typed_struct_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:grpc_cli_utils", ], ) @@ -309,8 +309,8 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:http_filter_rbac_proto", "//src/proto/grpc/testing/xds/v3:route_proto", "//src/proto/grpc/testing/xds/v3:typed_struct_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", "//test/cpp/util:grpc_cli_utils", ], ) @@ -333,7 +333,7 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:tls_proto", "//src/proto/grpc/testing/xds/v3:typed_struct_proto", "//src/proto/grpc/testing/xds/v3:wrr_locality_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -350,7 +350,7 @@ grpc_cc_test( "//src/core:channel_args", "//src/core:grpc_xds_client", "//src/proto/grpc/testing/xds/v3:endpoint_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", ], ) diff --git a/test/core/xds/certificate_provider_store_test.cc b/test/core/xds/certificate_provider_store_test.cc index cd0c9337035..7b52331377b 100644 --- a/test/core/xds/certificate_provider_store_test.cc +++ b/test/core/xds/certificate_provider_store_test.cc @@ -31,7 +31,7 @@ #include "src/core/lib/config/core_configuration.h" #include "src/core/lib/gprpp/unique_type_name.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/xds/file_watcher_certificate_provider_factory_test.cc b/test/core/xds/file_watcher_certificate_provider_factory_test.cc index 66f989c2de9..9ac0d9ffafc 100644 --- a/test/core/xds/file_watcher_certificate_provider_factory_test.cc +++ b/test/core/xds/file_watcher_certificate_provider_factory_test.cc @@ -28,7 +28,7 @@ #include #include "src/core/lib/json/json_reader.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/xds/xds_audit_logger_registry_test.cc b/test/core/xds/xds_audit_logger_registry_test.cc index 1a02a037fdd..5963f83782d 100644 --- a/test/core/xds/xds_audit_logger_registry_test.cc +++ b/test/core/xds/xds_audit_logger_registry_test.cc @@ -45,7 +45,7 @@ #include "src/proto/grpc/testing/xds/v3/extension.pb.h" #include "src/proto/grpc/testing/xds/v3/rbac.pb.h" #include "src/proto/grpc/testing/xds/v3/typed_struct.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/xds/xds_bootstrap_test.cc b/test/core/xds/xds_bootstrap_test.cc index f5feb114d51..d2b8cb4973f 100644 --- a/test/core/xds/xds_bootstrap_test.cc +++ b/test/core/xds/xds_bootstrap_test.cc @@ -49,8 +49,8 @@ #include "src/core/lib/security/certificate_provider/certificate_provider_factory.h" #include "src/core/lib/security/credentials/channel_creds_registry.h" #include "src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h" -#include "test/core/util/scoped_env_var.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/scoped_env_var.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/xds/xds_certificate_provider_test.cc b/test/core/xds/xds_certificate_provider_test.cc index 9e4d3f94713..eb33276bd65 100644 --- a/test/core/xds/xds_certificate_provider_test.cc +++ b/test/core/xds/xds_certificate_provider_test.cc @@ -29,8 +29,8 @@ #include "src/core/lib/gprpp/status_helper.h" #include "src/core/lib/iomgr/error.h" #include "src/core/lib/security/security_connector/ssl_utils.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" namespace grpc_core { namespace testing { diff --git a/test/core/xds/xds_channel_stack_modifier_test.cc b/test/core/xds/xds_channel_stack_modifier_test.cc index ffd0b9f450d..cf793a73387 100644 --- a/test/core/xds/xds_channel_stack_modifier_test.cc +++ b/test/core/xds/xds_channel_stack_modifier_test.cc @@ -35,7 +35,7 @@ #include "src/core/lib/surface/channel_init.h" #include "src/core/lib/surface/channel_stack_type.h" #include "src/core/lib/transport/transport.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/xds/xds_client_test.cc b/test/core/xds/xds_client_test.cc index 877bfc7d086..0b2ea9e864b 100644 --- a/test/core/xds/xds_client_test.cc +++ b/test/core/xds/xds_client_test.cc @@ -60,8 +60,8 @@ #include "src/core/lib/json/json_writer.h" #include "src/proto/grpc/testing/xds/v3/base.pb.h" #include "src/proto/grpc/testing/xds/v3/discovery.pb.h" -#include "test/core/util/scoped_env_var.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/scoped_env_var.h" +#include "test/core/test_util/test_config.h" #include "test/core/xds/xds_client_test_peer.h" #include "test/core/xds/xds_transport_fake.h" diff --git a/test/core/xds/xds_cluster_resource_type_test.cc b/test/core/xds/xds_cluster_resource_type_test.cc index 2537fc8af31..5f4e68a79a4 100644 --- a/test/core/xds/xds_cluster_resource_type_test.cc +++ b/test/core/xds/xds_cluster_resource_type_test.cc @@ -64,7 +64,7 @@ #include "src/proto/grpc/testing/xds/v3/tls.pb.h" #include "src/proto/grpc/testing/xds/v3/typed_struct.pb.h" #include "src/proto/grpc/testing/xds/v3/wrr_locality.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using envoy::config::cluster::v3::Cluster; using envoy::extensions::clusters::aggregate::v3::ClusterConfig; diff --git a/test/core/xds/xds_common_types_test.cc b/test/core/xds/xds_common_types_test.cc index 4a5be5da3d7..6a301de4897 100644 --- a/test/core/xds/xds_common_types_test.cc +++ b/test/core/xds/xds_common_types_test.cc @@ -55,7 +55,7 @@ #include "src/proto/grpc/testing/xds/v3/tls.pb.h" #include "src/proto/grpc/testing/xds/v3/typed_struct.pb.h" #include "src/proto/grpc/testing/xds/v3/udpa_typed_struct.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/config_grpc_cli.h" using CommonTlsContextProto = diff --git a/test/core/xds/xds_endpoint_resource_type_test.cc b/test/core/xds/xds_endpoint_resource_type_test.cc index 9371d50a780..9ef4ac32b6f 100644 --- a/test/core/xds/xds_endpoint_resource_type_test.cc +++ b/test/core/xds/xds_endpoint_resource_type_test.cc @@ -55,8 +55,8 @@ #include "src/proto/grpc/testing/xds/v3/endpoint.pb.h" #include "src/proto/grpc/testing/xds/v3/health_check.pb.h" #include "src/proto/grpc/testing/xds/v3/percent.pb.h" -#include "test/core/util/scoped_env_var.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/scoped_env_var.h" +#include "test/core/test_util/test_config.h" using envoy::config::endpoint::v3::ClusterLoadAssignment; diff --git a/test/core/xds/xds_http_filters_test.cc b/test/core/xds/xds_http_filters_test.cc index 8e14066f5c1..4f93f7f5f4b 100644 --- a/test/core/xds/xds_http_filters_test.cc +++ b/test/core/xds/xds_http_filters_test.cc @@ -69,8 +69,8 @@ #include "src/proto/grpc/testing/xds/v3/stateful_session_cookie.pb.h" #include "src/proto/grpc/testing/xds/v3/string.pb.h" #include "src/proto/grpc/testing/xds/v3/typed_struct.pb.h" -#include "test/core/util/scoped_env_var.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/scoped_env_var.h" +#include "test/core/test_util/test_config.h" // IWYU pragma: no_include diff --git a/test/core/xds/xds_lb_policy_registry_test.cc b/test/core/xds/xds_lb_policy_registry_test.cc index ad2230c0cf8..539040984c8 100644 --- a/test/core/xds/xds_lb_policy_registry_test.cc +++ b/test/core/xds/xds_lb_policy_registry_test.cc @@ -51,7 +51,7 @@ #include "src/proto/grpc/testing/xds/v3/round_robin.pb.h" #include "src/proto/grpc/testing/xds/v3/typed_struct.pb.h" #include "src/proto/grpc/testing/xds/v3/wrr_locality.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace testing { diff --git a/test/core/xds/xds_listener_resource_type_test.cc b/test/core/xds/xds_listener_resource_type_test.cc index 86a1b299b0a..602660e2658 100644 --- a/test/core/xds/xds_listener_resource_type_test.cc +++ b/test/core/xds/xds_listener_resource_type_test.cc @@ -64,7 +64,7 @@ #include "src/proto/grpc/testing/xds/v3/string.pb.h" #include "src/proto/grpc/testing/xds/v3/tls.pb.h" #include "src/proto/grpc/testing/xds/v3/typed_struct.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using envoy::config::listener::v3::Listener; using envoy::extensions::filters::http::fault::v3::HTTPFault; diff --git a/test/core/xds/xds_route_config_resource_type_test.cc b/test/core/xds/xds_route_config_resource_type_test.cc index e6df7684377..6e8734feb99 100644 --- a/test/core/xds/xds_route_config_resource_type_test.cc +++ b/test/core/xds/xds_route_config_resource_type_test.cc @@ -66,8 +66,8 @@ #include "src/proto/grpc/testing/xds/v3/route.pb.h" #include "src/proto/grpc/testing/xds/v3/string.pb.h" #include "src/proto/grpc/testing/xds/v3/typed_struct.pb.h" -#include "test/core/util/scoped_env_var.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/scoped_env_var.h" +#include "test/core/test_util/test_config.h" using envoy::config::route::v3::RouteConfiguration; using grpc::lookup::v1::RouteLookupClusterSpecifier; diff --git a/test/core/xds/xds_transport_fake.cc b/test/core/xds/xds_transport_fake.cc index 7a0294b5278..b495f2ffcb0 100644 --- a/test/core/xds/xds_transport_fake.cc +++ b/test/core/xds/xds_transport_fake.cc @@ -34,7 +34,7 @@ #include "src/core/lib/gprpp/orphanable.h" #include "src/core/lib/gprpp/ref_counted_ptr.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using grpc_event_engine::experimental::GetDefaultEventEngine; diff --git a/test/cpp/client/BUILD b/test/cpp/client/BUILD index 7fa032a5fa2..785ff28d2ef 100644 --- a/test/cpp/client/BUILD +++ b/test/cpp/client/BUILD @@ -35,7 +35,7 @@ grpc_cc_test( "//:grpc", "//:grpc++", "//src/core:grpc_crl_provider", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:tls_test_utils", ], ) @@ -53,7 +53,7 @@ grpc_cc_test( "//:grpc++", "//:grpc_resolver_fake", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) diff --git a/test/cpp/client/destroy_grpclb_channel_with_active_connect_stress_test.cc b/test/cpp/client/destroy_grpclb_channel_with_active_connect_stress_test.cc index 9c190b61449..a41aa0011a0 100644 --- a/test/cpp/client/destroy_grpclb_channel_with_active_connect_stress_test.cc +++ b/test/cpp/client/destroy_grpclb_channel_with_active_connect_stress_test.cc @@ -47,8 +47,8 @@ #include "src/core/resolver/endpoint_addresses.h" #include "src/core/resolver/fake/fake_resolver.h" #include "src/core/service_config/service_config_impl.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/cpp/cocoapods/generic/generic.mm b/test/cpp/cocoapods/generic/generic.mm index e797ba7b8f7..e7baa8f4919 100644 --- a/test/cpp/cocoapods/generic/generic.mm +++ b/test/cpp/cocoapods/generic/generic.mm @@ -33,8 +33,8 @@ #include #include "src/core/lib/gprpp/thd.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" using std::chrono::system_clock; using namespace grpc; diff --git a/test/cpp/codegen/BUILD b/test/cpp/codegen/BUILD index 97f9927dec1..86bda84aa26 100644 --- a/test/cpp/codegen/BUILD +++ b/test/cpp/codegen/BUILD @@ -28,7 +28,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -42,7 +42,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -57,7 +57,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -71,7 +71,7 @@ grpc_cc_binary( ], deps = [ "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) diff --git a/test/cpp/codegen/codegen_test_full.cc b/test/cpp/codegen/codegen_test_full.cc index 1394c4a349e..b27e1b5fc5d 100644 --- a/test/cpp/codegen/codegen_test_full.cc +++ b/test/cpp/codegen/codegen_test_full.cc @@ -21,7 +21,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/codegen/codegen_test_minimal.cc b/test/cpp/codegen/codegen_test_minimal.cc index f65435d7665..37cd8b031d7 100644 --- a/test/cpp/codegen/codegen_test_minimal.cc +++ b/test/cpp/codegen/codegen_test_minimal.cc @@ -18,7 +18,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/codegen/golden_file_test.cc b/test/cpp/codegen/golden_file_test.cc index a46cf932a28..5c45db77f7e 100644 --- a/test/cpp/codegen/golden_file_test.cc +++ b/test/cpp/codegen/golden_file_test.cc @@ -23,7 +23,7 @@ #include "absl/flags/flag.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/test_config.h" ABSL_FLAG( diff --git a/test/cpp/codegen/proto_utils_test.cc b/test/cpp/codegen/proto_utils_test.cc index 9defb344307..1a95bee1f8e 100644 --- a/test/cpp/codegen/proto_utils_test.cc +++ b/test/cpp/codegen/proto_utils_test.cc @@ -23,7 +23,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { diff --git a/test/cpp/common/BUILD b/test/cpp/common/BUILD index 0ac80b42898..7f6136fac2c 100644 --- a/test/cpp/common/BUILD +++ b/test/cpp/common/BUILD @@ -27,8 +27,8 @@ grpc_cc_test( tags = ["no_windows"], # TODO(jtattermusch): fix test on windows RBE deps = [ "//:grpc++_unsecure", - "//test/core/util:grpc_test_util_base", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -43,7 +43,7 @@ grpc_cc_test( deps = [ "//:grpc++", "//src/core:closure", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -65,7 +65,7 @@ grpc_cc_test( deps = [ "//:grpc++", "//src/core:closure", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -79,7 +79,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -94,7 +94,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -106,7 +106,7 @@ grpc_cc_test( ], deps = [ "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -119,7 +119,7 @@ grpc_cc_test( ], deps = [ "//:grpc++_alts", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) diff --git a/test/cpp/common/alarm_test.cc b/test/cpp/common/alarm_test.cc index 421f3b95fc2..c9ec2bb6508 100644 --- a/test/cpp/common/alarm_test.cc +++ b/test/cpp/common/alarm_test.cc @@ -27,7 +27,7 @@ #include #include "src/core/lib/gprpp/notification.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/common/alts_util_test.cc b/test/cpp/common/alts_util_test.cc index 74a3fe7fe98..b48ac400f55 100644 --- a/test/cpp/common/alts_util_test.cc +++ b/test/cpp/common/alts_util_test.cc @@ -27,7 +27,7 @@ #include "src/core/tsi/alts/handshaker/alts_tsi_handshaker.h" #include "src/cpp/common/secure_auth_context.h" #include "src/proto/grpc/gcp/altscontext.upb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/string_ref_helper.h" namespace grpc { diff --git a/test/cpp/common/channel_arguments_test.cc b/test/cpp/common/channel_arguments_test.cc index 323bb0ce500..e25039829ac 100644 --- a/test/cpp/common/channel_arguments_test.cc +++ b/test/cpp/common/channel_arguments_test.cc @@ -25,7 +25,7 @@ #include "src/core/lib/gpr/useful.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/iomgr/socket_mutator.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/common/time_jump_test.cc b/test/cpp/common/time_jump_test.cc index 9b31abc1a66..8e7f4f7649c 100644 --- a/test/cpp/common/time_jump_test.cc +++ b/test/cpp/common/time_jump_test.cc @@ -38,7 +38,7 @@ #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/iomgr/timer.h" #include "src/core/lib/iomgr/timer_manager.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" extern char** environ; diff --git a/test/cpp/common/timer_test.cc b/test/cpp/common/timer_test.cc index 63d320b30d3..edf5b64055e 100644 --- a/test/cpp/common/timer_test.cc +++ b/test/cpp/common/timer_test.cc @@ -31,7 +31,7 @@ #include "src/core/lib/iomgr/error.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/iomgr/timer_manager.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #ifdef GRPC_POSIX_SOCKET_EV #include "src/core/lib/iomgr/ev_posix.h" diff --git a/test/cpp/end2end/BUILD b/test/cpp/end2end/BUILD index d8a09d6d3c0..4e0b8ed3e55 100644 --- a/test/cpp/end2end/BUILD +++ b/test/cpp/end2end/BUILD @@ -33,7 +33,7 @@ grpc_cc_library( ], deps = [ "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -97,7 +97,7 @@ grpc_cc_library( deps = [ ":counted_service", "//src/proto/grpc/lookup/v1:rls_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -121,7 +121,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -149,7 +149,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -176,7 +176,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -197,7 +197,7 @@ grpc_cc_binary( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -222,7 +222,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) @@ -244,7 +244,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing:simple_messages_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -263,7 +263,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -284,7 +284,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -308,7 +308,7 @@ grpc_cc_library( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], alwayslink = 1, @@ -345,7 +345,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//test/core/event_engine:event_engine_test_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -363,7 +363,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -397,7 +397,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -416,7 +416,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -438,7 +438,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -459,7 +459,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -480,7 +480,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -500,7 +500,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -519,7 +519,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -553,8 +553,8 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", "//src/proto/grpc/testing/xds/v3:orca_load_report_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:test_lb_policies", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:test_lb_policies", "//test/cpp/util:test_util", ], ) @@ -584,9 +584,9 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", - "//test/core/util:test_lb_policies", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:test_lb_policies", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -609,7 +609,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -640,7 +640,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -662,7 +662,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:grpc++_proto_reflection_desc_db", "//test/cpp/util:test_util", ], @@ -683,7 +683,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -710,7 +710,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -731,7 +731,7 @@ grpc_cc_binary( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -752,7 +752,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -796,7 +796,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -816,7 +816,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -838,7 +838,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -862,7 +862,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -891,7 +891,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing:simple_messages_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -912,7 +912,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing:simple_messages_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -933,7 +933,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing:simple_messages_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -953,7 +953,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -969,7 +969,7 @@ grpc_cc_test( "//:grpc++", "//:grpc++_reflection", "//:grpcpp_admin", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -996,8 +996,8 @@ grpc_cc_test( "//:grpc++_authorization_provider", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:audit_logging_utils", - "//test/core/util:grpc_test_util", + "//test/core/test_util:audit_logging_utils", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -1023,7 +1023,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -1041,7 +1041,7 @@ grpc_cc_test( "//:grpcpp_call_metric_recorder", "//:grpcpp_orca_service", "//src/proto/grpc/testing/xds/v3:orca_service_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -1061,7 +1061,7 @@ grpc_cc_test( "//src/core:grpc_fake_credentials", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -1087,7 +1087,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -1113,7 +1113,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -1141,7 +1141,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) diff --git a/test/cpp/end2end/admin_services_end2end_test.cc b/test/cpp/end2end/admin_services_end2end_test.cc index a42a2ef8cae..95fae195c06 100644 --- a/test/cpp/end2end/admin_services_end2end_test.cc +++ b/test/cpp/end2end/admin_services_end2end_test.cc @@ -26,8 +26,8 @@ #include #include "src/proto/grpc/reflection/v1alpha/reflection.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/end2end/async_end2end_test.cc b/test/cpp/end2end/async_end2end_test.cc index 14f22aa662b..e2ae51aefb8 100644 --- a/test/cpp/end2end/async_end2end_test.cc +++ b/test/cpp/end2end/async_end2end_test.cc @@ -45,9 +45,9 @@ #include "src/proto/grpc/health/v1/health.grpc.pb.h" #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/build.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/build.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/string_ref_helper.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/end2end/cfstream_test.cc b/test/cpp/end2end/cfstream_test.cc index 8dcde8c44eb..a075d28e6e5 100644 --- a/test/cpp/end2end/cfstream_test.cc +++ b/test/cpp/end2end/cfstream_test.cc @@ -44,8 +44,8 @@ #include "src/core/lib/gprpp/env.h" #include "src/core/lib/iomgr/port.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/end2end/channelz_service_test.cc b/test/cpp/end2end/channelz_service_test.cc index f95ffb21945..98a6fff4436 100644 --- a/test/cpp/end2end/channelz_service_test.cc +++ b/test/cpp/end2end/channelz_service_test.cc @@ -44,10 +44,10 @@ #include "src/proto/grpc/channelz/channelz.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" #include "test/core/event_engine/event_engine_test_utils.h" -#include "test/core/util/port.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/end2end/client_callback_end2end_test.cc b/test/cpp/end2end/client_callback_end2end_test.cc index 63cd0b86d85..b811bfde48f 100644 --- a/test/cpp/end2end/client_callback_end2end_test.cc +++ b/test/cpp/end2end/client_callback_end2end_test.cc @@ -41,8 +41,8 @@ #include "src/core/lib/gprpp/env.h" #include "src/core/lib/iomgr/iomgr.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/interceptors_util.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/byte_buffer_proto_helper.h" diff --git a/test/cpp/end2end/client_crash_test.cc b/test/cpp/end2end/client_crash_test.cc index b69a7556a0d..21a118e9e72 100644 --- a/test/cpp/end2end/client_crash_test.cc +++ b/test/cpp/end2end/client_crash_test.cc @@ -34,8 +34,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/subprocess.h" static std::string g_root; diff --git a/test/cpp/end2end/client_fork_test.cc b/test/cpp/end2end/client_fork_test.cc index df473fecfed..34050872f77 100644 --- a/test/cpp/end2end/client_fork_test.cc +++ b/test/cpp/end2end/client_fork_test.cc @@ -38,8 +38,8 @@ int main(int /* argc */, char** /* argv */) { return 0; } #include "src/core/lib/gprpp/fork.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/test_config.h" namespace grpc { diff --git a/test/cpp/end2end/client_interceptors_end2end_test.cc b/test/cpp/end2end/client_interceptors_end2end_test.cc index 3b453cef930..812e529dd66 100644 --- a/test/cpp/end2end/client_interceptors_end2end_test.cc +++ b/test/cpp/end2end/client_interceptors_end2end_test.cc @@ -38,8 +38,8 @@ #include "src/core/lib/iomgr/port.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/interceptors_util.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/byte_buffer_proto_helper.h" diff --git a/test/cpp/end2end/client_lb_end2end_test.cc b/test/cpp/end2end/client_lb_end2end_test.cc index ad74d7f7f97..9a445f137a6 100644 --- a/test/cpp/end2end/client_lb_end2end_test.cc +++ b/test/cpp/end2end/client_lb_end2end_test.cc @@ -75,10 +75,10 @@ #include "src/proto/grpc/health/v1/health.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/orca_load_report.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/test_config.h" -#include "test/core/util/test_lb_policies.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/test_lb_policies.h" #include "test/cpp/end2end/connection_attempt_injector.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/credentials.h" diff --git a/test/cpp/end2end/context_allocator_end2end_test.cc b/test/cpp/end2end/context_allocator_end2end_test.cc index ae3222f7395..78f984b6339 100644 --- a/test/cpp/end2end/context_allocator_end2end_test.cc +++ b/test/cpp/end2end/context_allocator_end2end_test.cc @@ -41,8 +41,8 @@ #include "src/core/lib/iomgr/iomgr.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/end2end/crl_provider_test.cc b/test/cpp/end2end/crl_provider_test.cc index cebc07ea8c6..b88d696d032 100644 --- a/test/cpp/end2end/crl_provider_test.cc +++ b/test/cpp/end2end/crl_provider_test.cc @@ -45,9 +45,9 @@ #include "src/cpp/client/secure_credentials.h" #include "src/proto/grpc/testing/echo_messages.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/cpp/end2end/test_service_impl.h" // CRL Providers not supported for <1.1 diff --git a/test/cpp/end2end/delegating_channel_test.cc b/test/cpp/end2end/delegating_channel_test.cc index 33ae2cd0e46..d675b2bdc8e 100644 --- a/test/cpp/end2end/delegating_channel_test.cc +++ b/test/cpp/end2end/delegating_channel_test.cc @@ -33,8 +33,8 @@ #include #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/byte_buffer_proto_helper.h" #include "test/cpp/util/string_ref_helper.h" diff --git a/test/cpp/end2end/end2end_test.cc b/test/cpp/end2end/end2end_test.cc index ac00660b84b..30db76435c3 100644 --- a/test/cpp/end2end/end2end_test.cc +++ b/test/cpp/end2end/end2end_test.cc @@ -50,8 +50,8 @@ #include "src/core/lib/security/credentials/credentials.h" #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/interceptors_util.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/string_ref_helper.h" diff --git a/test/cpp/end2end/exception_test.cc b/test/cpp/end2end/exception_test.cc index 017bb334a5f..d5fa8424b27 100644 --- a/test/cpp/end2end/exception_test.cc +++ b/test/cpp/end2end/exception_test.cc @@ -29,7 +29,7 @@ #include #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/end2end/flaky_network_test.cc b/test/cpp/end2end/flaky_network_test.cc index 0eb99b998f3..4211cba13cf 100644 --- a/test/cpp/end2end/flaky_network_test.cc +++ b/test/cpp/end2end/flaky_network_test.cc @@ -45,8 +45,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/env.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/end2end/generic_end2end_test.cc b/test/cpp/end2end/generic_end2end_test.cc index 321e26918ff..c853a0bf257 100644 --- a/test/cpp/end2end/generic_end2end_test.cc +++ b/test/cpp/end2end/generic_end2end_test.cc @@ -37,8 +37,8 @@ #include #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/byte_buffer_proto_helper.h" namespace grpc { diff --git a/test/cpp/end2end/grpc_authz_end2end_test.cc b/test/cpp/end2end/grpc_authz_end2end_test.cc index 4b05d2c5e60..0d3473c76fa 100644 --- a/test/cpp/end2end/grpc_authz_end2end_test.cc +++ b/test/cpp/end2end/grpc_authz_end2end_test.cc @@ -31,10 +31,10 @@ #include "src/cpp/client/secure_credentials.h" #include "src/cpp/server/secure_server_credentials.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/audit_logging_utils.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/audit_logging_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/cpp/end2end/test_service_impl.h" namespace grpc { diff --git a/test/cpp/end2end/grpclb_end2end_test.cc b/test/cpp/end2end/grpclb_end2end_test.cc index bfad3551a83..fa3f9936a99 100644 --- a/test/cpp/end2end/grpclb_end2end_test.cc +++ b/test/cpp/end2end/grpclb_end2end_test.cc @@ -63,9 +63,9 @@ #include "src/cpp/server/secure_server_credentials.h" #include "src/proto/grpc/lb/v1/load_balancer.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/counted_service.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/credentials.h" diff --git a/test/cpp/end2end/health_service_end2end_test.cc b/test/cpp/end2end/health_service_end2end_test.cc index 119eddaedab..002fa26218b 100644 --- a/test/cpp/end2end/health_service_end2end_test.cc +++ b/test/cpp/end2end/health_service_end2end_test.cc @@ -38,8 +38,8 @@ #include "src/proto/grpc/health/v1/health.grpc.pb.h" #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_health_check_service_impl.h" #include "test/cpp/end2end/test_service_impl.h" diff --git a/test/cpp/end2end/hybrid_end2end_test.cc b/test/cpp/end2end/hybrid_end2end_test.cc index d1567786feb..bb8b07da8ef 100644 --- a/test/cpp/end2end/hybrid_end2end_test.cc +++ b/test/cpp/end2end/hybrid_end2end_test.cc @@ -36,8 +36,8 @@ #include "src/core/lib/iomgr/iomgr.h" #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/byte_buffer_proto_helper.h" diff --git a/test/cpp/end2end/interceptors_util.cc b/test/cpp/end2end/interceptors_util.cc index f2c9d65c9d9..f14ef471b6a 100644 --- a/test/cpp/end2end/interceptors_util.cc +++ b/test/cpp/end2end/interceptors_util.cc @@ -21,7 +21,7 @@ #include "absl/log/check.h" #include "absl/memory/memory.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/end2end/message_allocator_end2end_test.cc b/test/cpp/end2end/message_allocator_end2end_test.cc index dac562b7532..1ef6e8d4481 100644 --- a/test/cpp/end2end/message_allocator_end2end_test.cc +++ b/test/cpp/end2end/message_allocator_end2end_test.cc @@ -42,8 +42,8 @@ #include "src/core/lib/iomgr/iomgr.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/test_credentials_provider.h" namespace grpc { diff --git a/test/cpp/end2end/mock_test.cc b/test/cpp/end2end/mock_test.cc index c3819918392..512fe8dcbf1 100644 --- a/test/cpp/end2end/mock_test.cc +++ b/test/cpp/end2end/mock_test.cc @@ -40,8 +40,8 @@ #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" #include "src/proto/grpc/testing/echo_mock.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" using std::vector; using ::testing::_; diff --git a/test/cpp/end2end/nonblocking_test.cc b/test/cpp/end2end/nonblocking_test.cc index 79c79463618..465766afa0a 100644 --- a/test/cpp/end2end/nonblocking_test.cc +++ b/test/cpp/end2end/nonblocking_test.cc @@ -30,8 +30,8 @@ #include "src/core/lib/iomgr/port.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #ifdef GRPC_POSIX_SOCKET #include "src/core/lib/iomgr/ev_posix.h" diff --git a/test/cpp/end2end/orca_service_end2end_test.cc b/test/cpp/end2end/orca_service_end2end_test.cc index 3606c259918..691a3a3448f 100644 --- a/test/cpp/end2end/orca_service_end2end_test.cc +++ b/test/cpp/end2end/orca_service_end2end_test.cc @@ -34,8 +34,8 @@ #include "src/core/lib/gprpp/time.h" #include "src/proto/grpc/testing/xds/v3/orca_service.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/orca_service.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" using xds::data::orca::v3::OrcaLoadReport; using xds::service::orca::v3::OpenRcaService; diff --git a/test/cpp/end2end/port_sharing_end2end_test.cc b/test/cpp/end2end/port_sharing_end2end_test.cc index 1de11fb2baf..cf6f6f9fdef 100644 --- a/test/cpp/end2end/port_sharing_end2end_test.cc +++ b/test/cpp/end2end/port_sharing_end2end_test.cc @@ -45,9 +45,9 @@ #include "src/core/lib/iomgr/tcp_server.h" #include "src/core/lib/security/credentials/credentials.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/test_tcp_server.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/test_tcp_server.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/end2end/proto_server_reflection_test.cc b/test/cpp/end2end/proto_server_reflection_test.cc index 17b3913b367..478c3c80193 100644 --- a/test/cpp/end2end/proto_server_reflection_test.cc +++ b/test/cpp/end2end/proto_server_reflection_test.cc @@ -38,8 +38,8 @@ #include "src/proto/grpc/reflection/v1alpha/reflection.grpc.pb.h" #include "src/proto/grpc/reflection/v1alpha/reflection.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/proto_reflection_descriptor_database.h" namespace grpc { diff --git a/test/cpp/end2end/raw_end2end_test.cc b/test/cpp/end2end/raw_end2end_test.cc index 0e76355d80e..8c304bc4a08 100644 --- a/test/cpp/end2end/raw_end2end_test.cc +++ b/test/cpp/end2end/raw_end2end_test.cc @@ -40,8 +40,8 @@ #include "src/core/lib/iomgr/port.h" #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/byte_buffer_proto_helper.h" #include "test/cpp/util/string_ref_helper.h" diff --git a/test/cpp/end2end/resource_quota_end2end_stress_test.cc b/test/cpp/end2end/resource_quota_end2end_stress_test.cc index 25231e5e9ce..2ba4ea9c9a0 100644 --- a/test/cpp/end2end/resource_quota_end2end_stress_test.cc +++ b/test/cpp/end2end/resource_quota_end2end_stress_test.cc @@ -36,8 +36,8 @@ #include "src/core/lib/security/credentials/fake/fake_credentials.h" #include "src/cpp/server/secure_server_credentials.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/credentials.h" // IWYU pragma: no_include diff --git a/test/cpp/end2end/rls_end2end_test.cc b/test/cpp/end2end/rls_end2end_test.cc index 6f52a802f8c..5eb5e41ac3e 100644 --- a/test/cpp/end2end/rls_end2end_test.cc +++ b/test/cpp/end2end/rls_end2end_test.cc @@ -58,11 +58,11 @@ #include "src/proto/grpc/lookup/v1/rls.grpc.pb.h" #include "src/proto/grpc/lookup/v1/rls.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/fake_stats_plugin.h" -#include "test/core/util/port.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/test_config.h" -#include "test/core/util/test_lb_policies.h" +#include "test/core/test_util/fake_stats_plugin.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/test_lb_policies.h" #include "test/cpp/end2end/counted_service.h" #include "test/cpp/end2end/rls_server.h" #include "test/cpp/end2end/test_service_impl.h" diff --git a/test/cpp/end2end/rls_server.cc b/test/cpp/end2end/rls_server.cc index c5053792cc4..98928bedc8c 100644 --- a/test/cpp/end2end/rls_server.cc +++ b/test/cpp/end2end/rls_server.cc @@ -20,7 +20,7 @@ #include "src/proto/grpc/lookup/v1/rls.grpc.pb.h" #include "src/proto/grpc/lookup/v1/rls.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using ::grpc::lookup::v1::RouteLookupRequest; using ::grpc::lookup::v1::RouteLookupResponse; diff --git a/test/cpp/end2end/server_builder_plugin_test.cc b/test/cpp/end2end/server_builder_plugin_test.cc index 0c1f7650955..488e4bbaa58 100644 --- a/test/cpp/end2end/server_builder_plugin_test.cc +++ b/test/cpp/end2end/server_builder_plugin_test.cc @@ -36,8 +36,8 @@ #include #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #define PLUGIN_NAME "TestServerBuilderPlugin" diff --git a/test/cpp/end2end/server_crash_test.cc b/test/cpp/end2end/server_crash_test.cc index a42f2168967..a2cbe5b836a 100644 --- a/test/cpp/end2end/server_crash_test.cc +++ b/test/cpp/end2end/server_crash_test.cc @@ -34,8 +34,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/subprocess.h" using grpc::testing::EchoRequest; diff --git a/test/cpp/end2end/server_early_return_test.cc b/test/cpp/end2end/server_early_return_test.cc index 37be9e68855..010b9d480af 100644 --- a/test/cpp/end2end/server_early_return_test.cc +++ b/test/cpp/end2end/server_early_return_test.cc @@ -33,8 +33,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/string_ref_helper.h" namespace grpc { diff --git a/test/cpp/end2end/server_interceptors_end2end_test.cc b/test/cpp/end2end/server_interceptors_end2end_test.cc index 774ba31a82e..29897726e5e 100644 --- a/test/cpp/end2end/server_interceptors_end2end_test.cc +++ b/test/cpp/end2end/server_interceptors_end2end_test.cc @@ -35,8 +35,8 @@ #include #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/interceptors_util.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/byte_buffer_proto_helper.h" diff --git a/test/cpp/end2end/server_load_reporting_end2end_test.cc b/test/cpp/end2end/server_load_reporting_end2end_test.cc index e717129c627..acdafe31f5c 100644 --- a/test/cpp/end2end/server_load_reporting_end2end_test.cc +++ b/test/cpp/end2end/server_load_reporting_end2end_test.cc @@ -34,8 +34,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/proto/grpc/lb/v1/load_reporter.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/end2end/service_config_end2end_test.cc b/test/cpp/end2end/service_config_end2end_test.cc index 2f75c77ec7a..5efb0cd285b 100644 --- a/test/cpp/end2end/service_config_end2end_test.cc +++ b/test/cpp/end2end/service_config_end2end_test.cc @@ -62,9 +62,9 @@ #include "src/core/service_config/service_config_impl.h" #include "src/cpp/server/secure_server_credentials.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/credentials.h" diff --git a/test/cpp/end2end/shutdown_test.cc b/test/cpp/end2end/shutdown_test.cc index 3a146242b8b..56cc55e72da 100644 --- a/test/cpp/end2end/shutdown_test.cc +++ b/test/cpp/end2end/shutdown_test.cc @@ -35,8 +35,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/env.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/test_credentials_provider.h" namespace grpc { diff --git a/test/cpp/end2end/ssl_credentials_test.cc b/test/cpp/end2end/ssl_credentials_test.cc index 82cba482ca0..de505e4b67e 100644 --- a/test/cpp/end2end/ssl_credentials_test.cc +++ b/test/cpp/end2end/ssl_credentials_test.cc @@ -30,9 +30,9 @@ #include #include -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/cpp/end2end/test_service_impl.h" namespace grpc { diff --git a/test/cpp/end2end/streaming_throughput_test.cc b/test/cpp/end2end/streaming_throughput_test.cc index 6b5d2dadb63..33fd20ae0a3 100644 --- a/test/cpp/end2end/streaming_throughput_test.cc +++ b/test/cpp/end2end/streaming_throughput_test.cc @@ -39,8 +39,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" using grpc::testing::EchoRequest; using grpc::testing::EchoResponse; diff --git a/test/cpp/end2end/test_service_impl.h b/test/cpp/end2end/test_service_impl.h index a9e138b7467..3fae2456987 100644 --- a/test/cpp/end2end/test_service_impl.h +++ b/test/cpp/end2end/test_service_impl.h @@ -37,7 +37,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/string_ref_helper.h" namespace grpc { diff --git a/test/cpp/end2end/thread_stress_test.cc b/test/cpp/end2end/thread_stress_test.cc index a3ef918bdaf..0c4b51610f4 100644 --- a/test/cpp/end2end/thread_stress_test.cc +++ b/test/cpp/end2end/thread_stress_test.cc @@ -37,8 +37,8 @@ #include "src/core/lib/surface/api_trace.h" #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" const int kNumThreads = 10; // Number of threads const int kNumAsyncSendThreads = 2; diff --git a/test/cpp/end2end/time_change_test.cc b/test/cpp/end2end/time_change_test.cc index 17f7baec053..af74f8bdd50 100644 --- a/test/cpp/end2end/time_change_test.cc +++ b/test/cpp/end2end/time_change_test.cc @@ -38,8 +38,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/iomgr/timer.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/subprocess.h" diff --git a/test/cpp/end2end/tls_credentials_test.cc b/test/cpp/end2end/tls_credentials_test.cc index 7687ec41dd8..75a3981b8b1 100644 --- a/test/cpp/end2end/tls_credentials_test.cc +++ b/test/cpp/end2end/tls_credentials_test.cc @@ -31,9 +31,9 @@ #include #include -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/cpp/end2end/test_service_impl.h" namespace grpc { diff --git a/test/cpp/end2end/tls_key_export_test.cc b/test/cpp/end2end/tls_key_export_test.cc index 261f7969784..09cbed9171b 100644 --- a/test/cpp/end2end/tls_key_export_test.cc +++ b/test/cpp/end2end/tls_key_export_test.cc @@ -34,9 +34,9 @@ #include "src/core/lib/gpr/tmpfile.h" #include "src/cpp/client/secure_credentials.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" extern "C" { #include diff --git a/test/cpp/end2end/xds/BUILD b/test/cpp/end2end/xds/BUILD index d728ade1c4a..5dd690f6a7b 100644 --- a/test/cpp/end2end/xds/BUILD +++ b/test/cpp/end2end/xds/BUILD @@ -38,7 +38,7 @@ grpc_cc_library( "//src/proto/grpc/testing/xds/v3:listener_proto", "//src/proto/grpc/testing/xds/v3:lrs_proto", "//src/proto/grpc/testing/xds/v3:route_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:counted_service", ], ) @@ -57,7 +57,7 @@ grpc_cc_library( "//src/proto/grpc/testing/xds/v3:listener_proto", "//src/proto/grpc/testing/xds/v3:route_proto", "//src/proto/grpc/testing/xds/v3:router_proto", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -90,7 +90,7 @@ grpc_cc_library( "//src/proto/grpc/testing/xds/v3:lrs_proto", "//src/proto/grpc/testing/xds/v3:route_proto", "//src/proto/grpc/testing/xds/v3:router_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:counted_service", "//test/cpp/end2end:test_service_impl", "//test/cpp/util:tls_test_utils", @@ -145,9 +145,9 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:router_proto", "//src/proto/grpc/testing/xds/v3:tls_proto", "//src/proto/grpc/testing/xds/v3:typed_struct_proto", - "//test/core/util:audit_logging_utils", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:audit_logging_utils", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", "//test/cpp/util:test_config", "//test/cpp/util:test_util", "//test/cpp/util:tls_test_utils", @@ -174,9 +174,9 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", "//test/cpp/end2end:connection_attempt_injector", ], ) @@ -203,8 +203,8 @@ grpc_cc_test( "//:grpc++", "//:grpc_resolver_fake", "//src/proto/grpc/testing/xds/v3:aggregate_cluster_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", "//test/cpp/end2end:connection_attempt_injector", ], ) @@ -229,9 +229,9 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", ], ) @@ -258,7 +258,7 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:endpoint_proto", "//src/proto/grpc/testing/xds/v3:listener_proto", "//src/proto/grpc/testing/xds/v3:route_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -286,7 +286,7 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:fault_proto", "//src/proto/grpc/testing/xds/v3:http_connection_manager_proto", "//src/proto/grpc/testing/xds/v3:router_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -312,7 +312,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing/xds/v3:fault_proto", "//src/proto/grpc/testing/xds/v3:router_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -337,9 +337,9 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:client_side_weighted_round_robin_proto", "//src/proto/grpc/testing/xds/v3:cluster_proto", "//src/proto/grpc/testing/xds/v3:wrr_locality_proto", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", ], ) @@ -370,7 +370,7 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:endpoint_proto", "//src/proto/grpc/testing/xds/v3:listener_proto", "//src/proto/grpc/testing/xds/v3:route_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:connection_attempt_injector", ], ) @@ -395,8 +395,8 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/lookup/v1:rls_config_proto", "//src/proto/grpc/lookup/v1:rls_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", "//test/cpp/end2end:rls_server", ], ) @@ -423,7 +423,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing/xds/v3:fault_proto", "//src/proto/grpc/testing/xds/v3:router_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -443,7 +443,7 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:test_service_impl", "//test/cpp/util:test_util", ], @@ -469,8 +469,8 @@ grpc_cc_test( "//:grpc++", "//src/proto/grpc/testing/xds/v3:stateful_session_cookie_proto", "//src/proto/grpc/testing/xds/v3:stateful_session_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", ], ) @@ -495,8 +495,8 @@ grpc_cc_test( "//src/proto/grpc/testing/xds/v3:aggregate_cluster_proto", "//src/proto/grpc/testing/xds/v3:pick_first_proto", "//src/proto/grpc/testing/xds/v3:router_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:scoped_env_var", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:scoped_env_var", "//test/cpp/end2end:connection_attempt_injector", ], ) @@ -518,6 +518,6 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:scoped_env_var", + "//test/core/test_util:scoped_env_var", ], ) diff --git a/test/cpp/end2end/xds/xds_cluster_end2end_test.cc b/test/cpp/end2end/xds/xds_cluster_end2end_test.cc index d52e767053b..07f3fdaf7e3 100644 --- a/test/cpp/end2end/xds/xds_cluster_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_cluster_end2end_test.cc @@ -29,8 +29,8 @@ #include "src/core/lib/config/config_vars.h" #include "src/core/lib/surface/call.h" #include "src/proto/grpc/testing/xds/v3/orca_load_report.pb.h" -#include "test/core/util/fake_stats_plugin.h" -#include "test/core/util/scoped_env_var.h" +#include "test/core/test_util/fake_stats_plugin.h" +#include "test/core/test_util/scoped_env_var.h" #include "test/cpp/end2end/connection_attempt_injector.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" diff --git a/test/cpp/end2end/xds/xds_cluster_type_end2end_test.cc b/test/cpp/end2end/xds/xds_cluster_type_end2end_test.cc index 096f3f6fc48..45dced809bc 100644 --- a/test/cpp/end2end/xds/xds_cluster_type_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_cluster_type_end2end_test.cc @@ -32,8 +32,8 @@ #include "src/core/resolver/endpoint_addresses.h" #include "src/core/resolver/fake/fake_resolver.h" #include "src/proto/grpc/testing/xds/v3/aggregate_cluster.grpc.pb.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/scoped_env_var.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/scoped_env_var.h" #include "test/cpp/end2end/connection_attempt_injector.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" diff --git a/test/cpp/end2end/xds/xds_core_end2end_test.cc b/test/cpp/end2end/xds/xds_core_end2end_test.cc index b0e332d3805..fd9cc6cac2d 100644 --- a/test/cpp/end2end/xds/xds_core_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_core_end2end_test.cc @@ -27,9 +27,9 @@ #include "src/core/client_channel/backup_poller.h" #include "src/core/lib/config/config_vars.h" #include "src/proto/grpc/testing/xds/v3/listener.pb.h" -#include "test/core/util/fake_stats_plugin.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/scoped_env_var.h" +#include "test/core/test_util/fake_stats_plugin.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/scoped_env_var.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" #include "test/cpp/end2end/xds/xds_server.h" diff --git a/test/cpp/end2end/xds/xds_credentials_end2end_test.cc b/test/cpp/end2end/xds/xds_credentials_end2end_test.cc index 364821410cf..10e4f5cf80c 100644 --- a/test/cpp/end2end/xds/xds_credentials_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_credentials_end2end_test.cc @@ -22,8 +22,8 @@ #include #include -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/end2end/xds/xds_csds_end2end_test.cc b/test/cpp/end2end/xds/xds_csds_end2end_test.cc index fb7cfd0cc06..897fd298148 100644 --- a/test/cpp/end2end/xds/xds_csds_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_csds_end2end_test.cc @@ -34,8 +34,8 @@ #include "src/proto/grpc/testing/xds/v3/http_connection_manager.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/listener.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/route.grpc.pb.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" #include "test/cpp/util/credentials.h" diff --git a/test/cpp/end2end/xds/xds_end2end_test.cc b/test/cpp/end2end/xds/xds_end2end_test.cc index e09ae3e165e..876b68382f4 100644 --- a/test/cpp/end2end/xds/xds_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_end2end_test.cc @@ -102,12 +102,12 @@ #include "src/proto/grpc/testing/xds/v3/router.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/tls.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/typed_struct.pb.h" -#include "test/core/util/audit_logging_utils.h" -#include "test/core/util/port.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/scoped_env_var.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/audit_logging_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/scoped_env_var.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" #include "test/cpp/util/test_config.h" #include "test/cpp/util/tls_test_utils.h" diff --git a/test/cpp/end2end/xds/xds_end2end_test_lib.cc b/test/cpp/end2end/xds/xds_end2end_test_lib.cc index 5b3bda170da..a1fb9720a1b 100644 --- a/test/cpp/end2end/xds/xds_end2end_test_lib.cc +++ b/test/cpp/end2end/xds/xds_end2end_test_lib.cc @@ -43,8 +43,8 @@ #include "src/core/lib/gprpp/env.h" #include "src/core/lib/surface/server.h" #include "src/proto/grpc/testing/xds/v3/router.grpc.pb.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/tls_utils.h" #include "test/cpp/util/credentials.h" #include "test/cpp/util/tls_test_utils.h" diff --git a/test/cpp/end2end/xds/xds_end2end_test_lib.h b/test/cpp/end2end/xds/xds_end2end_test_lib.h index d0e2f55fd9c..af68e2b1c60 100644 --- a/test/cpp/end2end/xds/xds_end2end_test_lib.h +++ b/test/cpp/end2end/xds/xds_end2end_test_lib.h @@ -47,7 +47,7 @@ #include "src/proto/grpc/testing/xds/v3/http_filter_rbac.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/orca_load_report.pb.h" #include "src/proto/grpc/testing/xds/v3/rbac.pb.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" #include "test/cpp/end2end/counted_service.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/end2end/xds/xds_server.h" diff --git a/test/cpp/end2end/xds/xds_fallback_end2end_test.cc b/test/cpp/end2end/xds/xds_fallback_end2end_test.cc index 9f933f3804f..abe68ba641d 100644 --- a/test/cpp/end2end/xds/xds_fallback_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_fallback_end2end_test.cc @@ -40,9 +40,9 @@ #include "src/proto/grpc/testing/xds/v3/http_connection_manager.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/listener.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/route.grpc.pb.h" -#include "test/core/util/resolve_localhost_ip46.h" -#include "test/core/util/scoped_env_var.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/resolve_localhost_ip46.h" +#include "test/core/test_util/scoped_env_var.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" #include "test/cpp/end2end/xds/xds_utils.h" diff --git a/test/cpp/end2end/xds/xds_fault_injection_end2end_test.cc b/test/cpp/end2end/xds/xds_fault_injection_end2end_test.cc index 82cd3070ee9..35653fd8748 100644 --- a/test/cpp/end2end/xds/xds_fault_injection_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_fault_injection_end2end_test.cc @@ -25,7 +25,7 @@ #include "src/proto/grpc/testing/xds/v3/fault.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/http_connection_manager.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/router.grpc.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" namespace grpc { diff --git a/test/cpp/end2end/xds/xds_outlier_detection_end2end_test.cc b/test/cpp/end2end/xds/xds_outlier_detection_end2end_test.cc index 1e8b08db9a3..99c5b38ded1 100644 --- a/test/cpp/end2end/xds/xds_outlier_detection_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_outlier_detection_end2end_test.cc @@ -28,7 +28,7 @@ #include "src/proto/grpc/testing/xds/v3/fault.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/outlier_detection.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/router.grpc.pb.h" -#include "test/core/util/resolve_localhost_ip46.h" +#include "test/core/test_util/resolve_localhost_ip46.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" namespace grpc { diff --git a/test/cpp/end2end/xds/xds_override_host_end2end_test.cc b/test/cpp/end2end/xds/xds_override_host_end2end_test.cc index fbd3793b206..4e8bce1cdc5 100644 --- a/test/cpp/end2end/xds/xds_override_host_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_override_host_end2end_test.cc @@ -26,7 +26,7 @@ #include "src/core/lib/gprpp/time.h" #include "src/proto/grpc/testing/xds/v3/stateful_session.pb.h" #include "src/proto/grpc/testing/xds/v3/stateful_session_cookie.pb.h" -#include "test/core/util/scoped_env_var.h" +#include "test/core/test_util/scoped_env_var.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" namespace grpc { diff --git a/test/cpp/end2end/xds/xds_pick_first_end2end_test.cc b/test/cpp/end2end/xds/xds_pick_first_end2end_test.cc index bec9a6f475b..c637f637552 100644 --- a/test/cpp/end2end/xds/xds_pick_first_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_pick_first_end2end_test.cc @@ -37,7 +37,7 @@ #include "src/core/resolver/fake/fake_resolver.h" #include "src/proto/grpc/testing/xds/v3/cluster.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/pick_first.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/connection_attempt_injector.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" diff --git a/test/cpp/end2end/xds/xds_ring_hash_end2end_test.cc b/test/cpp/end2end/xds/xds_ring_hash_end2end_test.cc index d8401484061..84dc4865661 100644 --- a/test/cpp/end2end/xds/xds_ring_hash_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_ring_hash_end2end_test.cc @@ -33,7 +33,7 @@ #include "src/core/resolver/fake/fake_resolver.h" #include "src/proto/grpc/testing/xds/v3/aggregate_cluster.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/cluster.grpc.pb.h" -#include "test/core/util/resolve_localhost_ip46.h" +#include "test/core/test_util/resolve_localhost_ip46.h" #include "test/cpp/end2end/connection_attempt_injector.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" diff --git a/test/cpp/end2end/xds/xds_rls_end2end_test.cc b/test/cpp/end2end/xds/xds_rls_end2end_test.cc index 4b9725d5e15..4e18874b7e8 100644 --- a/test/cpp/end2end/xds/xds_rls_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_rls_end2end_test.cc @@ -27,7 +27,7 @@ #include "src/proto/grpc/lookup/v1/rls.grpc.pb.h" #include "src/proto/grpc/lookup/v1/rls.pb.h" #include "src/proto/grpc/lookup/v1/rls_config.pb.h" -#include "test/core/util/scoped_env_var.h" +#include "test/core/test_util/scoped_env_var.h" #include "test/cpp/end2end/rls_server.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" diff --git a/test/cpp/end2end/xds/xds_server.h b/test/cpp/end2end/xds/xds_server.h index 2f93e87a6d0..1fa7d0cf3dd 100644 --- a/test/cpp/end2end/xds/xds_server.h +++ b/test/cpp/end2end/xds/xds_server.h @@ -40,7 +40,7 @@ #include "src/proto/grpc/testing/xds/v3/listener.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/lrs.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/route.grpc.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/counted_service.h" namespace grpc { diff --git a/test/cpp/end2end/xds/xds_utils.cc b/test/cpp/end2end/xds/xds_utils.cc index bb49a737c74..459e909cead 100644 --- a/test/cpp/end2end/xds/xds_utils.cc +++ b/test/cpp/end2end/xds/xds_utils.cc @@ -41,7 +41,7 @@ #include "src/core/lib/surface/server.h" #include "src/cpp/client/secure_credentials.h" #include "src/proto/grpc/testing/xds/v3/router.grpc.pb.h" -#include "test/core/util/resolve_localhost_ip46.h" +#include "test/core/test_util/resolve_localhost_ip46.h" namespace grpc { namespace testing { diff --git a/test/cpp/end2end/xds/xds_wrr_end2end_test.cc b/test/cpp/end2end/xds/xds_wrr_end2end_test.cc index 88f7513b532..97c5b6ab9a1 100644 --- a/test/cpp/end2end/xds/xds_wrr_end2end_test.cc +++ b/test/cpp/end2end/xds/xds_wrr_end2end_test.cc @@ -29,8 +29,8 @@ #include "src/core/lib/config/config_vars.h" #include "src/proto/grpc/testing/xds/v3/client_side_weighted_round_robin.grpc.pb.h" #include "src/proto/grpc/testing/xds/v3/wrr_locality.grpc.pb.h" -#include "test/core/util/fake_stats_plugin.h" -#include "test/core/util/scoped_env_var.h" +#include "test/core/test_util/fake_stats_plugin.h" +#include "test/core/test_util/scoped_env_var.h" #include "test/cpp/end2end/xds/xds_end2end_test_lib.h" namespace grpc { diff --git a/test/cpp/ext/BUILD b/test/cpp/ext/BUILD index ecdba7d8f7e..27945a6696e 100644 --- a/test/cpp/ext/BUILD +++ b/test/cpp/ext/BUILD @@ -34,6 +34,6 @@ grpc_cc_test( deps = [ "//:grpc++", "//:grpcpp_chaotic_good", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/cpp/ext/chaotic_good_test.cc b/test/cpp/ext/chaotic_good_test.cc index 71e49a5a71c..d77a3b98d55 100644 --- a/test/cpp/ext/chaotic_good_test.cc +++ b/test/cpp/ext/chaotic_good_test.cc @@ -18,7 +18,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/ext/csm/BUILD b/test/cpp/ext/csm/BUILD index 3d505e093b8..d8272519b0f 100644 --- a/test/cpp/ext/csm/BUILD +++ b/test/cpp/ext/csm/BUILD @@ -40,7 +40,7 @@ grpc_cc_test( "//:grpcpp_otel_plugin", "//src/cpp/ext/csm:csm_observability", "//src/cpp/ext/otel:otel_plugin", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -60,7 +60,7 @@ grpc_cc_test( deps = [ "//:grpc++", "//src/cpp/ext/csm:csm_observability", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/ext/otel:otel_test_library", ], ) @@ -77,6 +77,6 @@ grpc_cc_test( deps = [ "//:grpc++", "//src/cpp/ext/csm:csm_observability", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/cpp/ext/csm/csm_observability_test.cc b/test/cpp/ext/csm/csm_observability_test.cc index da2b5a8dad7..0b705ac15f4 100644 --- a/test/cpp/ext/csm/csm_observability_test.cc +++ b/test/cpp/ext/csm/csm_observability_test.cc @@ -25,7 +25,7 @@ #include #include "src/core/ext/xds/xds_enabled_server.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/ext/csm/mesh_id_test.cc b/test/cpp/ext/csm/mesh_id_test.cc index a867c96bda8..437d57c52e6 100644 --- a/test/cpp/ext/csm/mesh_id_test.cc +++ b/test/cpp/ext/csm/mesh_id_test.cc @@ -23,7 +23,7 @@ #include "src/core/lib/gpr/tmpfile.h" #include "src/core/lib/gprpp/env.h" #include "src/cpp/ext/csm/metadata_exchange.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/ext/csm/metadata_exchange_test.cc b/test/cpp/ext/csm/metadata_exchange_test.cc index 4d6c1f271ec..b30327a4149 100644 --- a/test/cpp/ext/csm/metadata_exchange_test.cc +++ b/test/cpp/ext/csm/metadata_exchange_test.cc @@ -35,7 +35,7 @@ #include "src/core/lib/gprpp/env.h" #include "src/cpp/ext/csm/csm_observability.h" #include "src/cpp/ext/otel/otel_plugin.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/ext/otel/otel_test_library.h" diff --git a/test/cpp/ext/filters/census/BUILD b/test/cpp/ext/filters/census/BUILD index 5d68c00539e..1be8dfe81e8 100644 --- a/test/cpp/ext/filters/census/BUILD +++ b/test/cpp/ext/filters/census/BUILD @@ -37,8 +37,8 @@ grpc_cc_library( "//:grpc++", "//:grpc_opencensus_plugin", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:test_lb_policies", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:test_lb_policies", "//test/cpp/end2end:test_service_impl", "//test/cpp/util:test_config", "//test/cpp/util:test_util", @@ -68,7 +68,7 @@ grpc_cc_test( "//:grpc++", "//:grpc_opencensus_plugin", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -97,7 +97,7 @@ grpc_cc_test( "//:grpc++", "//:grpc_opencensus_plugin", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], diff --git a/test/cpp/ext/filters/census/constant_labels_test.cc b/test/cpp/ext/filters/census/constant_labels_test.cc index 5cf0a26c023..0f7c6128814 100644 --- a/test/cpp/ext/filters/census/constant_labels_test.cc +++ b/test/cpp/ext/filters/census/constant_labels_test.cc @@ -33,7 +33,7 @@ #include "src/cpp/ext/filters/census/context.h" #include "src/cpp/ext/filters/census/grpc_plugin.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/ext/filters/census/library.h" namespace grpc { diff --git a/test/cpp/ext/filters/census/library.h b/test/cpp/ext/filters/census/library.h index a9963346740..243dd968f64 100644 --- a/test/cpp/ext/filters/census/library.h +++ b/test/cpp/ext/filters/census/library.h @@ -36,7 +36,7 @@ #include "src/cpp/ext/filters/census/client_filter.h" #include "src/cpp/ext/filters/census/context.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/test_lb_policies.h" +#include "test/core/test_util/test_lb_policies.h" #include "test/cpp/end2end/test_service_impl.h" namespace opencensus { diff --git a/test/cpp/ext/filters/census/stats_plugin_end2end_test.cc b/test/cpp/ext/filters/census/stats_plugin_end2end_test.cc index f7e1ffa45bc..a700810a3ea 100644 --- a/test/cpp/ext/filters/census/stats_plugin_end2end_test.cc +++ b/test/cpp/ext/filters/census/stats_plugin_end2end_test.cc @@ -37,7 +37,7 @@ #include "src/cpp/ext/filters/census/grpc_plugin.h" #include "src/cpp/ext/filters/census/open_census_call_tracer.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/ext/filters/census/library.h" namespace grpc { diff --git a/test/cpp/ext/filters/logging/BUILD b/test/cpp/ext/filters/logging/BUILD index 6ca2bb89616..11a90473b8f 100644 --- a/test/cpp/ext/filters/logging/BUILD +++ b/test/cpp/ext/filters/logging/BUILD @@ -34,7 +34,7 @@ grpc_cc_library( "//src/core:logging_filter", "//src/cpp/ext/gcp:observability_logging_sink", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:test_service_impl", "//test/cpp/util:test_config", "//test/cpp/util:test_util", @@ -60,7 +60,7 @@ grpc_cc_test( "//src/core:logging_filter", "//src/cpp/ext/gcp:observability_logging_sink", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:test_service_impl", "//test/cpp/util:test_config", "//test/cpp/util:test_util", @@ -86,7 +86,7 @@ grpc_cc_test( "//src/core:logging_filter", "//src/cpp/ext/gcp:observability_logging_sink", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:test_service_impl", "//test/cpp/ext/filters/census:library", "//test/cpp/util:test_config", diff --git a/test/cpp/ext/filters/logging/library.h b/test/cpp/ext/filters/logging/library.h index dcfd7f5a4dc..f1339aa177a 100644 --- a/test/cpp/ext/filters/logging/library.h +++ b/test/cpp/ext/filters/logging/library.h @@ -38,8 +38,8 @@ #include "src/cpp/ext/gcp/observability_logging_sink.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" #include "src/proto/grpc/testing/echo_messages.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" namespace grpc { diff --git a/test/cpp/ext/filters/logging/logging_census_integration_test.cc b/test/cpp/ext/filters/logging/logging_census_integration_test.cc index 84bbbea8bde..baff506f59c 100644 --- a/test/cpp/ext/filters/logging/logging_census_integration_test.cc +++ b/test/cpp/ext/filters/logging/logging_census_integration_test.cc @@ -36,8 +36,8 @@ #include "src/cpp/ext/gcp/observability_logging_sink.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" #include "src/proto/grpc/testing/echo_messages.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/ext/filters/census/library.h" #include "test/cpp/ext/filters/logging/library.h" diff --git a/test/cpp/ext/filters/logging/logging_test.cc b/test/cpp/ext/filters/logging/logging_test.cc index fb4a8d07557..2e40e17efd8 100644 --- a/test/cpp/ext/filters/logging/logging_test.cc +++ b/test/cpp/ext/filters/logging/logging_test.cc @@ -33,8 +33,8 @@ #include "src/cpp/ext/gcp/observability_logging_sink.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" #include "src/proto/grpc/testing/echo_messages.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/ext/filters/logging/library.h" diff --git a/test/cpp/ext/gcp/BUILD b/test/cpp/ext/gcp/BUILD index e7e38f0c943..ceef34fe0df 100644 --- a/test/cpp/ext/gcp/BUILD +++ b/test/cpp/ext/gcp/BUILD @@ -80,7 +80,7 @@ grpc_cc_test( linkstatic = True, deps = [ "//src/cpp/ext/gcp:environment_autodetect", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], diff --git a/test/cpp/ext/gcp/environment_autodetect_test.cc b/test/cpp/ext/gcp/environment_autodetect_test.cc index 188b5638938..947f18838bd 100644 --- a/test/cpp/ext/gcp/environment_autodetect_test.cc +++ b/test/cpp/ext/gcp/environment_autodetect_test.cc @@ -31,7 +31,7 @@ #include "src/core/lib/gprpp/env.h" #include "src/core/lib/gprpp/notification.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/ext/gcp/observability_config_test.cc b/test/cpp/ext/gcp/observability_config_test.cc index 52f1c2f9a9d..73ffe386bff 100644 --- a/test/cpp/ext/gcp/observability_config_test.cc +++ b/test/cpp/ext/gcp/observability_config_test.cc @@ -25,7 +25,7 @@ #include "src/core/lib/gpr/tmpfile.h" #include "src/core/lib/gprpp/env.h" #include "src/core/lib/json/json_reader.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace internal { diff --git a/test/cpp/ext/gcp/observability_logging_sink_test.cc b/test/cpp/ext/gcp/observability_logging_sink_test.cc index 59a1b030d0e..e088e4d9c6d 100644 --- a/test/cpp/ext/gcp/observability_logging_sink_test.cc +++ b/test/cpp/ext/gcp/observability_logging_sink_test.cc @@ -23,7 +23,7 @@ #include "gtest/gtest.h" #include "src/core/lib/json/json_reader.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace internal { diff --git a/test/cpp/ext/gcp/observability_test.cc b/test/cpp/ext/gcp/observability_test.cc index 144c057b73f..93779f9da40 100644 --- a/test/cpp/ext/gcp/observability_test.cc +++ b/test/cpp/ext/gcp/observability_test.cc @@ -23,8 +23,8 @@ #include "src/core/lib/config/core_configuration.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" #include "src/proto/grpc/testing/echo_messages.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" namespace grpc { diff --git a/test/cpp/ext/otel/BUILD b/test/cpp/ext/otel/BUILD index 51f337834bc..d398ea69e88 100644 --- a/test/cpp/ext/otel/BUILD +++ b/test/cpp/ext/otel/BUILD @@ -41,8 +41,8 @@ grpc_cc_library( deps = [ "//:grpc++", "//src/cpp/ext/otel:otel_plugin", - "//test/core/util:fake_stats_plugin", - "//test/core/util:grpc_test_util", + "//test/core/test_util:fake_stats_plugin", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:test_service_impl", ], ) @@ -63,7 +63,7 @@ grpc_cc_test( ":otel_test_library", "//:grpc++", "//src/cpp/ext/otel:otel_plugin", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:test_service_impl", ], ) diff --git a/test/cpp/ext/otel/otel_plugin_test.cc b/test/cpp/ext/otel/otel_plugin_test.cc index 0fd5e811309..af24fcabcac 100644 --- a/test/cpp/ext/otel/otel_plugin_test.cc +++ b/test/cpp/ext/otel/otel_plugin_test.cc @@ -39,7 +39,7 @@ #include "src/core/lib/channel/call_tracer.h" #include "src/core/lib/config/core_configuration.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/ext/otel/otel_test_library.h" diff --git a/test/cpp/ext/otel/otel_test_library.cc b/test/cpp/ext/otel/otel_test_library.cc index 81ab0842128..1e9a946a85b 100644 --- a/test/cpp/ext/otel/otel_test_library.cc +++ b/test/cpp/ext/otel/otel_test_library.cc @@ -34,8 +34,8 @@ #include "src/core/lib/channel/promise_based_filter.h" #include "src/core/lib/config/core_configuration.h" #include "src/core/lib/gprpp/notification.h" -#include "test/core/util/fake_stats_plugin.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/fake_stats_plugin.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" #include "test/cpp/util/byte_buffer_proto_helper.h" diff --git a/test/cpp/ext/otel/otel_test_library.h b/test/cpp/ext/otel/otel_test_library.h index 49430eeac54..df02bdb9f6e 100644 --- a/test/cpp/ext/otel/otel_test_library.h +++ b/test/cpp/ext/otel/otel_test_library.h @@ -36,7 +36,7 @@ #include "src/core/lib/channel/call_tracer.h" #include "src/core/lib/config/core_configuration.h" #include "src/cpp/ext/otel/otel_plugin.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/end2end/test_service_impl.h" namespace grpc { diff --git a/test/cpp/grpclb/BUILD b/test/cpp/grpclb/BUILD index cf8c4b79c66..c3bac888cc4 100644 --- a/test/cpp/grpclb/BUILD +++ b/test/cpp/grpclb/BUILD @@ -33,7 +33,7 @@ grpc_cc_test( "//:grpc", "//:grpc++", "//src/proto/grpc/lb/v1:load_balancer_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) diff --git a/test/cpp/grpclb/grpclb_api_test.cc b/test/cpp/grpclb/grpclb_api_test.cc index 4a850c9fb0c..31298a2c9c2 100644 --- a/test/cpp/grpclb/grpclb_api_test.cc +++ b/test/cpp/grpclb/grpclb_api_test.cc @@ -29,7 +29,7 @@ #include "src/core/lib/iomgr/sockaddr.h" #include "src/core/load_balancing/grpclb/load_balancer_api.h" #include "src/proto/grpc/lb/v1/load_balancer.pb.h" // C++ version -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/interop/BUILD b/test/cpp/interop/BUILD index b09a70d8cf8..1915c957ad6 100644 --- a/test/cpp/interop/BUILD +++ b/test/cpp/interop/BUILD @@ -173,7 +173,7 @@ grpc_cc_binary( deps = [ ":client_helper_lib", "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -190,7 +190,7 @@ grpc_cc_binary( deps = [ ":interop_server_lib", "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -228,7 +228,7 @@ grpc_cc_binary( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -260,7 +260,7 @@ grpc_cc_library( "//src/proto/grpc/testing:empty_proto", "//src/proto/grpc/testing:messages_proto", "//src/proto/grpc/testing:test_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) @@ -295,7 +295,7 @@ grpc_cc_binary( "//src/proto/grpc/testing:empty_proto", "//src/proto/grpc/testing:messages_proto", "//src/proto/grpc/testing:test_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) @@ -337,7 +337,7 @@ grpc_cc_binary( ":xds_interop_server_lib", "//:grpc++", "//:grpcpp_csm_observability", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/end2end:test_health_check_service_impl", "//test/cpp/util:test_config", ], @@ -353,7 +353,7 @@ grpc_cc_test( ":xds_interop_server_lib", "//:grpc++", "//src/proto/grpc/testing:istio_echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) @@ -368,7 +368,7 @@ grpc_cc_test( ":xds_interop_server_lib", "//:grpc++", "//src/proto/grpc/testing:istio_echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) @@ -399,7 +399,7 @@ grpc_cc_binary( "//:grpc++_reflection", "//:grpcpp_admin", "//src/proto/grpc/testing:istio_echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) @@ -414,7 +414,7 @@ grpc_cc_test( ":istio_echo_server_lib", "//:grpc++", "//src/proto/grpc/testing:istio_echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) @@ -434,7 +434,7 @@ grpc_cc_binary( "//src/proto/grpc/testing:empty_proto", "//src/proto/grpc/testing:messages_proto", "//src/proto/grpc/testing:test_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -523,7 +523,7 @@ grpc_cc_binary( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -560,7 +560,7 @@ grpc_cc_test( "//:grpc++", "//:grpcpp_orca_service", "//src/proto/grpc/testing:test_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) diff --git a/test/cpp/interop/backend_metrics_lb_policy_test.cc b/test/cpp/interop/backend_metrics_lb_policy_test.cc index 39b52f2f123..56d5e9f6e96 100644 --- a/test/cpp/interop/backend_metrics_lb_policy_test.cc +++ b/test/cpp/interop/backend_metrics_lb_policy_test.cc @@ -34,8 +34,8 @@ #include "src/core/lib/gprpp/sync.h" #include "src/proto/grpc/testing/messages.pb.h" #include "src/proto/grpc/testing/test.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/interop/client.cc b/test/cpp/interop/client.cc index b9edd471ad9..866f4f67129 100644 --- a/test/cpp/interop/client.cc +++ b/test/cpp/interop/client.cc @@ -30,7 +30,7 @@ #include "src/core/lib/gpr/string.h" #include "src/core/lib/gprpp/crash.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/interop/client_helper.h" #include "test/cpp/interop/interop_client.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/interop/interop_client.cc b/test/cpp/interop/interop_client.cc index 1da6d3fef0f..6db13b25363 100644 --- a/test/cpp/interop/interop_client.cc +++ b/test/cpp/interop/interop_client.cc @@ -47,7 +47,7 @@ #include "src/proto/grpc/testing/empty.pb.h" #include "src/proto/grpc/testing/messages.pb.h" #include "src/proto/grpc/testing/test.grpc.pb.h" -#include "test/core/util/histogram.h" +#include "test/core/test_util/histogram.h" #include "test/cpp/interop/backend_metrics_lb_policy.h" #include "test/cpp/interop/client_helper.h" diff --git a/test/cpp/interop/interop_server_bootstrap.cc b/test/cpp/interop/interop_server_bootstrap.cc index 92ffb0e6aa9..8bead419554 100644 --- a/test/cpp/interop/interop_server_bootstrap.cc +++ b/test/cpp/interop/interop_server_bootstrap.cc @@ -18,7 +18,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/interop/server_helper.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/interop/interop_test.cc b/test/cpp/interop/interop_test.cc index e838e54224c..b1e9deaf78e 100644 --- a/test/cpp/interop/interop_test.cc +++ b/test/cpp/interop/interop_test.cc @@ -37,7 +37,7 @@ #include "src/core/lib/gpr/string.h" #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/iomgr/socket_utils_posix.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" #include "test/cpp/util/test_config.h" ABSL_FLAG(std::vector, extra_client_flags, {}, diff --git a/test/cpp/interop/istio_echo_server.cc b/test/cpp/interop/istio_echo_server.cc index 3987b76da2c..78175fdda9b 100644 --- a/test/cpp/interop/istio_echo_server.cc +++ b/test/cpp/interop/istio_echo_server.cc @@ -48,7 +48,7 @@ #include "src/core/lib/gprpp/host_port.h" #include "src/core/lib/iomgr/gethostname.h" #include "src/proto/grpc/testing/istio_echo.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/interop/istio_echo_server_lib.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/interop/istio_echo_server_test.cc b/test/cpp/interop/istio_echo_server_test.cc index 0499ee48463..8f1e39c2c3c 100644 --- a/test/cpp/interop/istio_echo_server_test.cc +++ b/test/cpp/interop/istio_echo_server_test.cc @@ -29,8 +29,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/host_port.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/interop/istio_echo_server_lib.h" namespace grpc { diff --git a/test/cpp/interop/observability_client.cc b/test/cpp/interop/observability_client.cc index 72822c4a61a..0fe08d242dc 100644 --- a/test/cpp/interop/observability_client.cc +++ b/test/cpp/interop/observability_client.cc @@ -34,7 +34,7 @@ #include "src/core/lib/gpr/string.h" #include "src/core/lib/gprpp/crash.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/interop/client_helper.h" #include "test/cpp/interop/interop_client.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/interop/observability_interop_server_bootstrap.cc b/test/cpp/interop/observability_interop_server_bootstrap.cc index cf98d4f1232..65287fb0d62 100644 --- a/test/cpp/interop/observability_interop_server_bootstrap.cc +++ b/test/cpp/interop/observability_interop_server_bootstrap.cc @@ -22,7 +22,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/interop/server_helper.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/interop/pre_stop_hook_server_test.cc b/test/cpp/interop/pre_stop_hook_server_test.cc index 9285f23a244..d3dfdbf1aa7 100644 --- a/test/cpp/interop/pre_stop_hook_server_test.cc +++ b/test/cpp/interop/pre_stop_hook_server_test.cc @@ -31,8 +31,8 @@ #include "src/proto/grpc/testing/empty.pb.h" #include "src/proto/grpc/testing/messages.pb.h" #include "src/proto/grpc/testing/test.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/interop/reconnect_interop_server.cc b/test/cpp/interop/reconnect_interop_server.cc index 0ab9525e271..b5370bca397 100644 --- a/test/cpp/interop/reconnect_interop_server.cc +++ b/test/cpp/interop/reconnect_interop_server.cc @@ -38,7 +38,7 @@ #include "src/proto/grpc/testing/empty.pb.h" #include "src/proto/grpc/testing/messages.pb.h" #include "src/proto/grpc/testing/test.grpc.pb.h" -#include "test/core/util/reconnect_server.h" +#include "test/core/test_util/reconnect_server.h" #include "test/cpp/util/test_config.h" ABSL_FLAG(int32_t, control_port, 0, "Server port for controlling the server."); diff --git a/test/cpp/interop/xds_federation_client.cc b/test/cpp/interop/xds_federation_client.cc index 3cf0a12bcc1..3de9b2b5f68 100644 --- a/test/cpp/interop/xds_federation_client.cc +++ b/test/cpp/interop/xds_federation_client.cc @@ -28,7 +28,7 @@ #include #include "src/core/lib/gpr/string.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/interop/client_helper.h" #include "test/cpp/interop/interop_client.h" #include "test/cpp/util/create_test_channel.h" diff --git a/test/cpp/interop/xds_interop_client.cc b/test/cpp/interop/xds_interop_client.cc index 02879a979d6..c539a9bdc82 100644 --- a/test/cpp/interop/xds_interop_client.cc +++ b/test/cpp/interop/xds_interop_client.cc @@ -51,7 +51,7 @@ #include "src/proto/grpc/testing/empty.pb.h" #include "src/proto/grpc/testing/messages.pb.h" #include "src/proto/grpc/testing/test.grpc.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/interop/rpc_behavior_lb_policy.h" #include "test/cpp/interop/xds_stats_watcher.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/interop/xds_interop_server.cc b/test/cpp/interop/xds_interop_server.cc index 6de9c18042a..27b6317b4a3 100644 --- a/test/cpp/interop/xds_interop_server.cc +++ b/test/cpp/interop/xds_interop_server.cc @@ -28,7 +28,7 @@ #include #include "src/core/lib/iomgr/gethostname.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/interop/xds_interop_server_lib.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/interop/xds_interop_server_test.cc b/test/cpp/interop/xds_interop_server_test.cc index b6b2c3ab538..50f8196b202 100644 --- a/test/cpp/interop/xds_interop_server_test.cc +++ b/test/cpp/interop/xds_interop_server_test.cc @@ -27,8 +27,8 @@ #include "src/core/lib/gprpp/sync.h" #include "src/proto/grpc/testing/empty.pb.h" #include "src/proto/grpc/testing/test.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/interop/xds_interop_server_lib.h" namespace grpc { diff --git a/test/cpp/interop/xds_stats_watcher_test.cc b/test/cpp/interop/xds_stats_watcher_test.cc index 3d2f951c246..6f29c96002c 100644 --- a/test/cpp/interop/xds_stats_watcher_test.cc +++ b/test/cpp/interop/xds_stats_watcher_test.cc @@ -24,7 +24,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index 7159f75a6ed..41de193c9b0 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -25,7 +25,7 @@ grpc_cc_test( external_deps = [ "benchmark", ], - deps = ["//test/core/util:grpc_test_util"], + deps = ["//test/core/test_util:grpc_test_util"], ) grpc_cc_test( @@ -38,7 +38,7 @@ grpc_cc_test( deps = [ "//:grpc++", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -52,7 +52,7 @@ grpc_cc_test( deps = [ "//:grpc++", "//src/core:channel_args", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -118,8 +118,8 @@ grpc_cc_library( deps = [ "//:grpc++_unsecure", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util_base", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util_unsecure", "//test/cpp/util:test_config", ], ) @@ -141,8 +141,8 @@ grpc_cc_library( deps = [ "//:grpc++", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", "//test/cpp/util:test_config", ], ) @@ -510,6 +510,6 @@ grpc_cc_test( "//:gpr", "//src/core:common_event_engine_closures", "//src/core:event_engine_basic_work_queue", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/cpp/microbenchmarks/bm_alarm.cc b/test/cpp/microbenchmarks/bm_alarm.cc index ae170559167..f72220e9aa6 100644 --- a/test/cpp/microbenchmarks/bm_alarm.cc +++ b/test/cpp/microbenchmarks/bm_alarm.cc @@ -25,7 +25,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_arena.cc b/test/cpp/microbenchmarks/bm_arena.cc index 6c1d61265a0..f5f8bba1a13 100644 --- a/test/cpp/microbenchmarks/bm_arena.cc +++ b/test/cpp/microbenchmarks/bm_arena.cc @@ -22,7 +22,7 @@ #include "src/core/lib/resource_quota/arena.h" #include "src/core/lib/resource_quota/resource_quota.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_basic_work_queue.cc b/test/cpp/microbenchmarks/bm_basic_work_queue.cc index aa8f59ec810..d76f0767861 100644 --- a/test/cpp/microbenchmarks/bm_basic_work_queue.cc +++ b/test/cpp/microbenchmarks/bm_basic_work_queue.cc @@ -24,7 +24,7 @@ #include "src/core/lib/event_engine/common_closures.h" #include "src/core/lib/event_engine/work_queue/basic_work_queue.h" #include "src/core/lib/gprpp/sync.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace { diff --git a/test/cpp/microbenchmarks/bm_byte_buffer.cc b/test/cpp/microbenchmarks/bm_byte_buffer.cc index 552b302a813..0de947fbec3 100644 --- a/test/cpp/microbenchmarks/bm_byte_buffer.cc +++ b/test/cpp/microbenchmarks/bm_byte_buffer.cc @@ -30,7 +30,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_callback_streaming_ping_pong.cc b/test/cpp/microbenchmarks/bm_callback_streaming_ping_pong.cc index e0f20a8564c..78505adacf8 100644 --- a/test/cpp/microbenchmarks/bm_callback_streaming_ping_pong.cc +++ b/test/cpp/microbenchmarks/bm_callback_streaming_ping_pong.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/callback_streaming_ping_pong.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_callback_unary_ping_pong.cc b/test/cpp/microbenchmarks/bm_callback_unary_ping_pong.cc index a1c2585c3dd..d3ffcb1f8d6 100644 --- a/test/cpp/microbenchmarks/bm_callback_unary_ping_pong.cc +++ b/test/cpp/microbenchmarks/bm_callback_unary_ping_pong.cc @@ -16,7 +16,7 @@ // // -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/callback_unary_ping_pong.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_channel.cc b/test/cpp/microbenchmarks/bm_channel.cc index ff9baf59b70..45fc8b64852 100644 --- a/test/cpp/microbenchmarks/bm_channel.cc +++ b/test/cpp/microbenchmarks/bm_channel.cc @@ -24,7 +24,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_chttp2_hpack.cc b/test/cpp/microbenchmarks/bm_chttp2_hpack.cc index 05045fc5a12..a0c34cc9666 100644 --- a/test/cpp/microbenchmarks/bm_chttp2_hpack.cc +++ b/test/cpp/microbenchmarks/bm_chttp2_hpack.cc @@ -41,7 +41,7 @@ #include "src/core/lib/slice/slice_string_helpers.h" #include "src/core/lib/transport/metadata_batch.h" #include "src/core/lib/transport/timeout_encoding.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_chttp2_transport.cc b/test/cpp/microbenchmarks/bm_chttp2_transport.cc index 909cee97cf3..21b3222cd68 100644 --- a/test/cpp/microbenchmarks/bm_chttp2_transport.cc +++ b/test/cpp/microbenchmarks/bm_chttp2_transport.cc @@ -39,7 +39,7 @@ #include "src/core/lib/iomgr/closure.h" #include "src/core/lib/resource_quota/api.h" #include "src/core/lib/slice/slice_internal.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_closure.cc b/test/cpp/microbenchmarks/bm_closure.cc index 7f25c6334aa..923bdb871ca 100644 --- a/test/cpp/microbenchmarks/bm_closure.cc +++ b/test/cpp/microbenchmarks/bm_closure.cc @@ -28,7 +28,7 @@ #include "src/core/lib/iomgr/closure.h" #include "src/core/lib/iomgr/combiner.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_cq.cc b/test/cpp/microbenchmarks/bm_cq.cc index f7bd13b0446..0cd5de5c2c4 100644 --- a/test/cpp/microbenchmarks/bm_cq.cc +++ b/test/cpp/microbenchmarks/bm_cq.cc @@ -31,7 +31,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "src/core/lib/surface/completion_queue.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_cq_multiple_threads.cc b/test/cpp/microbenchmarks/bm_cq_multiple_threads.cc index a82530d39c7..efcb40a8d94 100644 --- a/test/cpp/microbenchmarks/bm_cq_multiple_threads.cc +++ b/test/cpp/microbenchmarks/bm_cq_multiple_threads.cc @@ -33,7 +33,7 @@ #include "src/core/lib/iomgr/ev_posix.h" #include "src/core/lib/iomgr/port.h" #include "src/core/lib/surface/completion_queue.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_event_engine_run.cc b/test/cpp/microbenchmarks/bm_event_engine_run.cc index 6c7fc5a5708..8693024f955 100644 --- a/test/cpp/microbenchmarks/bm_event_engine_run.cc +++ b/test/cpp/microbenchmarks/bm_event_engine_run.cc @@ -31,7 +31,7 @@ #include "src/core/lib/event_engine/default_event_engine.h" #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/notification.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_exec_ctx.cc b/test/cpp/microbenchmarks/bm_exec_ctx.cc index fd331610d30..3df871af00e 100644 --- a/test/cpp/microbenchmarks/bm_exec_ctx.cc +++ b/test/cpp/microbenchmarks/bm_exec_ctx.cc @@ -21,7 +21,7 @@ #include "src/core/lib/gprpp/notification.h" #include "src/core/lib/iomgr/exec_ctx.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc b/test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc index 38480c6463b..781f8b969cf 100644 --- a/test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc +++ b/test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc @@ -18,8 +18,8 @@ // Benchmark gRPC end2end in various configurations -#include "test/core/util/build.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/build.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc b/test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc index 6eae11f4be1..b6b63ebdeab 100644 --- a/test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc +++ b/test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc @@ -18,7 +18,7 @@ // Benchmark gRPC end2end in various configurations -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/fullstack_streaming_pump.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc b/test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc index 290b095cd3c..43edcb13b54 100644 --- a/test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc +++ b/test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc @@ -18,7 +18,7 @@ // Benchmark gRPC end2end in various configurations -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/fullstack_unary_ping_pong.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong_chaotic_good.cc b/test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong_chaotic_good.cc index 01a0b719b4b..04a8f010cd5 100644 --- a/test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong_chaotic_good.cc +++ b/test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong_chaotic_good.cc @@ -21,7 +21,7 @@ // good can run without custom experiment configuration. #include "src/cpp/ext/chaotic_good.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/fullstack_unary_ping_pong.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/bm_huffman_decode.cc b/test/cpp/microbenchmarks/bm_huffman_decode.cc index c2c6ce96d38..1766f028269 100644 --- a/test/cpp/microbenchmarks/bm_huffman_decode.cc +++ b/test/cpp/microbenchmarks/bm_huffman_decode.cc @@ -23,7 +23,7 @@ #include "src/core/ext/transport/chttp2/transport/decode_huff.h" #include "src/core/lib/gprpp/no_destruct.h" #include "src/core/lib/slice/slice.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/huffman_geometries/index.h" std::vector MakeInput(int min, int max) { diff --git a/test/cpp/microbenchmarks/bm_opencensus_plugin.cc b/test/cpp/microbenchmarks/bm_opencensus_plugin.cc index 8e222289210..e2d2adebbe6 100644 --- a/test/cpp/microbenchmarks/bm_opencensus_plugin.cc +++ b/test/cpp/microbenchmarks/bm_opencensus_plugin.cc @@ -32,7 +32,7 @@ #include "src/core/lib/config/core_configuration.h" #include "src/cpp/ext/filters/census/grpc_plugin.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" absl::once_flag once; diff --git a/test/cpp/microbenchmarks/bm_thread_pool.cc b/test/cpp/microbenchmarks/bm_thread_pool.cc index 351b6921bfc..0514a948019 100644 --- a/test/cpp/microbenchmarks/bm_thread_pool.cc +++ b/test/cpp/microbenchmarks/bm_thread_pool.cc @@ -30,7 +30,7 @@ #include "src/core/lib/gpr/useful.h" #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/notification.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/microbenchmarks/fullstack_fixtures.h b/test/cpp/microbenchmarks/fullstack_fixtures.h index 338d5b3d7f1..de4811b7008 100644 --- a/test/cpp/microbenchmarks/fullstack_fixtures.h +++ b/test/cpp/microbenchmarks/fullstack_fixtures.h @@ -44,8 +44,8 @@ #include "src/core/lib/surface/completion_queue.h" #include "src/core/lib/surface/server.h" #include "src/cpp/client/create_channel_internal.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/microbenchmarks/helpers.h" namespace grpc { diff --git a/test/cpp/microbenchmarks/noop-benchmark.cc b/test/cpp/microbenchmarks/noop-benchmark.cc index 203a3e5ee47..231c89cd266 100644 --- a/test/cpp/microbenchmarks/noop-benchmark.cc +++ b/test/cpp/microbenchmarks/noop-benchmark.cc @@ -21,7 +21,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" static void BM_NoOp(benchmark::State& state) { for (auto _ : state) { diff --git a/test/cpp/naming/BUILD b/test/cpp/naming/BUILD index e7dafa0e4c7..45abcb038da 100644 --- a/test/cpp/naming/BUILD +++ b/test/cpp/naming/BUILD @@ -50,9 +50,9 @@ grpc_cc_test( "//src/core:ares_resolver", "//src/core:channel_args", "//test/core/end2end:cq_verifier", - "//test/core/util:fake_udp_and_tcp_server", - "//test/core/util:grpc_test_util", - "//test/core/util:socket_use_after_close_detector", + "//test/core/test_util:fake_udp_and_tcp_server", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:socket_use_after_close_detector", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], diff --git a/test/cpp/naming/address_sorting_test.cc b/test/cpp/naming/address_sorting_test.cc index 7a5016a972f..b244057215b 100644 --- a/test/cpp/naming/address_sorting_test.cc +++ b/test/cpp/naming/address_sorting_test.cc @@ -48,8 +48,8 @@ #include "src/core/resolver/endpoint_addresses.h" #include "src/core/resolver/resolver.h" #include "src/core/resolver/resolver_registry.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/subprocess.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/naming/cancel_ares_query_test.cc b/test/cpp/naming/cancel_ares_query_test.cc index 472ed54e26e..b62cd8b1b71 100644 --- a/test/cpp/naming/cancel_ares_query_test.cc +++ b/test/cpp/naming/cancel_ares_query_test.cc @@ -55,11 +55,11 @@ #include "src/core/resolver/resolver.h" #include "src/core/resolver/resolver_registry.h" #include "test/core/end2end/cq_verifier.h" -#include "test/core/util/cmdline.h" -#include "test/core/util/fake_udp_and_tcp_server.h" -#include "test/core/util/port.h" -#include "test/core/util/socket_use_after_close_detector.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/cmdline.h" +#include "test/core/test_util/fake_udp_and_tcp_server.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/socket_use_after_close_detector.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/test_config.h" #ifdef GPR_WINDOWS diff --git a/test/cpp/naming/generate_resolver_component_tests.bzl b/test/cpp/naming/generate_resolver_component_tests.bzl index 1c9d6a84b76..83f11db1943 100755 --- a/test/cpp/naming/generate_resolver_component_tests.bzl +++ b/test/cpp/naming/generate_resolver_component_tests.bzl @@ -37,7 +37,7 @@ def generate_resolver_component_tests(): ], deps = [ "//test/cpp/util:test_util%s" % unsecure_build_config_suffix, - "//test/core/util:grpc_test_util%s" % unsecure_build_config_suffix, + "//test/core/test_util:grpc_test_util%s" % unsecure_build_config_suffix, "//:grpc++%s" % unsecure_build_config_suffix, "//:grpc%s" % unsecure_build_config_suffix, "//:gpr", @@ -59,9 +59,9 @@ def generate_resolver_component_tests(): ], deps = [ "//test/cpp/util:test_util%s" % unsecure_build_config_suffix, - "//test/core/util:grpc_test_util%s" % unsecure_build_config_suffix, - "//test/core/util:fake_udp_and_tcp_server%s" % unsecure_build_config_suffix, - "//test/core/util:socket_use_after_close_detector%s" % unsecure_build_config_suffix, + "//test/core/test_util:grpc_test_util%s" % unsecure_build_config_suffix, + "//test/core/test_util:fake_udp_and_tcp_server%s" % unsecure_build_config_suffix, + "//test/core/test_util:socket_use_after_close_detector%s" % unsecure_build_config_suffix, "//:grpc++%s" % unsecure_build_config_suffix, "//:grpc%s" % unsecure_build_config_suffix, "//:gpr", @@ -82,7 +82,7 @@ def generate_resolver_component_tests(): ], deps = [ "//test/cpp/util:test_util%s" % unsecure_build_config_suffix, - "//test/core/util:grpc_test_util%s" % unsecure_build_config_suffix, + "//test/core/test_util:grpc_test_util%s" % unsecure_build_config_suffix, "//:grpc++%s" % unsecure_build_config_suffix, "//:grpc%s" % unsecure_build_config_suffix, "//:gpr", diff --git a/test/cpp/naming/resolver_component_test.cc b/test/cpp/naming/resolver_component_test.cc index c5d52612ac4..6f0e3678a91 100644 --- a/test/cpp/naming/resolver_component_test.cc +++ b/test/cpp/naming/resolver_component_test.cc @@ -62,10 +62,10 @@ #include "src/core/resolver/endpoint_addresses.h" #include "src/core/resolver/resolver.h" #include "src/core/resolver/resolver_registry.h" -#include "test/core/util/fake_udp_and_tcp_server.h" -#include "test/core/util/port.h" -#include "test/core/util/socket_use_after_close_detector.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/fake_udp_and_tcp_server.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/socket_use_after_close_detector.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/subprocess.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/naming/resolver_component_tests_runner_invoker.cc b/test/cpp/naming/resolver_component_tests_runner_invoker.cc index 4ad878ef181..c5e4dc7d8f1 100644 --- a/test/cpp/naming/resolver_component_tests_runner_invoker.cc +++ b/test/cpp/naming/resolver_component_tests_runner_invoker.cc @@ -42,8 +42,8 @@ #endif #include "src/core/lib/gprpp/env.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/subprocess.h" #include "test/cpp/util/test_config.h" #ifdef GPR_WINDOWS diff --git a/test/cpp/performance/BUILD b/test/cpp/performance/BUILD index 4a9f64c4095..06909a1585e 100644 --- a/test/cpp/performance/BUILD +++ b/test/cpp/performance/BUILD @@ -35,7 +35,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_proto", "//test/core/event_engine:event_engine_test_utils", "//test/core/event_engine/fuzzing_event_engine", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) diff --git a/test/cpp/performance/writes_per_rpc_test.cc b/test/cpp/performance/writes_per_rpc_test.cc index 76c93fd9b59..f31602574bc 100644 --- a/test/cpp/performance/writes_per_rpc_test.cc +++ b/test/cpp/performance/writes_per_rpc_test.cc @@ -48,8 +48,8 @@ #include "src/cpp/client/create_channel_internal.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" #include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/qps/BUILD b/test/cpp/qps/BUILD index 92072b90678..53292ea0a74 100644 --- a/test/cpp/qps/BUILD +++ b/test/cpp/qps/BUILD @@ -61,7 +61,7 @@ grpc_cc_library( "//src/proto/grpc/testing:payloads_proto", "//src/proto/grpc/testing:worker_service_proto", "//test/core/end2end:ssl_test_data", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -87,7 +87,7 @@ grpc_cc_library( "//src/proto/grpc/testing:messages_proto", "//src/proto/grpc/testing:report_qps_scenario_service_proto", "//src/proto/grpc/testing:worker_service_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -120,7 +120,7 @@ grpc_cc_library( ], deps = [ "//src/proto/grpc/testing:stats_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -170,7 +170,7 @@ grpc_cc_test( deps = [ ":histogram", ":interarrival", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util_base", "//test/cpp/util:test_config", ], ) @@ -217,7 +217,7 @@ grpc_cc_binary( deps = [ ":qps_worker_impl", "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], @@ -241,7 +241,7 @@ grpc_cc_binary( ":benchmark_config", ":driver_impl", "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index 134c305a910..5c5887c65b5 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -39,8 +39,8 @@ #include "src/core/lib/gprpp/env.h" #include "src/core/lib/gprpp/host_port.h" #include "src/proto/grpc/testing/worker_service.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/qps/client.h" #include "test/cpp/qps/histogram.h" #include "test/cpp/qps/qps_worker.h" diff --git a/test/cpp/qps/histogram.h b/test/cpp/qps/histogram.h index 4be53d04c28..1ffb944aba2 100644 --- a/test/cpp/qps/histogram.h +++ b/test/cpp/qps/histogram.h @@ -20,7 +20,7 @@ #define GRPC_TEST_CPP_QPS_HISTOGRAM_H #include "src/proto/grpc/testing/stats.pb.h" -#include "test/core/util/histogram.h" +#include "test/core/test_util/histogram.h" namespace grpc { namespace testing { diff --git a/test/cpp/qps/inproc_sync_unary_ping_pong_test.cc b/test/cpp/qps/inproc_sync_unary_ping_pong_test.cc index 784622b918a..614891004b3 100644 --- a/test/cpp/qps/inproc_sync_unary_ping_pong_test.cc +++ b/test/cpp/qps/inproc_sync_unary_ping_pong_test.cc @@ -21,7 +21,7 @@ #include #include "src/core/lib/gprpp/crash.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/qps/benchmark_config.h" #include "test/cpp/qps/driver.h" #include "test/cpp/qps/report.h" diff --git a/test/cpp/qps/json_run_localhost.cc b/test/cpp/qps/json_run_localhost.cc index 941b1cc73b7..cc44252ea2a 100644 --- a/test/cpp/qps/json_run_localhost.cc +++ b/test/cpp/qps/json_run_localhost.cc @@ -34,7 +34,7 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/env.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" #include "test/cpp/util/subprocess.h" using grpc::SubProcess; diff --git a/test/cpp/qps/qps_benchmark_script.bzl b/test/cpp/qps/qps_benchmark_script.bzl index 179b5344cc6..90d543ceebe 100644 --- a/test/cpp/qps/qps_benchmark_script.bzl +++ b/test/cpp/qps/qps_benchmark_script.bzl @@ -88,7 +88,7 @@ def json_run_localhost_batch(): ], deps = [ "//:gpr", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], diff --git a/test/cpp/qps/qps_interarrival_test.cc b/test/cpp/qps/qps_interarrival_test.cc index a5dffca99a8..0ccb16bd42e 100644 --- a/test/cpp/qps/qps_interarrival_test.cc +++ b/test/cpp/qps/qps_interarrival_test.cc @@ -20,8 +20,8 @@ #include // Use the C histogram rather than C++ to avoid depending on proto -#include "test/core/util/histogram.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/histogram.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/qps/interarrival.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/qps/qps_json_driver.cc b/test/cpp/qps/qps_json_driver.cc index e3e33148fb4..ee70ec76c0d 100644 --- a/test/cpp/qps/qps_json_driver.cc +++ b/test/cpp/qps/qps_json_driver.cc @@ -28,7 +28,7 @@ #include #include "src/core/lib/gprpp/crash.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/qps/benchmark_config.h" #include "test/cpp/qps/driver.h" #include "test/cpp/qps/parse_json.h" diff --git a/test/cpp/qps/qps_openloop_test.cc b/test/cpp/qps/qps_openloop_test.cc index a7764242958..b48798a936d 100644 --- a/test/cpp/qps/qps_openloop_test.cc +++ b/test/cpp/qps/qps_openloop_test.cc @@ -21,7 +21,7 @@ #include #include "src/core/lib/gprpp/crash.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/qps/benchmark_config.h" #include "test/cpp/qps/driver.h" #include "test/cpp/qps/report.h" diff --git a/test/cpp/qps/qps_worker.cc b/test/cpp/qps/qps_worker.cc index c80e2f8d651..b41cbbc6afc 100644 --- a/test/cpp/qps/qps_worker.cc +++ b/test/cpp/qps/qps_worker.cc @@ -40,8 +40,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/core/lib/gprpp/host_port.h" #include "src/proto/grpc/testing/worker_service.grpc.pb.h" -#include "test/core/util/grpc_profiler.h" -#include "test/core/util/histogram.h" +#include "test/core/test_util/grpc_profiler.h" +#include "test/core/test_util/histogram.h" #include "test/cpp/qps/client.h" #include "test/cpp/qps/qps_server_builder.h" #include "test/cpp/qps/server.h" diff --git a/test/cpp/qps/scenario_runner.cc b/test/cpp/qps/scenario_runner.cc index 1c1988642af..1d8f6c82475 100644 --- a/test/cpp/qps/scenario_runner.cc +++ b/test/cpp/qps/scenario_runner.cc @@ -20,8 +20,8 @@ #include "src/core/lib/debug/stats_data.h" #include "src/core/lib/slice/slice_internal.h" #include "src/proto/grpc/testing/control.pb.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/cpp/qps/benchmark_config.h" #include "test/cpp/qps/driver.h" #include "test/cpp/qps/parse_json.h" diff --git a/test/cpp/qps/secure_sync_unary_ping_pong_test.cc b/test/cpp/qps/secure_sync_unary_ping_pong_test.cc index 3a272a36687..a23f9e48802 100644 --- a/test/cpp/qps/secure_sync_unary_ping_pong_test.cc +++ b/test/cpp/qps/secure_sync_unary_ping_pong_test.cc @@ -21,7 +21,7 @@ #include #include "src/core/lib/gprpp/crash.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/qps/benchmark_config.h" #include "test/cpp/qps/driver.h" #include "test/cpp/qps/report.h" diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h index eca599c6810..02d7fec717d 100644 --- a/test/cpp/qps/server.h +++ b/test/cpp/qps/server.h @@ -32,7 +32,7 @@ #include "src/proto/grpc/testing/control.pb.h" #include "src/proto/grpc/testing/messages.pb.h" #include "test/core/end2end/data/ssl_test_data.h" -#include "test/core/util/port.h" +#include "test/core/test_util/port.h" #include "test/cpp/qps/usage_timer.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/qps/server_async.cc b/test/cpp/qps/server_async.cc index 8e0ccbb728e..821a380c58d 100644 --- a/test/cpp/qps/server_async.cc +++ b/test/cpp/qps/server_async.cc @@ -38,7 +38,7 @@ #include "src/core/lib/gprpp/host_port.h" #include "src/core/lib/surface/completion_queue.h" #include "src/proto/grpc/testing/benchmark_service.grpc.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/qps/qps_server_builder.h" #include "test/cpp/qps/server.h" diff --git a/test/cpp/qps/worker.cc b/test/cpp/qps/worker.cc index 3d2614a1048..e7aaaf70389 100644 --- a/test/cpp/qps/worker.cc +++ b/test/cpp/qps/worker.cc @@ -27,7 +27,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/qps/qps_worker.h" #include "test/cpp/util/test_config.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/security/BUILD b/test/cpp/security/BUILD index fc8cc6854f1..b14136249be 100644 --- a/test/cpp/security/BUILD +++ b/test/cpp/security/BUILD @@ -28,7 +28,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:tls_test_utils", ], ) diff --git a/test/cpp/security/tls_certificate_verifier_test.cc b/test/cpp/security/tls_certificate_verifier_test.cc index e86df6c7255..2b370c03667 100644 --- a/test/cpp/security/tls_certificate_verifier_test.cc +++ b/test/cpp/security/tls_certificate_verifier_test.cc @@ -25,8 +25,8 @@ #include #include "src/cpp/client/secure_credentials.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/tls_test_utils.h" namespace { diff --git a/test/cpp/server/BUILD b/test/cpp/server/BUILD index 5bb6532ba93..ba2f115ee7a 100644 --- a/test/cpp/server/BUILD +++ b/test/cpp/server/BUILD @@ -28,8 +28,8 @@ grpc_cc_test( deps = [ "//:grpc++_unsecure", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util_base", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -43,8 +43,8 @@ grpc_cc_test( deps = [ "//:grpc++_unsecure", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util_base", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -58,8 +58,8 @@ grpc_cc_test( deps = [ "//:grpc++_unsecure", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util_base", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -80,7 +80,7 @@ grpc_cc_test( "//:grpc", "//:grpc++", "//:grpc++_base", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:tls_test_utils", ], ) @@ -104,6 +104,6 @@ grpc_cc_test( "//:grpc", "//:grpc++", "//:grpc++_authorization_provider", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/cpp/server/authorization_policy_provider_test.cc b/test/cpp/server/authorization_policy_provider_test.cc index f6f6e0978c0..25784cbb6b5 100644 --- a/test/cpp/server/authorization_policy_provider_test.cc +++ b/test/cpp/server/authorization_policy_provider_test.cc @@ -16,8 +16,8 @@ #include -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #define VALID_POLICY_PATH_1 \ "test/core/security/authorization/test_policies/valid_policy_1.json" diff --git a/test/cpp/server/credentials_test.cc b/test/cpp/server/credentials_test.cc index 72111a5692b..b5665c15556 100644 --- a/test/cpp/server/credentials_test.cc +++ b/test/cpp/server/credentials_test.cc @@ -27,7 +27,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/tls_test_utils.h" #define CA_CERT_PATH "src/core/tsi/test_creds/ca.pem" diff --git a/test/cpp/server/load_reporter/BUILD b/test/cpp/server/load_reporter/BUILD index 475fc9018ea..31bbfcc423e 100644 --- a/test/cpp/server/load_reporter/BUILD +++ b/test/cpp/server/load_reporter/BUILD @@ -26,7 +26,7 @@ grpc_cc_test( ], deps = [ "//:lb_load_data_store", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -45,7 +45,7 @@ grpc_cc_test( "//:grpc", "//:lb_load_reporter", "//src/core:lb_server_load_reporting_filter", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -59,6 +59,6 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:lb_get_cpu_stats", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/cpp/server/load_reporter/get_cpu_stats_test.cc b/test/cpp/server/load_reporter/get_cpu_stats_test.cc index 245b48ce0b3..3f35adba2de 100644 --- a/test/cpp/server/load_reporter/get_cpu_stats_test.cc +++ b/test/cpp/server/load_reporter/get_cpu_stats_test.cc @@ -23,8 +23,8 @@ #include #include -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/server/load_reporter/load_data_store_test.cc b/test/cpp/server/load_reporter/load_data_store_test.cc index ff8617ca6f7..a850de29d75 100644 --- a/test/cpp/server/load_reporter/load_data_store_test.cc +++ b/test/cpp/server/load_reporter/load_data_store_test.cc @@ -27,8 +27,8 @@ #include #include "src/cpp/server/load_reporter/constants.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/server/load_reporter/load_reporter_test.cc b/test/cpp/server/load_reporter/load_reporter_test.cc index b66b66ddfb9..e64356c1389 100644 --- a/test/cpp/server/load_reporter/load_reporter_test.cc +++ b/test/cpp/server/load_reporter/load_reporter_test.cc @@ -34,8 +34,8 @@ #include "src/core/ext/filters/load_reporting/registered_opencensus_objects.h" #include "src/core/lib/iomgr/exec_ctx.h" #include "src/cpp/server/load_reporter/constants.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace testing { diff --git a/test/cpp/server/server_builder_test.cc b/test/cpp/server/server_builder_test.cc index 14eaa5efb7d..1765a1d59bf 100644 --- a/test/cpp/server/server_builder_test.cc +++ b/test/cpp/server/server_builder_test.cc @@ -24,8 +24,8 @@ #include #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/server/server_builder_with_socket_mutator_test.cc b/test/cpp/server/server_builder_with_socket_mutator_test.cc index ee1141375b3..3c0bc11d675 100644 --- a/test/cpp/server/server_builder_with_socket_mutator_test.cc +++ b/test/cpp/server/server_builder_with_socket_mutator_test.cc @@ -27,8 +27,8 @@ #include "src/core/lib/iomgr/socket_mutator.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" // This test does a sanity check that grpc_socket_mutator's // are used by servers. It's meant to protect code and end-to-end diff --git a/test/cpp/server/server_request_call_test.cc b/test/cpp/server/server_request_call_test.cc index d0b6d76675a..8bb02394179 100644 --- a/test/cpp/server/server_request_call_test.cc +++ b/test/cpp/server/server_request_call_test.cc @@ -31,8 +31,8 @@ #include "src/core/lib/gprpp/crash.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/test/BUILD b/test/cpp/test/BUILD index 2ff46cf3293..4c4497ef926 100644 --- a/test/cpp/test/BUILD +++ b/test/cpp/test/BUILD @@ -33,7 +33,7 @@ grpc_cc_test( "//:grpc++", "//:grpc++_test", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -49,7 +49,7 @@ grpc_cc_test( "//:grpc", "//:grpc++", "//:grpc++_test", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -65,7 +65,7 @@ grpc_cc_test( "//:grpc", "//:grpc++", "//:grpc++_test", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) diff --git a/test/cpp/thread_manager/BUILD b/test/cpp/thread_manager/BUILD index e9497211091..b39e9cff5b5 100644 --- a/test/cpp/thread_manager/BUILD +++ b/test/cpp/thread_manager/BUILD @@ -31,7 +31,7 @@ grpc_cc_test( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], diff --git a/test/cpp/thread_manager/thread_manager_test.cc b/test/cpp/thread_manager/thread_manager_test.cc index 393f4a3082f..1b3c8ba00f9 100644 --- a/test/cpp/thread_manager/thread_manager_test.cc +++ b/test/cpp/thread_manager/thread_manager_test.cc @@ -31,7 +31,7 @@ #include #include "src/core/lib/gprpp/crash.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD index 707c6db9524..c9df11d7982 100644 --- a/test/cpp/util/BUILD +++ b/test/cpp/util/BUILD @@ -84,8 +84,8 @@ grpc_cc_library( "//:grpc++", "//:subprocess", "//test/core/end2end:ssl_test_data", - "//test/core/util:grpc_test_util", - "//test/core/util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util", + "//test/core/test_util:grpc_test_util_base", ], ) @@ -118,8 +118,8 @@ grpc_cc_library( deps = [ "//:grpc++_unsecure", "//:subprocess", - "//test/core/util:grpc_test_util_base", - "//test/core/util:grpc_test_util_unsecure", + "//test/core/test_util:grpc_test_util_base", + "//test/core/test_util:grpc_test_util_unsecure", ], ) @@ -213,7 +213,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing:simple_messages_proto", "//src/proto/grpc/testing/xds/v3:orca_load_report_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_config", ], ) @@ -260,7 +260,7 @@ grpc_cc_test( uses_polling = False, deps = [ "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -291,7 +291,7 @@ grpc_cc_test( ":grpc_cli_libs", ":test_util", "//src/proto/grpc/testing:echo_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -308,7 +308,7 @@ grpc_cc_test( "//:grpc++_error_details", "//src/proto/grpc/status:status_proto", "//src/proto/grpc/testing:echo_messages_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) @@ -380,7 +380,7 @@ grpc_cc_test( "//:grpcpp_channelz", "//src/proto/grpc/channelz:channelz_proto", "//src/proto/grpc/testing:test_proto", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", "//test/cpp/util:test_util", ], ) @@ -397,7 +397,7 @@ grpc_cc_library( "//:gpr", "//:grpc", "//:grpc++", - "//test/core/util:grpc_test_util", + "//test/core/test_util:grpc_test_util", ], ) diff --git a/test/cpp/util/byte_buffer_test.cc b/test/cpp/util/byte_buffer_test.cc index cba3b3b650b..be9a4a75fc3 100644 --- a/test/cpp/util/byte_buffer_test.cc +++ b/test/cpp/util/byte_buffer_test.cc @@ -27,7 +27,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { diff --git a/test/cpp/util/channelz_sampler.cc b/test/cpp/util/channelz_sampler.cc index d5a79514595..f4aee2244f7 100644 --- a/test/cpp/util/channelz_sampler.cc +++ b/test/cpp/util/channelz_sampler.cc @@ -49,7 +49,7 @@ #include "src/core/lib/json/json_writer.h" #include "src/cpp/server/channelz/channelz_service.h" #include "src/proto/grpc/channelz/channelz.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/test_config.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/util/channelz_sampler_test.cc b/test/cpp/util/channelz_sampler_test.cc index 03ea7139a27..76db3a1efab 100644 --- a/test/cpp/util/channelz_sampler_test.cc +++ b/test/cpp/util/channelz_sampler_test.cc @@ -45,8 +45,8 @@ #include "src/core/lib/gprpp/env.h" #include "src/cpp/server/channelz/channelz_service.h" #include "src/proto/grpc/testing/test.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/subprocess.h" #include "test/cpp/util/test_credentials_provider.h" diff --git a/test/cpp/util/cli_call_test.cc b/test/cpp/util/cli_call_test.cc index 5c106e939e7..8e313aacd28 100644 --- a/test/cpp/util/cli_call_test.cc +++ b/test/cpp/util/cli_call_test.cc @@ -29,8 +29,8 @@ #include #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" #include "test/cpp/util/string_ref_helper.h" namespace grpc { diff --git a/test/cpp/util/error_details_test.cc b/test/cpp/util/error_details_test.cc index 3849d9c00e3..271360d66c4 100644 --- a/test/cpp/util/error_details_test.cc +++ b/test/cpp/util/error_details_test.cc @@ -22,7 +22,7 @@ #include "src/proto/grpc/status/status.pb.h" #include "src/proto/grpc/testing/echo_messages.pb.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/util/grpc_tool_test.cc b/test/cpp/util/grpc_tool_test.cc index 057a0008b8e..c6a513bbd38 100644 --- a/test/cpp/util/grpc_tool_test.cc +++ b/test/cpp/util/grpc_tool_test.cc @@ -41,9 +41,9 @@ #include "src/core/lib/gprpp/env.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" #include "src/proto/grpc/testing/echo.pb.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" -#include "test/core/util/tls_utils.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" +#include "test/core/test_util/tls_utils.h" #include "test/cpp/util/cli_credentials.h" #include "test/cpp/util/string_ref_helper.h" #include "test/cpp/util/test_config.h" diff --git a/test/cpp/util/proto_buffer_reader_test.cc b/test/cpp/util/proto_buffer_reader_test.cc index 697b49660e2..46137658f97 100644 --- a/test/cpp/util/proto_buffer_reader_test.cc +++ b/test/cpp/util/proto_buffer_reader_test.cc @@ -19,7 +19,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/util/proto_buffer_writer_test.cc b/test/cpp/util/proto_buffer_writer_test.cc index 48ef3580677..77057b5fc33 100644 --- a/test/cpp/util/proto_buffer_writer_test.cc +++ b/test/cpp/util/proto_buffer_writer_test.cc @@ -19,7 +19,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/util/slice_test.cc b/test/cpp/util/slice_test.cc index ade9c60df8e..e8d2f3b04e2 100644 --- a/test/cpp/util/slice_test.cc +++ b/test/cpp/util/slice_test.cc @@ -23,7 +23,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { diff --git a/test/cpp/util/string_ref_test.cc b/test/cpp/util/string_ref_test.cc index 2bba7dd50b3..6af0e73c632 100644 --- a/test/cpp/util/string_ref_test.cc +++ b/test/cpp/util/string_ref_test.cc @@ -22,7 +22,7 @@ #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc { namespace { diff --git a/test/cpp/util/time_test.cc b/test/cpp/util/time_test.cc index be2cdf21b80..11b141cc70f 100644 --- a/test/cpp/util/time_test.cc +++ b/test/cpp/util/time_test.cc @@ -21,7 +21,7 @@ #include #include -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" using std::chrono::microseconds; using std::chrono::system_clock; diff --git a/test/cpp/util/tls_test_utils.cc b/test/cpp/util/tls_test_utils.cc index 3a8ab04b5a8..15c9b6211ed 100644 --- a/test/cpp/util/tls_test_utils.cc +++ b/test/cpp/util/tls_test_utils.cc @@ -19,8 +19,8 @@ #include #include "src/core/lib/gprpp/thd.h" -#include "test/core/util/port.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/port.h" +#include "test/core/test_util/test_config.h" using ::grpc::experimental::TlsCustomVerificationCheckRequest; diff --git a/tools/bazel.rc b/tools/bazel.rc index 336a9d3a870..ace09152bdd 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc @@ -53,7 +53,7 @@ build:asan --copt=-DGRPC_ASAN build:asan --copt=-DADDRESS_SANITIZER # used by absl build:asan --linkopt=-fsanitize=address build:asan --action_env=ASAN_OPTIONS=detect_leaks=1:color=always -build:asan --action_env=LSAN_OPTIONS=suppressions=test/core/util/lsan_suppressions.txt:report_objects=1 +build:asan --action_env=LSAN_OPTIONS=suppressions=test/core/test_util/lsan_suppressions.txt:report_objects=1 build:fuzzer_asan --strip=never build:fuzzer_asan --define=grpc_build_fuzzers=true @@ -67,7 +67,7 @@ build:fuzzer_asan --copt=-DGRPC_ASAN build:fuzzer_asan --copt=-DADDRESS_SANITIZER # used by absl build:fuzzer_asan --linkopt=-fsanitize=fuzzer,address build:fuzzer_asan --action_env=ASAN_OPTIONS=detect_leaks=1:color=always -build:fuzzer_asan --action_env=LSAN_OPTIONS=suppressions=test/core/util/lsan_suppressions.txt:report_objects=1 +build:fuzzer_asan --action_env=LSAN_OPTIONS=suppressions=test/core/test_util/lsan_suppressions.txt:report_objects=1 build:coverage --copt=-fprofile-instr-generate build:coverage --copt=-fcoverage-mapping @@ -114,7 +114,7 @@ build:tsan --copt=-fno-omit-frame-pointer build:tsan --copt=-DGPR_NO_DIRECT_SYSCALLS build:tsan --copt=-DGRPC_TSAN build:tsan --linkopt=-fsanitize=thread -build:tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1 +build:tsan --action_env=TSAN_OPTIONS=suppressions=test/core/test_util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1 # a TSAN build that tries to create new threads whenever possible build:thready_tsan --strip=never @@ -124,7 +124,7 @@ build:thready_tsan --copt=-DGPR_NO_DIRECT_SYSCALLS build:thready_tsan --copt=-DGRPC_TSAN build:thready_tsan --copt=-DGRPC_MAXIMIZE_THREADYNESS build:thready_tsan --linkopt=-fsanitize=thread -build:thready_tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1 +build:thready_tsan --action_env=TSAN_OPTIONS=suppressions=test/core/test_util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1 build:tsan_macos --strip=never build:tsan_macos --copt=-fsanitize=thread @@ -132,7 +132,7 @@ build:tsan_macos --copt=-fno-omit-frame-pointer build:tsan_macos --copt=-DGPR_NO_DIRECT_SYSCALLS build:tsan_macos --copt=-DGRPC_TSAN build:tsan_macos --linkopt=-fsanitize=thread -build:tsan_macos --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1 +build:tsan_macos --action_env=TSAN_OPTIONS=suppressions=test/core/test_util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1 build:tsan_macos --dynamic_mode=off build:ubsan --strip=never @@ -149,7 +149,7 @@ build:ubsan --linkopt=-fsanitize-link-c++-runtime build:ubsan --linkopt=-lc++ build:ubsan --linkopt=-lc++abi build:ubsan --linkopt=-lm -build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/util/ubsan_suppressions.txt +build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/test_util/ubsan_suppressions.txt # if you want to run ubsan locally, uncomment following three lines # build:ubsan --linkopt=-lgcc_s # build:ubsan --linkopt=-lubsan diff --git a/tools/buildgen/extract_metadata_from_bazel_xml.py b/tools/buildgen/extract_metadata_from_bazel_xml.py index 0ca459f8ab9..41c06481a8d 100755 --- a/tools/buildgen/extract_metadata_from_bazel_xml.py +++ b/tools/buildgen/extract_metadata_from_bazel_xml.py @@ -237,7 +237,7 @@ def _try_extract_source_file_path(label: str) -> str: # labels in form //:src/core/lib/surface/call_test_only.h if label.startswith(":"): label = label[len(":") :] - # labels in form //test/core/util:port.cc + # labels in form //test/core/test_util:port.cc return label.replace(":", "/") @@ -1219,12 +1219,12 @@ _BUILD_EXTRA_METADATA = { }, # TODO(jtattermusch): consider adding grpc++_core_stats # test support libraries - "test/core/util:grpc_test_util": { + "test/core/test_util:grpc_test_util": { "language": "c", "build": "private", "_RENAME": "grpc_test_util", }, - "test/core/util:grpc_test_util_unsecure": { + "test/core/test_util:grpc_test_util_unsecure": { "language": "c", "build": "private", "_RENAME": "grpc_test_util_unsecure", diff --git a/tools/codegen/core/gen_config_vars.py b/tools/codegen/core/gen_config_vars.py index 0beae5d73e2..c2c46fa4338 100755 --- a/tools/codegen/core/gen_config_vars.py +++ b/tools/codegen/core/gen_config_vars.py @@ -176,7 +176,7 @@ attrs_in_packing_order = sorted( attrs, key=lambda a: SORT_ORDER_FOR_PACKING[a["type"]] ) -with open("test/core/util/fuzz_config_vars.proto", "w") as P: +with open("test/core/test_util/fuzz_config_vars.proto", "w") as P: put_copyright(P) put_banner( @@ -207,7 +207,7 @@ with open("test/core/util/fuzz_config_vars.proto", "w") as P: ) print("};", file=P) -with open("test/core/util/fuzz_config_vars.h", "w") as H: +with open("test/core/test_util/fuzz_config_vars.h", "w") as H: put_copyright(H) put_banner( @@ -224,7 +224,7 @@ with open("test/core/util/fuzz_config_vars.h", "w") as H: print(file=H) print("#include ", file=H) print(file=H) - print('#include "test/core/util/fuzz_config_vars.pb.h"', file=H) + print('#include "test/core/test_util/fuzz_config_vars.pb.h"', file=H) print('#include "src/core/lib/config/config_vars.h"', file=H) print(file=H) print("namespace grpc_core {", file=H) @@ -245,7 +245,7 @@ with open("test/core/util/fuzz_config_vars.h", "w") as H: print(file=H) print("#endif // GRPC_TEST_CORE_UTIL_FUZZ_CONFIG_VARS_H", file=H) -with open("test/core/util/fuzz_config_vars.cc", "w") as C: +with open("test/core/test_util/fuzz_config_vars.cc", "w") as C: put_copyright(C) put_banner( @@ -257,8 +257,8 @@ with open("test/core/util/fuzz_config_vars.cc", "w") as C: ], ) - print('#include "test/core/util/fuzz_config_vars.h"', file=C) - print('#include "test/core/util/fuzz_config_vars_helpers.h"', file=C) + print('#include "test/core/test_util/fuzz_config_vars.h"', file=C) + print('#include "test/core/test_util/fuzz_config_vars_helpers.h"', file=C) print(file=C) print("namespace grpc_core {", file=C) print(file=C) diff --git a/tools/codegen/core/gen_grpc_tls_credentials_options.py b/tools/codegen/core/gen_grpc_tls_credentials_options.py index b0a6d01ebbb..20350765fda 100755 --- a/tools/codegen/core/gen_grpc_tls_credentials_options.py +++ b/tools/codegen/core/gen_grpc_tls_credentials_options.py @@ -474,7 +474,7 @@ print( #include "src/core/lib/security/credentials/xds/xds_credentials.h" #include "src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h" -#include "test/core/util/test_config.h" +#include "test/core/test_util/test_config.h" namespace grpc_core { namespace { diff --git a/tools/distrib/fix_build_deps.py b/tools/distrib/fix_build_deps.py index b25b9b3700a..03dbcc9137b 100755 --- a/tools/distrib/fix_build_deps.py +++ b/tools/distrib/fix_build_deps.py @@ -395,7 +395,7 @@ for dirname in [ "test/core/backoff", "test/core/experiments", "test/core/uri", - "test/core/util", + "test/core/test_util", "test/core/end2end", "test/core/event_engine", "test/core/filters", diff --git a/tools/run_tests/generated/configs.json b/tools/run_tests/generated/configs.json index e80514a875f..b10739d1571 100644 --- a/tools/run_tests/generated/configs.json +++ b/tools/run_tests/generated/configs.json @@ -3,7 +3,7 @@ "config": "asan", "environ": { "ASAN_OPTIONS": "detect_leaks=1:color=always", - "LSAN_OPTIONS": "suppressions=test/core/util/lsan_suppressions.txt:report_objects=1" + "LSAN_OPTIONS": "suppressions=test/core/test_util/lsan_suppressions.txt:report_objects=1" } }, { @@ -16,7 +16,7 @@ "config": "asan-trace-cmp", "environ": { "ASAN_OPTIONS": "detect_leaks=1:color=always", - "LSAN_OPTIONS": "suppressions=test/core/util/lsan_suppressions.txt:report_objects=1" + "LSAN_OPTIONS": "suppressions=test/core/test_util/lsan_suppressions.txt:report_objects=1" } }, { @@ -61,13 +61,13 @@ { "config": "tsan", "environ": { - "TSAN_OPTIONS": "suppressions=test/core/util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1" + "TSAN_OPTIONS": "suppressions=test/core/test_util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1" } }, { "config": "ubsan", "environ": { - "UBSAN_OPTIONS": "halt_on_error=1:print_stacktrace=1:suppressions=test/core/util/ubsan_suppressions.txt" + "UBSAN_OPTIONS": "halt_on_error=1:print_stacktrace=1:suppressions=test/core/test_util/ubsan_suppressions.txt" } } ] diff --git a/tools/run_tests/python_utils/start_port_server.py b/tools/run_tests/python_utils/start_port_server.py index 7c3b208d2c3..4205dddb852 100644 --- a/tools/run_tests/python_utils/start_port_server.py +++ b/tools/run_tests/python_utils/start_port_server.py @@ -27,7 +27,7 @@ import six.moves.urllib.request as request sys.path.append(os.path.dirname(os.path.abspath(__file__))) import jobset -# must be synchronized with test/core/util/port_server_client.h +# must be synchronized with test/core/test_util/port_server_client.h _PORT_SERVER_PORT = 32766 diff --git a/tools/run_tests/start_port_server.py b/tools/run_tests/start_port_server.py index c3e4789d64f..8e9c7ed3074 100755 --- a/tools/run_tests/start_port_server.py +++ b/tools/run_tests/start_port_server.py @@ -18,7 +18,7 @@ Wrapper around port server starting code. Used by developers who wish to run individual C/C++ tests outside of the run_tests.py infrastructure. -The path to this file is called out in test/core/util/port.c, and printed as +The path to this file is called out in test/core/test_util/port.c, and printed as an error message to users. """