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 6e2d7b984d
[chttp2] Fix use-after-free (#29916)
3 years ago
..
data
fixtures Reland bytestream removal (#29911) 3 years ago
fuzzers [chttp2] Fix use-after-free (#29916) 3 years ago
tests Reland bytestream removal (#29911) 3 years ago
BUILD Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
README
bad_server_response_test.cc Adding a max_frame_size argument to grpc_endpoint_write API to allow a sender to control frame sizes (#29526) 3 years ago
connection_refused_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
cq_verifier.cc grpc_millis -> Timestamp/Duration (#28119) 3 years ago
cq_verifier.h
cq_verifier_internal.h
cq_verifier_native.cc
dualstack_socket_test.cc Revert "Revert "Fix grpc_sockaddr_to_uri to return URI encoded string. Also see #29323 which has a similar fix for unix abstract addresses."" (#29798) 3 years ago
end2end_test_utils.cc
end2end_tests.cc Filter content-length metadata (#29295) 3 years ago
end2end_tests.h Remove shutdown_cq from grpc_end2end_test_fixture (#29049) 3 years ago
engine_passthrough.cc
gen_build_yaml.py Delete end2end nosec tests (#28946) 3 years ago
generate_tests.bzl Reland bytestream removal (#29911) 3 years ago
goaway_server_test.cc Reland DNSResolver cancellation (#29581 and #29631) (#29670) 3 years ago
h2_ssl_cert_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
h2_ssl_session_reuse_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
inproc_callback_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
invalid_call_argument_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
multiple_server_queues_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
no_server_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
run.sh Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago

README

Each fixture (under fixtures/) is paired with each test (under tests/) and
forms a complete end-to-end test.

To add a new test or fixture:
- add the code to the relevant directory
- update generate_tests.bzl to reflect the change
- regenerate projects