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.
 
 
 
 
 
 
Denny C. Dai 4c60ba592e
[gRPC/iOS] Fix grpc_basictests_objc_ios due to unused function warning/error (#29988)
2 years ago
..
data add comments to avoid future use of hard-coded creds 5 years ago
fixtures Revert "Reland bytestream removal (#29911)" (#29964) 3 years ago
fuzzers Changing grpc_tcp_client_vtable to include TCP cancel connect method (#29968) 2 years ago
tests [gRPC/iOS] Fix grpc_basictests_objc_ios due to unused function warning/error (#29988) 2 years ago
BUILD Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
README cleanup gen_build_yaml.py for end2end tests 5 years ago
bad_server_response_test.cc Added GRPC_ERROR_IS_NONE (#29937) 3 years ago
connection_refused_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
cq_verifier.cc grpc_millis -> Timestamp/Duration (#28119) 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 Revert "Revert "Fix grpc_sockaddr_to_uri to return URI encoded string. Also see #29323 which has a similar fix for unix abstract addresses."" (#29798) 3 years ago
end2end_test_utils.cc Adjust include order per style guide (#27175) 3 years ago
end2end_tests.cc Filter content-length metadata (#29295) 3 years ago
end2end_tests.h Remove shutdown_cq from grpc_end2end_test_fixture (#29049) 3 years ago
engine_passthrough.cc OpenSslEngineSupport-200114 5 years ago
gen_build_yaml.py Delete end2end nosec tests (#28946) 3 years ago
generate_tests.bzl Revert "Reland bytestream removal (#29911)" (#29964) 3 years ago
goaway_server_test.cc Reland DNSResolver cancellation (#29581 and #29631) (#29670) 3 years ago
h2_ssl_cert_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
h2_ssl_session_reuse_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
inproc_callback_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
invalid_call_argument_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
multiple_server_queues_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
no_server_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
run.sh Refactor end2end tests to exercise each EventEngine (#29202) 3 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