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 a594d0aa1e
Reland call state cleanup fix (#27914)
3 years ago
..
data
fixtures Zalloc or C++ new for structs (#27739) 3 years ago
fuzzers Reland call state cleanup fix (#27914) 3 years ago
tests Add (void) to function calls returning absl::Status (#27761) 3 years ago
BUILD
README
bad_server_response_test.cc
connection_refused_test.cc
cq_verifier.cc
cq_verifier.h
cq_verifier_internal.h
cq_verifier_native.cc
dualstack_socket_test.cc
end2end_nosec_tests.cc Remove old backwards compatibility cronet compression workaround code (#27701) 3 years ago
end2end_test.sh
end2end_test_utils.cc
end2end_tests.cc Remove old backwards compatibility cronet compression workaround code (#27701) 3 years ago
end2end_tests.h
engine_passthrough.cc OpenSslEngineSupport-200114 5 years ago
gen_build_yaml.py
generate_tests.bzl Remove old backwards compatibility cronet compression workaround code (#27701) 3 years ago
goaway_server_test.cc
h2_ssl_cert_test.cc
h2_ssl_session_reuse_test.cc
inproc_callback_test.cc Various fixes on absl::Status migration (#27557) 3 years ago
invalid_call_argument_test.cc
multiple_server_queues_test.cc
no_server_test.cc

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