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.
 
 
 
 
 
 
yang-g a303a28895 Merge with head and resolve conflict. 6 years ago
..
data
fixtures extend local credentials to support tcp loopback 6 years ago
fuzzers Disable SRV and TXT lookups for localhost 6 years ago
tests Add max_results to ServerSockets 6 years ago
BUILD Merge with head and resolve conflict. 6 years ago
README
bad_server_response_test.cc change tests to use the new class instead of grpc_test_init 6 years ago
connection_refused_test.cc change tests to use the new class instead of grpc_test_init 6 years ago
cq_verifier.cc
cq_verifier.h
cq_verifier_internal.h
cq_verifier_native.cc
cq_verifier_uv.cc
dualstack_socket_test.cc change tests to use the new class instead of grpc_test_init 6 years ago
end2end_nosec_tests.cc
end2end_test.sh
end2end_test_utils.cc
end2end_tests.cc
end2end_tests.h
gen_build_yaml.py Merge with head and resolve conflict. 6 years ago
generate_tests.bzl Merge with head and resolve conflict. 6 years ago
goaway_server_test.cc Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" 6 years ago
h2_ssl_cert_test.cc change tests to use the new class instead of grpc_test_init 6 years ago
h2_ssl_session_reuse_test.cc change tests to use the new class instead of grpc_test_init 6 years ago
inproc_callback_test.cc change tests to use the new class instead of grpc_test_init 6 years ago
invalid_call_argument_test.cc change tests to use the new class instead of grpc_test_init 6 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