grpc/test/core/end2end
Mark D. Roth d017ce5f25
Cancel retry timer on call cancellation (#25890)
2021-04-09 14:38:07 -07:00
..
data add comments to avoid future use of hard-coded creds 2020-04-29 15:10:17 -07:00
fixtures disable retries by default (#25847) 2021-04-06 07:23:11 -07:00
fuzzers Revert Revert Xds Status Notifier (#25718) 2021-03-15 14:29:06 -07:00
tests Cancel retry timer on call cancellation (#25890) 2021-04-09 14:38:07 -07:00
BUILD remove hardcoded test credentials 2020-04-01 18:11:54 -07:00
README cleanup gen_build_yaml.py for end2end tests 2020-04-03 07:34:54 +02:00
bad_server_response_test.cc Revert "Remove the `urgent` argument from iomgr tcp read API (#25494)" (#25592) 2021-03-01 22:04:22 -08:00
connection_refused_test.cc C++ cast for void* 2020-11-30 17:29:15 -08:00
cq_verifier.cc Fix the bug of cq_maybe_expect_completion 2021-01-20 11:23:38 -08:00
cq_verifier.h Fix readability-inconsistent-declaration-parameter-name manually 2020-11-30 14:22:40 -08:00
cq_verifier_internal.h clang-format 2017-12-06 18:55:05 -08:00
cq_verifier_native.cc Enable clang-tidy as a sanity check, fix up all known failures 2017-11-10 14:14:17 -08:00
cq_verifier_uv.cc Use static_cast rather than reinterpret_cast whenever possible 2018-03-05 16:35:10 -08:00
dualstack_socket_test.cc C++ cast for void* 2020-11-30 17:29:15 -08:00
end2end_nosec_tests.cc Cancel retry timer on call cancellation (#25890) 2021-04-09 14:38:07 -07:00
end2end_test.sh flipped logic to enable pollers 2018-08-28 10:31:43 -07:00
end2end_test_utils.cc Enable clang-tidy as a sanity check, fix up all known failures 2017-11-10 14:14:17 -08:00
end2end_tests.cc Cancel retry timer on call cancellation (#25890) 2021-04-09 14:38:07 -07:00
end2end_tests.h Experimental API for XdsServerCredentials 2020-12-01 12:47:52 -08:00
engine_passthrough.cc OpenSslEngineSupport-200114 2020-01-14 11:42:32 -08:00
gen_build_yaml.py Python3-ize tools/buildgen. 2020-11-04 01:18:57 +01:00
generate_tests.bzl Cancel retry timer on call cancellation (#25890) 2021-04-09 14:38:07 -07:00
goaway_server_test.cc Revert "Convert grpc_ares_wrapper to C++ (#25108)" (#25761) 2021-03-18 21:55:14 -07:00
h2_ssl_cert_test.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
h2_ssl_session_reuse_test.cc xDS server config fetcher 2021-01-14 14:27:51 -08:00
inproc_callback_test.cc Replace disrespectful term 2021-02-08 15:29:53 -08:00
invalid_call_argument_test.cc C++ cast for void* 2020-11-30 17:29:15 -08:00
multiple_server_queues_test.cc Replace disrespectful words 2021-02-08 14:29:18 -08:00
no_server_test.cc C++ cast for void* 2020-11-30 17:29:15 -08:00

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