From ce67488da021c9e77cc676fc897b3e5dd7f04b04 Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:19:10 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- CMakeLists.txt | 91 +++++++++++++++++++ build_autogenerated.yaml | 91 +++++++++++++++++++ src/core/config/config_vars.h | 6 +- test/core/test_util/BUILD | 9 +- .../test_util/fuzz_config_vars_helpers.cc | 4 +- 5 files changed, 193 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5de6896eca2ae..a724724f591ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8403,6 +8403,7 @@ target_include_directories(bad_ping_test target_link_libraries(bad_ping_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -8897,6 +8898,7 @@ target_include_directories(binary_metadata_test target_link_libraries(binary_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -9250,6 +9252,7 @@ target_include_directories(call_creds_test target_link_libraries(call_creds_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -9470,6 +9473,7 @@ target_include_directories(call_host_override_test target_link_libraries(call_host_override_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -9941,6 +9945,7 @@ target_include_directories(cancel_after_accept_test target_link_libraries(cancel_after_accept_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -10024,6 +10029,7 @@ target_include_directories(cancel_after_client_done_test target_link_libraries(cancel_after_client_done_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -10107,6 +10113,7 @@ target_include_directories(cancel_after_invoke_test target_link_libraries(cancel_after_invoke_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -10190,6 +10197,7 @@ target_include_directories(cancel_after_round_trip_test target_link_libraries(cancel_after_round_trip_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -10320,6 +10328,7 @@ target_include_directories(cancel_before_invoke_test target_link_libraries(cancel_before_invoke_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -10479,6 +10488,7 @@ target_include_directories(cancel_in_a_vacuum_test target_link_libraries(cancel_in_a_vacuum_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -10562,6 +10572,7 @@ target_include_directories(cancel_with_status_test target_link_libraries(cancel_with_status_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -12400,6 +12411,7 @@ target_include_directories(client_streaming_test target_link_libraries(client_streaming_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -12757,6 +12769,7 @@ target_include_directories(compressed_payload_test target_link_libraries(compressed_payload_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -13111,6 +13124,7 @@ target_include_directories(connectivity_test target_link_libraries(connectivity_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -13592,6 +13606,7 @@ target_include_directories(default_host_test target_link_libraries(default_host_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -13836,6 +13851,7 @@ target_include_directories(disappearing_server_test target_link_libraries(disappearing_server_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -14212,6 +14228,7 @@ target_include_directories(empty_batch_test target_link_libraries(empty_batch_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -15367,6 +15384,7 @@ target_include_directories(filter_causes_close_test target_link_libraries(filter_causes_close_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -15450,6 +15468,7 @@ target_include_directories(filter_init_fails_test target_link_libraries(filter_init_fails_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -15583,6 +15602,7 @@ target_include_directories(filtered_metadata_test target_link_libraries(filtered_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -16541,6 +16561,7 @@ target_include_directories(graceful_server_shutdown_test target_link_libraries(graceful_server_shutdown_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -16940,6 +16961,7 @@ target_include_directories(grpc_authz_test target_link_libraries(grpc_authz_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -17998,6 +18020,7 @@ target_include_directories(h2_ssl_cert_test target_link_libraries(h2_ssl_cert_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util ) @@ -18426,6 +18449,7 @@ target_include_directories(high_initial_seqno_test target_link_libraries(high_initial_seqno_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -18751,6 +18775,7 @@ target_include_directories(hpack_size_test target_link_libraries(hpack_size_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -19033,6 +19058,7 @@ target_include_directories(http2_stats_test target_link_libraries(http2_stats_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -19936,6 +19962,7 @@ target_include_directories(invoke_large_request_test target_link_libraries(invoke_large_request_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -20345,6 +20372,7 @@ target_include_directories(keepalive_timeout_test target_link_libraries(keepalive_timeout_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -20471,6 +20499,7 @@ target_include_directories(large_metadata_test target_link_libraries(large_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -21196,6 +21225,7 @@ target_include_directories(max_concurrent_streams_test target_link_libraries(max_concurrent_streams_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -21279,6 +21309,7 @@ target_include_directories(max_connection_age_test target_link_libraries(max_connection_age_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -21362,6 +21393,7 @@ target_include_directories(max_connection_idle_test target_link_libraries(max_connection_idle_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -21445,6 +21477,7 @@ target_include_directories(max_message_length_test target_link_libraries(max_message_length_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -22201,6 +22234,7 @@ target_include_directories(negative_deadline_test target_link_libraries(negative_deadline_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -22316,6 +22350,7 @@ target_include_directories(no_logging_test target_link_libraries(no_logging_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -22399,6 +22434,7 @@ target_include_directories(no_op_test target_link_libraries(no_op_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -23447,6 +23483,7 @@ target_include_directories(payload_test target_link_libraries(payload_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -23832,6 +23869,7 @@ target_include_directories(ping_pong_streaming_test target_link_libraries(ping_pong_streaming_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -23965,6 +24003,7 @@ target_include_directories(ping_test target_link_libraries(ping_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -25491,6 +25530,7 @@ target_include_directories(proxy_auth_test target_link_libraries(proxy_auth_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -26095,6 +26135,7 @@ target_include_directories(registered_call_test target_link_libraries(registered_call_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -26321,6 +26362,7 @@ target_include_directories(request_with_flags_test target_link_libraries(request_with_flags_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -26404,6 +26446,7 @@ target_include_directories(request_with_payload_test target_link_libraries(request_with_payload_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -26770,6 +26813,7 @@ target_include_directories(resource_quota_server_test target_link_libraries(resource_quota_server_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -26895,6 +26939,7 @@ target_include_directories(retry_cancel_after_first_attempt_starts_test target_link_libraries(retry_cancel_after_first_attempt_starts_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -26978,6 +27023,7 @@ target_include_directories(retry_cancel_during_delay_test target_link_libraries(retry_cancel_during_delay_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27061,6 +27107,7 @@ target_include_directories(retry_cancel_with_multiple_send_batches_test target_link_libraries(retry_cancel_with_multiple_send_batches_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27144,6 +27191,7 @@ target_include_directories(retry_cancellation_test target_link_libraries(retry_cancellation_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27227,6 +27275,7 @@ target_include_directories(retry_disabled_test target_link_libraries(retry_disabled_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27310,6 +27359,7 @@ target_include_directories(retry_exceeds_buffer_size_in_delay_test target_link_libraries(retry_exceeds_buffer_size_in_delay_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27393,6 +27443,7 @@ target_include_directories(retry_exceeds_buffer_size_in_initial_batch_test target_link_libraries(retry_exceeds_buffer_size_in_initial_batch_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27476,6 +27527,7 @@ target_include_directories(retry_exceeds_buffer_size_in_subsequent_batch_test target_link_libraries(retry_exceeds_buffer_size_in_subsequent_batch_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27559,6 +27611,7 @@ target_include_directories(retry_lb_drop_test target_link_libraries(retry_lb_drop_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27642,6 +27695,7 @@ target_include_directories(retry_lb_fail_test target_link_libraries(retry_lb_fail_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27725,6 +27779,7 @@ target_include_directories(retry_non_retriable_status_before_trailers_test target_link_libraries(retry_non_retriable_status_before_trailers_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27808,6 +27863,7 @@ target_include_directories(retry_non_retriable_status_test target_link_libraries(retry_non_retriable_status_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27891,6 +27947,7 @@ target_include_directories(retry_per_attempt_recv_timeout_on_last_attempt_test target_link_libraries(retry_per_attempt_recv_timeout_on_last_attempt_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -27974,6 +28031,7 @@ target_include_directories(retry_per_attempt_recv_timeout_test target_link_libraries(retry_per_attempt_recv_timeout_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28057,6 +28115,7 @@ target_include_directories(retry_recv_initial_metadata_test target_link_libraries(retry_recv_initial_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28140,6 +28199,7 @@ target_include_directories(retry_recv_message_replay_test target_link_libraries(retry_recv_message_replay_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28223,6 +28283,7 @@ target_include_directories(retry_recv_message_test target_link_libraries(retry_recv_message_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28306,6 +28367,7 @@ target_include_directories(retry_recv_trailing_metadata_error_test target_link_libraries(retry_recv_trailing_metadata_error_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28389,6 +28451,7 @@ target_include_directories(retry_send_initial_metadata_refs_test target_link_libraries(retry_send_initial_metadata_refs_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28472,6 +28535,7 @@ target_include_directories(retry_send_op_fails_test target_link_libraries(retry_send_op_fails_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28555,6 +28619,7 @@ target_include_directories(retry_send_recv_batch_test target_link_libraries(retry_send_recv_batch_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28638,6 +28703,7 @@ target_include_directories(retry_server_pushback_delay_test target_link_libraries(retry_server_pushback_delay_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28721,6 +28787,7 @@ target_include_directories(retry_server_pushback_disabled_test target_link_libraries(retry_server_pushback_disabled_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28846,6 +28913,7 @@ target_include_directories(retry_streaming_after_commit_test target_link_libraries(retry_streaming_after_commit_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -28929,6 +28997,7 @@ target_include_directories(retry_streaming_succeeds_before_replay_finished_test target_link_libraries(retry_streaming_succeeds_before_replay_finished_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -29012,6 +29081,7 @@ target_include_directories(retry_streaming_test target_link_libraries(retry_streaming_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -29095,6 +29165,7 @@ target_include_directories(retry_test target_link_libraries(retry_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -29220,6 +29291,7 @@ target_include_directories(retry_throttled_test target_link_libraries(retry_throttled_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -29303,6 +29375,7 @@ target_include_directories(retry_too_many_attempts_test target_link_libraries(retry_too_many_attempts_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -29386,6 +29459,7 @@ target_include_directories(retry_transparent_goaway_test target_link_libraries(retry_transparent_goaway_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -29469,6 +29543,7 @@ target_include_directories(retry_transparent_max_concurrent_streams_test target_link_libraries(retry_transparent_max_concurrent_streams_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -29552,6 +29627,7 @@ target_include_directories(retry_transparent_not_sent_on_wire_test target_link_libraries(retry_transparent_not_sent_on_wire_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -29635,6 +29711,7 @@ target_include_directories(retry_unref_before_finish_test target_link_libraries(retry_unref_before_finish_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -29718,6 +29795,7 @@ target_include_directories(retry_unref_before_recv_test target_link_libraries(retry_unref_before_recv_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -30834,6 +30912,7 @@ target_include_directories(server_finishes_request_test target_link_libraries(server_finishes_request_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -31169,6 +31248,7 @@ target_include_directories(server_streaming_test target_link_libraries(server_streaming_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -31466,6 +31546,7 @@ target_include_directories(shutdown_finishes_calls_test target_link_libraries(shutdown_finishes_calls_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -31549,6 +31630,7 @@ target_include_directories(shutdown_finishes_tags_test target_link_libraries(shutdown_finishes_tags_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -31711,6 +31793,7 @@ target_include_directories(simple_delayed_request_test target_link_libraries(simple_delayed_request_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -31794,6 +31877,7 @@ target_include_directories(simple_metadata_test target_link_libraries(simple_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -31921,6 +32005,7 @@ target_include_directories(simple_request_test target_link_libraries(simple_request_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -32818,6 +32903,7 @@ target_include_directories(streaming_error_response_test target_link_libraries(streaming_error_response_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -33664,6 +33750,7 @@ target_include_directories(test_core_end2end_channelz_test target_link_libraries(test_core_end2end_channelz_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -34777,6 +34864,7 @@ target_include_directories(timeout_before_request_call_test target_link_libraries(timeout_before_request_call_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -35419,6 +35507,7 @@ target_include_directories(trailing_metadata_test target_link_libraries(trailing_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -36452,6 +36541,7 @@ target_include_directories(write_buffering_at_end_test target_link_libraries(write_buffering_at_end_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util @@ -36535,6 +36625,7 @@ target_include_directories(write_buffering_test target_link_libraries(write_buffering_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + absl::int128 grpc_authorization_provider ${_gRPC_PROTOBUF_LIBRARIES} grpc_test_util diff --git a/build_autogenerated.yaml b/build_autogenerated.yaml index 621dc450f4626..feebc46fe3097 100644 --- a/build_autogenerated.yaml +++ b/build_autogenerated.yaml @@ -5902,6 +5902,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -6144,6 +6145,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -6354,6 +6356,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -6602,6 +6605,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -7315,6 +7319,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -7398,6 +7403,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -7482,6 +7488,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -7565,6 +7572,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -7665,6 +7673,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -7850,6 +7859,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -7934,6 +7944,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -8971,6 +8982,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -9162,6 +9174,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -9347,6 +9360,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -9546,6 +9560,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -9670,6 +9685,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -9841,6 +9857,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -10389,6 +10406,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -10472,6 +10490,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -10573,6 +10592,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -11136,6 +11156,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -11349,6 +11370,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -11792,6 +11814,7 @@ targets: - test/core/test_util/fuzz_config_vars_helpers.cc deps: - gtest + - absl/numeric:int128 - protobuf - grpc_test_util - name: h2_ssl_session_reuse_test @@ -11977,6 +12000,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -12183,6 +12207,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -12358,6 +12383,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -12833,6 +12859,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -13057,6 +13084,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -13152,6 +13180,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -13607,6 +13636,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -13690,6 +13720,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -13773,6 +13804,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -13856,6 +13888,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -14184,6 +14217,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -14279,6 +14313,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -14362,6 +14397,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -14790,6 +14826,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -15043,6 +15080,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -15154,6 +15192,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -15758,6 +15797,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -16039,6 +16079,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -16303,6 +16344,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -16386,6 +16428,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -16613,6 +16656,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -16707,6 +16751,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -16790,6 +16835,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -16873,6 +16919,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -16956,6 +17003,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17039,6 +17087,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17122,6 +17171,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17205,6 +17255,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17288,6 +17339,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17371,6 +17423,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17454,6 +17507,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17537,6 +17591,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17620,6 +17675,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17703,6 +17759,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17786,6 +17843,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17869,6 +17927,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -17952,6 +18011,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18035,6 +18095,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18118,6 +18179,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18201,6 +18263,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18284,6 +18347,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18367,6 +18431,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18450,6 +18515,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18533,6 +18599,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18627,6 +18694,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18710,6 +18778,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18793,6 +18862,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18876,6 +18946,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -18970,6 +19041,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -19053,6 +19125,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -19136,6 +19209,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -19219,6 +19293,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -19302,6 +19377,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -19385,6 +19461,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -19468,6 +19545,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -19920,6 +19998,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -20095,6 +20174,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -20246,6 +20326,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -20329,6 +20410,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -20431,6 +20513,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -20514,6 +20597,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -20611,6 +20695,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -20978,6 +21063,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -21377,6 +21463,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -21843,6 +21930,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -22115,6 +22203,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -22561,6 +22650,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util @@ -22644,6 +22734,7 @@ targets: - third_party/googletest/googlemock/src/gmock_main.cc deps: - gtest + - absl/numeric:int128 - grpc_authorization_provider - protobuf - grpc_test_util diff --git a/src/core/config/config_vars.h b/src/core/config/config_vars.h index 21a82b929374a..0672d4b431700 100644 --- a/src/core/config/config_vars.h +++ b/src/core/config/config_vars.h @@ -16,8 +16,8 @@ // Automatically generated by tools/codegen/core/gen_config_vars.py // -#ifndef GRPC_SRC_CORE_LIB_CONFIG_CONFIG_VARS_H -#define GRPC_SRC_CORE_LIB_CONFIG_CONFIG_VARS_H +#ifndef GRPC_SRC_CORE_CONFIG_CONFIG_VARS_H +#define GRPC_SRC_CORE_CONFIG_CONFIG_VARS_H #include #include @@ -125,4 +125,4 @@ class GPR_DLL ConfigVars { } // namespace grpc_core -#endif // GRPC_SRC_CORE_LIB_CONFIG_CONFIG_VARS_H +#endif // GRPC_SRC_CORE_CONFIG_CONFIG_VARS_H diff --git a/test/core/test_util/BUILD b/test/core/test_util/BUILD index fbfb8a65b04fc..7ede8677f34f5 100644 --- a/test/core/test_util/BUILD +++ b/test/core/test_util/BUILD @@ -459,12 +459,15 @@ grpc_cc_library( name = "fuzz_config_vars_helpers", srcs = ["fuzz_config_vars_helpers.cc"], hdrs = ["fuzz_config_vars_helpers.h"], - external_deps = ["absl/strings", "fuzztest"], + external_deps = [ + "absl/strings", + "fuzztest", + ], deps = [ - "//:gpr_platform", "fuzz_config_vars_cc_proto", - "//src/core:experiments", + "//:gpr_platform", "//:grpc_trace", + "//src/core:experiments", ], ) diff --git a/test/core/test_util/fuzz_config_vars_helpers.cc b/test/core/test_util/fuzz_config_vars_helpers.cc index 297df788195a0..337c298bd3f75 100644 --- a/test/core/test_util/fuzz_config_vars_helpers.cc +++ b/test/core/test_util/fuzz_config_vars_helpers.cc @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "fuzz_config_vars_helpers.h" +#include "test/core/test_util/fuzz_config_vars_helpers.h" #include #include @@ -39,7 +39,7 @@ std::vector ExperimentConfigChoices() { std::vector TracerConfigChoices() { std::vector choices; - for (auto [name, _] : GetAllTraceFlags()) { + for (const auto& [name, _] : GetAllTraceFlags()) { choices.push_back(name); choices.push_back(absl::StrCat("-", name)); }