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.
 
 
 
 
 
 
matthewstevenson88 c1e07d8308
Merge pull request #23165 from matthewstevenson88/matt-tls13
4 years ago
..
data add comments to avoid future use of hard-coded creds 5 years ago
fixtures Add TLS 1.2 testing. 5 years ago
fuzzers Add a missing ref and fuzzer test case 5 years ago
tests Merge pull request #23165 from matthewstevenson88/matt-tls13 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 Merge pull request #22755 from markdroth/absl_string_view_host_port2 5 years ago
connection_refused_test.cc Remove deprecated variant of JoinHostPort(). 5 years ago
cq_verifier.cc Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec" 5 years ago
cq_verifier.h Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received 5 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 Don't mark server RPC canceled if finished with non-OK status 5 years ago
end2end_nosec_tests.cc Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received 5 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 Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received 5 years ago
end2end_tests.h Add TLS 1.2 testing. 5 years ago
engine_passthrough.cc OpenSslEngineSupport-200114 5 years ago
gen_build_yaml.py cleanup gen_build_yaml.py for end2end tests 5 years ago
generate_tests.bzl remove dependencies that cause failures 5 years ago
goaway_server_test.cc Merge branch 'master' into uselogicalthread and address reviewer 5 years ago
h2_ssl_cert_test.cc Replaced grpc::string with std::string 4 years ago
h2_ssl_session_reuse_test.cc Remove deprecated variant of JoinHostPort(). 5 years ago
inproc_callback_test.cc Don't mark server RPC canceled if finished with non-OK status 5 years ago
invalid_call_argument_test.cc Remove deprecated variant of JoinHostPort(). 5 years ago
multiple_server_queues_test.cc change tests to use the new class instead of grpc_test_init 6 years ago
no_server_test.cc Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" 6 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