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.
 
 
 
 
 
 
Mark D. Roth d017ce5f25
Cancel retry timer on call cancellation (#25890)
4 years ago
..
data add comments to avoid future use of hard-coded creds 5 years ago
fixtures disable retries by default (#25847) 4 years ago
fuzzers Revert Revert Xds Status Notifier (#25718) 4 years ago
tests Cancel retry timer on call cancellation (#25890) 4 years ago
BUILD remove hardcoded test credentials 5 years ago
README cleanup gen_build_yaml.py for end2end tests 5 years ago
bad_server_response_test.cc Revert "Remove the `urgent` argument from iomgr tcp read API (#25494)" (#25592) 4 years ago
connection_refused_test.cc C++ cast for void* 4 years ago
cq_verifier.cc Fix the bug of cq_maybe_expect_completion 4 years ago
cq_verifier.h Fix readability-inconsistent-declaration-parameter-name manually 4 years ago
cq_verifier_internal.h clang-format 7 years ago
cq_verifier_native.cc Enable clang-tidy as a sanity check, fix up all known failures 7 years ago
cq_verifier_uv.cc Use static_cast rather than reinterpret_cast whenever possible 7 years ago
dualstack_socket_test.cc C++ cast for void* 4 years ago
end2end_nosec_tests.cc Cancel retry timer on call cancellation (#25890) 4 years ago
end2end_test.sh flipped logic to enable pollers 6 years ago
end2end_test_utils.cc Enable clang-tidy as a sanity check, fix up all known failures 7 years ago
end2end_tests.cc Cancel retry timer on call cancellation (#25890) 4 years ago
end2end_tests.h Experimental API for XdsServerCredentials 4 years ago
engine_passthrough.cc OpenSslEngineSupport-200114 5 years ago
gen_build_yaml.py Python3-ize tools/buildgen. 4 years ago
generate_tests.bzl Cancel retry timer on call cancellation (#25890) 4 years ago
goaway_server_test.cc Revert "Convert grpc_ares_wrapper to C++ (#25108)" (#25761) 4 years ago
h2_ssl_cert_test.cc Replaced grpc::string with std::string 4 years ago
h2_ssl_session_reuse_test.cc xDS server config fetcher 4 years ago
inproc_callback_test.cc Replace disrespectful term 4 years ago
invalid_call_argument_test.cc C++ cast for void* 4 years ago
multiple_server_queues_test.cc Replace disrespectful words 4 years ago
no_server_test.cc C++ cast for void* 4 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