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.
 
 
 
 
 
 
Craig Tiller ccad38227f Merge github.com:grpc/grpc into stats 7 years ago
..
data auto-fix most of licenses 8 years ago
fixtures Merge pull request #11733 from markdroth/security_api_cleanup 7 years ago
fuzzers Make package names consistent under test/core 7 years ago
tests Merge github.com:grpc/grpc into stats 7 years ago
BUILD Make package names consistent under test/core 7 years ago
README Updated end2end/README 9 years ago
bad_server_response_test.c Add rich closure debug mode 8 years ago
connection_refused_test.c auto-fix most of licenses 8 years ago
cq_verifier.c auto-fix most of licenses 8 years ago
cq_verifier.h auto-fix most of licenses 8 years ago
cq_verifier_internal.h auto-fix most of licenses 8 years ago
cq_verifier_native.c auto-fix most of licenses 8 years ago
cq_verifier_uv.c auto-fix most of licenses 8 years ago
dualstack_socket_test.c auto-fix most of licenses 8 years ago
end2end_nosec_tests.c generate project 7 years ago
end2end_test.sh auto-fix most of licenses 8 years ago
end2end_test_utils.c auto-fix most of licenses 8 years ago
end2end_tests.c generate project 7 years ago
end2end_tests.h auto-fix most of licenses 8 years ago
gen_build_yaml.py Polish names of tests 7 years ago
generate_tests.bzl Polish names of tests 7 years ago
goaway_server_test.c Add support for service configs to c-ares resolver. 7 years ago
invalid_call_argument_test.c try fixing invalic_call_argument_test on kokoro 8 years ago
multiple_server_queues_test.c auto-fix most of licenses 8 years ago
no_server_test.c auto-fix most of licenses 8 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