grpc/test/core/end2end/tests
Yash Tibrewal b555343dd3
Revert "Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS""
2020-10-21 15:29:52 -07:00
..
authority_not_supported.cc Run clang fmt 2018-02-09 09:34:04 -08:00
bad_hostname.cc Run clang fmt 2018-02-09 09:34:04 -08:00
bad_ping.cc Revert "Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS"" 2020-10-21 15:29:52 -07:00
binary_metadata.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
call_creds.cc add security level negotiation between call creds and channel. 2020-01-06 11:40:27 -08:00
call_host_override.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
cancel_after_accept.cc Restructure how addresses and service config are passed from resolver to LB policy. 2019-03-26 11:57:21 -07:00
cancel_after_client_done.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
cancel_after_invoke.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
cancel_after_round_trip.cc Restructure how addresses and service config are passed from resolver to LB policy. 2019-03-26 11:57:21 -07:00
cancel_before_invoke.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
cancel_in_a_vacuum.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
cancel_test_helpers.h Fix clang-tidy errors 2020-10-15 16:07:25 -07:00
cancel_with_status.cc Remove unused-parameter warnings, round 2 (15 of 19) 2019-10-21 09:16:34 -07:00
channelz.cc Convert grpc_server to idiomatic C++. 2020-08-03 12:56:29 -07:00
client_streaming.cc Update comment 2020-04-14 20:38:48 -07:00
compressed_payload.cc Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -07:00
connectivity.cc Revamp server-side C++ callback API, message allocator, and mocking 2019-11-20 16:56:18 -08:00
default_host.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
disappearing_server.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
empty_batch.cc Remove unused-parameter warnings, round 2 (15 of 19) 2019-10-21 09:16:34 -07:00
filter_call_init_fails.cc Add TLS 1.2 testing. 2020-06-18 20:25:50 -07:00
filter_causes_close.cc Remove GRPC_CLOSURE_RUN and replace with grpc_core::Closure::Run 2019-11-01 16:21:16 -07:00
filter_context.cc Remove unused parameter warning (7 of 20) 2019-10-17 08:51:09 -07:00
filter_latency.cc Remove unused parameter warning (8 of 20) 2019-10-17 08:51:14 -07:00
filter_status_code.cc Remove unused parameter warning (8 of 20) 2019-10-17 08:51:14 -07:00
graceful_server_shutdown.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
high_initial_seqno.cc Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -07:00
hpack_size.cc Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -07:00
idempotent_request.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
invoke_large_request.cc Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -07:00
keepalive_timeout.cc Fix unique_ptr<char> memory allocation mismatch 2019-11-07 17:53:59 -08:00
large_metadata.cc Do not cancel RPC if send metadata size if larger than peer's limit 2020-08-14 12:15:55 -07:00
load_reporting_hook.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
max_concurrent_streams.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
max_connection_age.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
max_connection_idle.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
max_message_length.cc Revert "Revert "Add message-size check before message decompression"" 2020-06-23 12:19:07 -07:00
negative_deadline.cc Remove unused-parameter warnings, round 2 (16 of 19) 2019-10-21 09:16:34 -07:00
no_error_on_hotpath.cc Remove unused parameter warning (8 of 20) 2019-10-17 08:51:14 -07:00
no_logging.cc Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -07:00
no_op.cc Privatize useful.h and avl.h 2018-02-02 09:16:44 -08:00
payload.cc Remove unused-parameter warnings, round 2 (16 of 19) 2019-10-21 09:16:34 -07:00
ping.cc Revert "Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS"" 2020-10-21 15:29:52 -07:00
ping_pong_streaming.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
proxy_auth.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
registered_call.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
request_with_flags.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
request_with_payload.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
resource_quota_server.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_cancellation.cc Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -07:00
retry_disabled.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_exceeds_buffer_size_in_initial_batch.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_exceeds_buffer_size_in_subsequent_batch.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_non_retriable_status.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_non_retriable_status_before_recv_trailing_metadata_started.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_recv_initial_metadata.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_recv_message.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_server_pushback_delay.cc Decrease the fudge factor. 2018-06-05 17:33:24 +02:00
retry_server_pushback_disabled.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_streaming.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_streaming_after_commit.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_streaming_succeeds_before_replay_finished.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_throttled.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
retry_too_many_attempts.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
server_finishes_request.cc Roll-forward: Change server_finishes_request test to return OK status 2020-06-17 00:32:57 -07:00
server_streaming.cc Don't consider receiving non-OK status as an error for HTTP2 2020-08-14 11:22:37 -07:00
shutdown_finishes_calls.cc return unavailable on transport closed 2019-08-23 16:15:17 -07:00
shutdown_finishes_tags.cc Autofix c casts to c++ casts 2018-02-09 09:16:55 -08:00
simple_cacheable_request.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
simple_delayed_request.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
simple_metadata.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
simple_request.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
stream_compression_compressed_payload.cc Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -07:00
stream_compression_payload.cc Remove unused parameter warning (8 of 20) 2019-10-17 08:51:14 -07:00
stream_compression_ping_pong_streaming.cc Fix compression algorithm parsing 2019-06-19 12:23:41 -07:00
streaming_error_response.cc Don't consider receiving non-OK status as an error for HTTP2 2020-08-14 11:22:37 -07:00
trailing_metadata.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
workaround_cronet_compression.cc Reviewer comments 2020-04-16 11:37:53 -07:00
write_buffering.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
write_buffering_at_end.cc Fixed tests call host 2018-03-22 19:24:45 -07:00