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.
 
 
 
 
 
 
ncteisen 5946ae5eff Merge branch 'channelz-subchannels' into channelz-server 6 years ago
..
data Remove uneeded header, fix unused warn 7 years ago
fixtures Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation 6 years ago
fuzzers Merge branch 'master' of https://github.com/grpc/grpc into channelz 7 years ago
tests Merge branch 'channelz-subchannels' into channelz-server 6 years ago
BUILD Add an inproc-based non-polling test of core callback API 6 years ago
README Updated end2end/README 9 years ago
bad_server_response_test.cc Revert "Revert "Fathom tcp changes"" 6 years ago
connection_refused_test.cc Remove unnecessary includes of exec_ctx.h 7 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 increase deadline in dualstack_socket_test 7 years ago
end2end_nosec_tests.cc Add load reporting filter 7 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 load reporting filter 7 years ago
end2end_tests.h Added host override info to test fixture config 7 years ago
gen_build_yaml.py implement loca credentials 6 years ago
generate_tests.bzl implement loca credentials 6 years ago
goaway_server_test.cc Put c-ares queries under a combiner 7 years ago
h2_ssl_cert_test.cc Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. 7 years ago
h2_ssl_session_reuse_test.cc Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. 7 years ago
inproc_callback_test.cc Improve comments and revert much of 373cb20 6 years ago
invalid_call_argument_test.cc Autofix c casts to c++ casts 7 years ago
multiple_server_queues_test.cc Enable clang-tidy as a sanity check, fix up all known failures 7 years ago
no_server_test.cc Fall calls with wait_for_ready=false on transient resolver failure. 7 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