grpc/test/core/end2end/tests
Craig Tiller 0ecee5ad3f [call-v3] Server path (#36509)
<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #36509

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36509 from ctiller:transport-refs-3 2771a2b0e1
PiperOrigin-RevId: 633240374
2024-05-13 09:45:09 -07:00
..
bad_ping.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
binary_metadata.cc [EventEngine] Re-enable skipped core/end2end EventEngine client tests (#34702) 2023-10-23 08:54:53 -07:00
call_creds.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36575) 2024-05-10 19:51:57 -07:00
call_host_override.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
cancel_after_accept.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
cancel_after_client_done.cc [chaotic-good] Bring up core e2e tests (#35663) 2024-02-09 13:34:46 -08:00
cancel_after_invoke.cc [test] Add comment about workaround (re #35969) (#35971) 2024-02-22 14:58:27 -08:00
cancel_after_round_trip.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
cancel_before_invoke.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
cancel_in_a_vacuum.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
cancel_test_helpers.h [tests] Convert core e2e tests to gtest (#32603) 2023-04-03 22:19:57 -07:00
cancel_with_status.cc [test] Add comment about workaround (re #35969) (#35971) 2024-02-22 14:58:27 -08:00
channelz.cc [reorg] move server code to src/core/server (#36475) 2024-05-01 11:16:02 -07:00
client_streaming.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
compressed_payload.cc [chttp2] Split ping policy from transport (#33703) 2023-07-26 09:19:35 -07:00
connectivity.cc [pick_first] fix sticky-TF and handling of subchannels in TRANSIENT_FAILURE (#33753) 2023-08-15 17:12:21 -07:00
default_host.cc [EventEngine] Support AF_UNIX for windows (#34801) 2024-02-14 13:15:57 -08:00
disappearing_server.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36575) 2024-05-10 19:51:57 -07:00
empty_batch.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
filter_causes_close.cc [call-v3] Interim step to allow multiple representations of CallSpine (#36321) 2024-04-15 15:09:28 -07:00
filter_context.cc [call-v3] Server path (#36509) 2024-05-13 09:45:09 -07:00
filter_init_fails.cc [chaotic-good] Bring up core e2e tests (#35663) 2024-02-09 13:34:46 -08:00
filtered_metadata.cc [EventEngine] Re-enable skipped core/end2end EventEngine client tests (#34702) 2023-10-23 08:54:53 -07:00
graceful_server_shutdown.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
grpc_authz.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
high_initial_seqno.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
hpack_size.cc [chttp2] Split ping policy from transport (#33703) 2023-07-26 09:19:35 -07:00
http2_stats.cc [http2] Fix http2_stats test's usage of GlobalPluginStatsRegistry (#36561) 2024-05-08 11:11:52 -07:00
invoke_large_request.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
keepalive_timeout.cc [chttp2] Add an experiment to separate liveness checks from ping timeouts (#34647) 2023-10-12 10:04:51 -07:00
large_metadata.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
max_concurrent_streams.cc [chttp2] Fix flaky max_concurrent_streams test (#34774) 2023-10-23 13:09:08 -07:00
max_connection_age.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
max_connection_idle.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
max_message_length.cc [Max Message Limits] Improve logging to determine client/server (#36103) 2024-03-13 15:36:00 -07:00
negative_deadline.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
no_logging.cc [test] Use std::regex_search in no_logging test (#36131) 2024-03-20 14:47:48 -07:00
no_op.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2023-05-11 08:22:34 -07:00
payload.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
ping.cc [chttp2] Split ping policy from transport (#33703) 2023-07-26 09:19:35 -07:00
ping_pong_streaming.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
proxy_auth.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
registered_call.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2023-05-11 08:22:34 -07:00
request_with_flags.cc [chaotic-good] Bring up core e2e tests (#35663) 2024-02-09 13:34:46 -08:00
request_with_payload.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
resource_quota_server.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36575) 2024-05-10 19:51:57 -07:00
retry.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_cancel_after_first_attempt_starts.cc [test] Add comment about workaround (re #35969) (#35971) 2024-02-22 14:58:27 -08:00
retry_cancel_during_delay.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
retry_cancel_with_multiple_send_batches.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
retry_cancellation.cc [chttp2] Split ping policy from transport (#33703) 2023-07-26 09:19:35 -07:00
retry_disabled.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_exceeds_buffer_size_in_delay.cc [chttp2] Split ping policy from transport (#33703) 2023-07-26 09:19:35 -07:00
retry_exceeds_buffer_size_in_initial_batch.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_exceeds_buffer_size_in_subsequent_batch.cc [chttp2] Split ping policy from transport (#33703) 2023-07-26 09:19:35 -07:00
retry_lb_drop.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
retry_lb_fail.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
retry_non_retriable_status.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_non_retriable_status_before_trailers.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_per_attempt_recv_timeout.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
retry_per_attempt_recv_timeout_on_last_attempt.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
retry_recv_initial_metadata.cc [EventEngine] Re-enable skipped core/end2end EventEngine client tests (#34702) 2023-10-23 08:54:53 -07:00
retry_recv_message.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_recv_message_replay.cc [promises] Add an API to access new style filters (#35200) 2023-12-04 22:12:37 -08:00
retry_recv_trailing_metadata_error.cc [promises] Add an API to access new style filters (#35200) 2023-12-04 22:12:37 -08:00
retry_send_initial_metadata_refs.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_send_op_fails.cc [promises] Add an API to access new style filters (#35200) 2023-12-04 22:12:37 -08:00
retry_send_recv_batch.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_server_pushback_delay.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_server_pushback_disabled.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_streaming.cc [reorg] move channelz code to src/core/channelz (#36380) 2024-04-19 13:05:23 -07:00
retry_streaming_after_commit.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_streaming_succeeds_before_replay_finished.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_throttled.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_too_many_attempts.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_transparent_goaway.cc [promises] Add an API to access new style filters (#35200) 2023-12-04 22:12:37 -08:00
retry_transparent_max_concurrent_streams.cc [test] Sleep between server restarts in retry_transparent_max_concurrent_streams (#35149) 2023-11-29 15:38:03 -08:00
retry_transparent_not_sent_on_wire.cc [promises] Add an API to access new style filters (#35200) 2023-12-04 22:12:37 -08:00
retry_unref_before_finish.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
retry_unref_before_recv.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
server_finishes_request.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
server_streaming.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36575) 2024-05-10 19:51:57 -07:00
shutdown_finishes_calls.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
shutdown_finishes_tags.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2023-05-11 08:22:34 -07:00
simple_delayed_request.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36575) 2024-05-10 19:51:57 -07:00
simple_metadata.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
simple_request.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36575) 2024-05-10 19:51:57 -07:00
streaming_error_response.cc [chaotic-good] Bring up core e2e tests (#35663) 2024-02-09 13:34:46 -08:00
timeout_before_request_call.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36575) 2024-05-10 19:51:57 -07:00
trailing_metadata.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
write_buffering.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
write_buffering_at_end.cc [chaotic-good] Bring up core e2e tests (#35663) 2024-02-09 13:34:46 -08:00