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 b95ed96b96
Revert "Revert "Move arena into resource quota (#28008)" (#28292)" (#28293)
3 years ago
..
data add comments to avoid future use of hard-coded creds 5 years ago
fixtures Revert "Revert "Move arena into resource quota (#28008)" (#28292)" (#28293) 3 years ago
fuzzers Revert "Revert "Move arena into resource quota (#28008)" (#28292)" (#28293) 3 years ago
tests Move some integer based metadata to the new system (#28198) 3 years ago
BUILD Make Buildifier Sanity Test Strict (#27807) 3 years ago
README cleanup gen_build_yaml.py for end2end tests 5 years ago
bad_server_response_test.cc Adjust include order per style guide (#27175) 3 years ago
connection_refused_test.cc Adjust include order per style guide (#27175) 3 years ago
cq_verifier.cc Move some integer based metadata to the new system (#28198) 3 years ago
cq_verifier.h Adjust include order per style guide (#27175) 3 years ago
cq_verifier_internal.h clang-format 7 years ago
cq_verifier_native.cc Delete libuv-iomgr implementation and GRPC_UV build option (#27188) 3 years ago
dualstack_socket_test.cc move parse_address and sockaddr_utils out of iomgr directory (#26077) 4 years ago
end2end_nosec_tests.cc Remove old backwards compatibility cronet compression workaround code (#27701) 3 years ago
end2end_test.sh flipped logic to enable pollers 6 years ago
end2end_test_utils.cc Adjust include order per style guide (#27175) 3 years ago
end2end_tests.cc Remove old backwards compatibility cronet compression workaround code (#27701) 3 years ago
end2end_tests.h Channel args preconditioning (#28132) 3 years ago
engine_passthrough.cc OpenSslEngineSupport-200114 5 years ago
gen_build_yaml.py Introduce Python import sorting to our sanity test suite (#26768) 3 years ago
generate_tests.bzl Reland resource quota work (#28017) 3 years ago
goaway_server_test.cc Revert "Revert "pass subchannel address separately instead of as a channel arg (#27443)" (#27489)" (#27491) 3 years ago
h2_ssl_cert_test.cc Adjust include order per style guide (#27175) 3 years ago
h2_ssl_session_reuse_test.cc Adjust include order per style guide (#27175) 3 years ago
inproc_callback_test.cc Channel args preconditioning (#28132) 3 years ago
invalid_call_argument_test.cc Guard against duplicate ops in the same batch (#28118) 3 years ago
multiple_server_queues_test.cc Adjust include order per style guide (#27175) 3 years ago
no_server_test.cc C++ cast for void* 4 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 generate_tests.bzl to reflect the change
- regenerate projects