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.
 
 
 
 
 
 
Mark D. Roth d19802d42c
fix retry cancellation when a batch fails on call attempt (#26789)
3 years ago
..
data
fixtures New iomgr implementation backed by the EventEngine API (#26026) 3 years ago
fuzzers Revert Revert Xds Status Notifier (#25718) 4 years ago
tests fix retry cancellation when a batch fails on call attempt (#26789) 3 years ago
BUILD
README
bad_server_response_test.cc Migrated from grpc_error_string to grpc_error_std_string (#26068) 4 years ago
connection_refused_test.cc C++ cast for void* 4 years ago
cq_verifier.cc Fix the bug of cq_maybe_expect_completion 4 years ago
cq_verifier.h
cq_verifier_internal.h
cq_verifier_native.cc
cq_verifier_uv.cc
dualstack_socket_test.cc move parse_address and sockaddr_utils out of iomgr directory (#26077) 4 years ago
end2end_nosec_tests.cc fix retry cancellation when a batch fails on call attempt (#26789) 3 years ago
end2end_test.sh
end2end_test_utils.cc
end2end_tests.cc fix retry cancellation when a batch fails on call attempt (#26789) 3 years ago
end2end_tests.h Experimental API for XdsServerCredentials 4 years ago
engine_passthrough.cc
gen_build_yaml.py Introduce Python import sorting to our sanity test suite (#26768) 3 years ago
generate_tests.bzl fix retry cancellation when a batch fails on call attempt (#26789) 3 years ago
goaway_server_test.cc Introduced grpc_error_handle (#25902) 4 years ago
h2_ssl_cert_test.cc
h2_ssl_session_reuse_test.cc xDS server config fetcher 4 years ago
inproc_callback_test.cc Drop experimental tags from core callback API (#26535) 3 years ago
invalid_call_argument_test.cc C++ cast for void* 4 years ago
multiple_server_queues_test.cc Replace disrespectful words 4 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