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 20d1efc38a
[stats] Move core stats to C++ (#30936)
2 years ago
..
data
fixtures Deprecated grpc_error_std_string (#31267) 2 years ago
fuzzers [event_engine] Fix for the EE/iomgr shutdown ordering problem (#31265) 2 years ago
tests [stats] Move core stats to C++ (#30936) 2 years ago
BUILD Deprecated grpc_error_std_string (#31267) 2 years ago
README
bad_server_response_test.cc Deprecated grpc_error_std_string (#31267) 2 years ago
connection_refused_test.cc
cq_verifier.cc
cq_verifier.h
dualstack_socket_test.cc Reland x2: Make GetDefaultEventEngine return a shared_ptr (#30619) 2 years ago
end2end_test_utils.cc
end2end_tests.cc Removed no_error_on_hotpath (#31225) 2 years ago
end2end_tests.h [promises] Promise based grpc_call (#29598) 2 years ago
engine_passthrough.cc
flaky.bzl Revert "[flakes] Update flakiness (#31121)" (#31173) 2 years ago
gen_build_yaml.py
generate_tests.bzl Removed no_error_on_hotpath (#31225) 2 years ago
goaway_server_test.cc Simplified GRPC_ERROR_CREATE macros (#31222) 2 years ago
h2_ssl_cert_test.cc
h2_ssl_session_reuse_test.cc
inproc_callback_test.cc
invalid_call_argument_test.cc [c++14] absl::make_unique --> std::make_unique (#31159) 2 years ago
multiple_server_queues_test.cc
no_server_test.cc
run.sh

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