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.
 
 
 
 
 
 
Juanli Shen 2dc42a1e02 Use ADS 5 years ago
..
data Remove uneeded header, fix unused warn 7 years ago
fixtures Pull out configuration from ssl_utils 5 years ago
fuzzers Use ADS 5 years ago
tests Fix filter_latency.cc 5 years ago
BUILD disable some test on windows based on build.yaml 5 years ago
README Updated end2end/README 9 years ago
bad_server_response_test.cc Revert "Revert "Introduce string_view and use it for gpr_split_host_port."" 5 years ago
connection_refused_test.cc Revert "Revert "Introduce string_view and use it for gpr_split_host_port."" 5 years ago
cq_verifier.cc Stop including inttypes.h in gRPC core public header in Apple platforms 7 years ago
cq_verifier.h clang-format 7 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 Revert "Revert "Introduce string_view and use it for gpr_split_host_port."" 5 years ago
end2end_nosec_tests.cc Flaky network test enhancements and cleanups 6 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 Flaky network test enhancements and cleanups 6 years ago
end2end_tests.h Added host override info to test fixture config 7 years ago
gen_build_yaml.py fix memory leaks in ssl credential reload. 6 years ago
generate_tests.bzl make end2end bazel test generator work on non-linux as well 5 years ago
goaway_server_test.cc Lower min-time-between-resolutions for the goaway server test 5 years ago
h2_ssl_cert_test.cc Stop using deprecated gtest macros 5 years ago
h2_ssl_session_reuse_test.cc Pull out configuration from ssl_utils 5 years ago
inproc_callback_test.cc fix more detected mu/cv leaks 6 years ago
invalid_call_argument_test.cc Revert "Revert "Introduce string_view and use it for gpr_split_host_port."" 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 gen_build_yaml.py to reflect the change
- regenerate projects