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 1dc7685c55
[fixit] More max_connection_idle fixes (#30639)
2 years ago
..
data
fixtures [fixit] Split remaining multitenant fixtures (#30576) 2 years ago
fuzzers [api_fuzzer] Fix timeout case (#30578) 2 years ago
tests [fixit] More max_connection_idle fixes (#30639) 2 years ago
BUILD Build Target Reorganization Part 1 (#30518) 2 years ago
README
bad_server_response_test.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
connection_refused_test.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
cq_verifier.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
cq_verifier.h [iwyu] Add test/core/end2end (#29998) 2 years ago
dualstack_socket_test.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
end2end_test_utils.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
end2end_tests.cc
end2end_tests.h [iwyu] Add test/core/end2end (#29998) 2 years ago
engine_passthrough.cc
gen_build_yaml.py
generate_tests.bzl [fixit] Split remaining multitenant fixtures (#30576) 2 years ago
goaway_server_test.cc [fixit] Core End2End Tests: Increase the connect timeout (#30590) 2 years ago
h2_ssl_cert_test.cc
h2_ssl_session_reuse_test.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
inproc_callback_test.cc Revert "Revert "[filter-stack] Eliminate flags on initial metadata (#30444)" (#30475)" (#30476) 2 years ago
invalid_call_argument_test.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
multiple_server_queues_test.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
no_server_test.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
run.sh

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