The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Craig Tiller b28c4048f9
[fuzzing] Fix failures found by max_connection_idle_fuzzer (#33487)
1 year ago
..
bad_ping.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
binary_metadata.cc [testing] Temporarily skip flaky event engine tests. (#33136) 2 years ago
call_creds.cc [testing] Skip more flaky event engine tests (#33160) 2 years ago
call_host_override.cc [fuzzing] Increase deadline to accommodate fuzzing injected delays (#33480) 1 year ago
cancel_after_accept.cc [testing] Skip more flaky event engine tests (#33160) 2 years ago
cancel_after_client_done.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
cancel_after_invoke.cc [end2end] Shard some longer running tests a little more to reduce timeout risk (#33387) 1 year ago
cancel_after_round_trip.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
cancel_before_invoke.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
cancel_in_a_vacuum.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
cancel_test_helpers.h [tests] Convert core e2e tests to gtest (#32603) 2 years ago
cancel_with_status.cc [testing] Temporarily skip flaky event engine tests. (#33136) 2 years ago
channelz.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
client_streaming.cc [fuzzing] Increase timeout to accomodate slow internal callbacks (#33407) 1 year ago
compressed_payload.cc [fuzzer] Increase timeouts to accommodate delayed callbacks (#33271) 2 years ago
connectivity.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
default_host.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
disappearing_server.cc [end2end] Better logging, and a fix (by increasing timeout) on disappearing_server_test (#33444) 1 year ago
empty_batch.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
filter_causes_close.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
filter_context.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
filter_init_fails.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
filtered_metadata.cc [end2end] Increase deadline on filtered_metadata test after observed failure (#33466) 1 year ago
graceful_server_shutdown.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
grpc_authz.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
high_initial_seqno.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
hpack_size.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
invoke_large_request.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
keepalive_timeout.cc [fuzzing] Fix fuzzer found test bug (#33471) 1 year ago
large_metadata.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
max_concurrent_streams.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
max_connection_age.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
max_connection_idle.cc [fuzzing] Fix failures found by max_connection_idle_fuzzer (#33487) 1 year ago
max_message_length.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
negative_deadline.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
no_logging.cc [no_logging] Restrict regexes by module name (#33468) 1 year ago
no_op.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
payload.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
ping.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
ping_pong_streaming.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
proxy_auth.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
registered_call.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
request_with_flags.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
request_with_payload.cc [flake] Raise deadline to eliminate flake in request_with_payload (#33488) 1 year ago
resource_quota_server.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_cancel_after_first_attempt_starts.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_cancel_during_delay.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_cancel_with_multiple_send_batches.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_cancellation.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_disabled.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_exceeds_buffer_size_in_delay.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_exceeds_buffer_size_in_initial_batch.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_exceeds_buffer_size_in_subsequent_batch.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_lb_drop.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_lb_fail.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_non_retriable_status.cc [core e2e tests] increase RPC deadline in a couple of tests to avoid flakes (#33456) 1 year ago
retry_non_retriable_status_before_trailers.cc [end2end] Binary & fuzzer per test .cc (#33374) 1 year ago
retry_per_attempt_recv_timeout.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_per_attempt_recv_timeout_on_last_attempt.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_recv_initial_metadata.cc [testing] Temporarily skip flaky event engine tests. (#33136) 2 years ago
retry_recv_message.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_recv_message_replay.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_recv_trailing_metadata_error.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_send_initial_metadata_refs.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_send_op_fails.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_send_recv_batch.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_server_pushback_delay.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_server_pushback_disabled.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_streaming.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_streaming_after_commit.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_streaming_succeeds_before_replay_finished.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_throttled.cc [core e2e tests] increase RPC deadline in a couple of tests to avoid flakes (#33456) 1 year ago
retry_too_many_attempts.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_transparent_goaway.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_transparent_max_concurrent_streams.cc [fuzzer] Fix event ordering in retry_max_concurrent_streams (#33454) 1 year ago
retry_transparent_not_sent_on_wire.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_unref_before_finish.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
retry_unref_before_recv.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
server_finishes_request.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
server_streaming.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
shutdown_finishes_calls.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
shutdown_finishes_tags.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
simple_delayed_request.cc [fuzzing] Increase deadline to accommodate fuzzing injected delays (#33481) 1 year ago
simple_metadata.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
simple_request.cc [fuzzing] Use a smaller max delay for writes than run-after (#33455) 1 year ago
streaming_error_response.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
trailing_metadata.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
write_buffering.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago
write_buffering_at_end.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2 years ago