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 d410f1d0aa
[surface] Ensure SEND_STATUS & RECV_MESSAGE do not inhabit the same batch (#31554)
2 years ago
..
data add comments to avoid future use of hard-coded creds 5 years ago
fixtures Added readability-duplicate-include (#31608) 2 years ago
fuzzers [event_engine] Fix for the EE/iomgr shutdown ordering problem (#31265) 2 years ago
tests [surface] Ensure SEND_STATUS & RECV_MESSAGE do not inhabit the same batch (#31554) 2 years ago
BUILD [build] Stop publishing iomgr/error.h from grpc_base (#31521) 2 years ago
README cleanup gen_build_yaml.py for end2end tests 5 years ago
bad_server_response_test.cc Deprecated grpc_error_std_string (#31267) 2 years ago
connection_refused_test.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
cq_verifier.cc Update Clang 15 (#31518) 2 years ago
cq_verifier.h [fixit] Add source location to CqVerifier output (#30702) 2 years ago
dualstack_socket_test.cc Reland x2: Make GetDefaultEventEngine return a shared_ptr (#30619) 2 years ago
end2end_test_utils.cc [iwyu] Add test/core/end2end (#29998) 2 years ago
end2end_tests.cc Removed no_error_on_hotpath (#31225) 2 years ago
end2end_tests.h Fix IWYU with clang-15 (#31556) 2 years ago
engine_passthrough.cc OpenSslEngineSupport-200114 5 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 Move some targets from //: to //src/core: (#31402) 2 years ago
goaway_server_test.cc Simplified GRPC_ERROR_CREATE macros (#31222) 2 years ago
h2_ssl_cert_test.cc [test] Convert cq verifier to C++ (#30256) 2 years ago
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 [c++14] absl::make_unique --> std::make_unique (#31159) 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 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