grpc/test/core/end2end/tests
Juanli Shen 67e6b03e92 Fix compression algorithm parsing 2019-06-19 12:23:41 -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 Fix typos in test code 2019-02-27 09:11:01 +07:00
binary_metadata.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
call_creds.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
call_host_override.cc more comments 2018-03-27 11:23:49 -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 clang-format 2017-12-06 18:55:05 -08:00
cancel_with_status.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
channelz.cc Add max_results to ServerSockets 2018-12-11 08:24:40 -08:00
compressed_payload.cc Fix compression algorithm parsing 2019-06-19 12:23:41 -07:00
connectivity.cc C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) 2018-02-19 22:39:58 -08:00
default_host.cc localhost or 127.0.0.1 2018-03-25 15:36:39 -07:00
disappearing_server.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
empty_batch.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
filter_call_init_fails.cc Revert "Add more filter priority levels" 2018-08-16 08:58:26 -07:00
filter_causes_close.cc Revert "Add more filter priority levels" 2018-08-16 08:58:26 -07:00
filter_context.cc Don't use a separate call context for subchannel calls. 2019-03-04 14:38:02 -08:00
filter_latency.cc Revert "Add more filter priority levels" 2018-08-16 08:58:26 -07:00
filter_status_code.cc Fix TSAN issue in filter_status_code test 2019-01-21 19:15:35 -08:00
graceful_server_shutdown.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
high_initial_seqno.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
hpack_size.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
idempotent_request.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
invoke_large_request.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
keepalive_timeout.cc Roll-forward "Config migration" 2019-05-20 15:47:24 -07:00
large_metadata.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
load_reporting_hook.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
max_concurrent_streams.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
max_connection_age.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
max_connection_idle.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
max_message_length.cc Restructure how addresses and service config are passed from resolver to LB policy. 2019-03-26 11:57:21 -07:00
negative_deadline.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
no_error_on_hotpath.cc Add no_error_on_hotpath test 2018-06-07 16:08:48 -07:00
no_logging.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
no_op.cc Privatize useful.h and avl.h 2018-02-02 09:16:44 -08:00
payload.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
ping.cc C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) 2018-02-19 22:39:58 -08:00
ping_pong_streaming.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
proxy_auth.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
registered_call.cc Fixed tests call host 2018-03-22 19:24:45 -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 Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_disabled.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_exceeds_buffer_size_in_initial_batch.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_exceeds_buffer_size_in_subsequent_batch.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_non_retriable_status.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_non_retriable_status_before_recv_trailing_metadata_started.cc Fix retry code handling of internally triggered recv_trailing_metadata. 2018-04-12 08:05:44 -07:00
retry_recv_initial_metadata.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_recv_message.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_server_pushback_delay.cc Decrease the fudge factor. 2018-06-05 17:33:24 +02:00
retry_server_pushback_disabled.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_streaming.cc reviewer comments 2018-10-18 12:34:21 -07:00
retry_streaming_after_commit.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_streaming_succeeds_before_replay_finished.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
retry_throttled.cc Fix existing tests 2019-05-03 15:40:39 -07:00
retry_too_many_attempts.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
server_finishes_request.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
shutdown_finishes_calls.cc Fixed tests call host 2018-03-22 19:24:45 -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 Fixed tests call host 2018-03-22 19:24:45 -07:00
simple_metadata.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
simple_request.cc Add test 2019-04-09 12:50:39 -07:00
stream_compression_compressed_payload.cc Fix compression algorithm parsing 2019-06-19 12:23:41 -07:00
stream_compression_payload.cc Fix compression algorithm parsing 2019-06-19 12:23:41 -07:00
stream_compression_ping_pong_streaming.cc Fix compression algorithm parsing 2019-06-19 12:23:41 -07:00
streaming_error_response.cc Added another test case for status ordering 2018-11-05 10:24:01 -08:00
trailing_metadata.cc Fixed tests call host 2018-03-22 19:24:45 -07:00
workaround_cronet_compression.cc Fix compression algorithm parsing 2019-06-19 12:23:41 -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