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 bdaf604f1b
[chttp2] Fix fuzzer found crash (#32696)
2 years ago
..
data Convert c-style comments to C++-style comments (#31923) 2 years ago
fixtures Revert "[config] Move global config alongside core configuration" (#32659) 2 years ago
fuzzers [chttp2] Fix fuzzer found crash (#32696) 2 years ago
tests Revert "[config] Move global config alongside core configuration" (#32659) 2 years ago
BUILD Revert "[config] Move global config alongside core configuration" (#32659) 2 years ago
README cleanup gen_build_yaml.py for end2end tests 5 years ago
bad_server_response_test.cc Convert c-style comments to C++-style comments (#31923) 2 years ago
connection_refused_test.cc [e2e] c++-ify core e2e test fixtures (#32550) 2 years ago
cq_verifier.cc Revert "[promises] Convert call to a party" (#32651) 2 years ago
cq_verifier.h [e2e] c++-ify core e2e test fixtures (#32550) 2 years ago
dualstack_socket_test.cc [e2e] c++-ify core e2e test fixtures (#32550) 2 years ago
end2end_test_utils.cc [e2e] c++-ify core e2e test fixtures (#32550) 2 years ago
end2end_tests.cc [e2e] c++-ify core e2e test fixtures (#32550) 2 years ago
end2end_tests.h [e2e] c++-ify core e2e test fixtures (#32550) 2 years ago
engine_passthrough.cc Add enforcement for cpp-style comment license in check_copyright.py (#32273) 2 years ago
flaky.bzl Revert "[flakes] Update flakiness (#31121)" (#31173) 2 years ago
gen_build_yaml.py Delete end2end nosec tests (#28946) 3 years ago
generate_tests.bzl [e2e] c++-ify core e2e test fixtures (#32550) 2 years ago
goaway_server_test.cc [e2e] c++-ify core e2e test fixtures (#32550) 2 years ago
h2_ssl_cert_test.cc Revert "[config] Move global config alongside core configuration" (#32659) 2 years ago
h2_ssl_session_reuse_test.cc Revert "[config] Move global config alongside core configuration" (#32659) 2 years ago
h2_tls_peer_property_external_verifier_test.cc Revert "[config] Move global config alongside core configuration" (#32659) 2 years ago
invalid_call_argument_test.cc [e2e] c++-ify core e2e test fixtures (#32550) 2 years ago
multiple_server_queues_test.cc Convert c-style comments to C++-style comments (#31923) 2 years ago
no_server_test.cc [e2e] c++-ify core e2e test fixtures (#32550) 2 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