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.
 
 
 
 
 
 
Vijay Pai 7d7babb689
Merge branch 'master' into threadnames
7 years ago
..
data Remove uneeded header, fix unused warn 7 years ago
fixtures Fix up review comments 7 years ago
fuzzers Fix the fuzzers 7 years ago
tests Merge branch 'master' into threadnames 7 years ago
BUILD BUILD changes. test languauge to C++ 7 years ago
README Updated end2end/README 9 years ago
bad_server_response_test.cc Fix up review comments 7 years ago
connection_refused_test.cc clang-format after nullptr changes 7 years ago
cq_verifier.cc clang-format after nullptr changes 7 years ago
cq_verifier.h clang fmt 7 years ago
cq_verifier_internal.h Update clang-format to 5.0 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 Merge master 7 years ago
dualstack_socket_test.cc clang-format after nullptr changes 7 years ago
end2end_nosec_tests.cc No Clang on end2end generated files 7 years ago
end2end_test.sh auto-fix most of licenses 8 years ago
end2end_test_utils.cc Enable clang-tidy as a sanity check, fix up all known failures 7 years ago
end2end_tests.cc No Clang on end2end generated files 7 years ago
end2end_tests.h clang fmt 7 years ago
gen_build_yaml.py rename all test core files to cc and a lot of C++ style conversions 7 years ago
generate_tests.bzl BUILD changes. test languauge to C++ 7 years ago
goaway_server_test.cc clang-format after nullptr changes 7 years ago
h2_ssl_cert_test.cc Enable clang-tidy as a sanity check, fix up all known failures 7 years ago
invalid_call_argument_test.cc clang-format after nullptr changes 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 clang-format after nullptr changes 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