grpc/test/core/end2end
Yihua Zhang 64caf4d3df fix clang-tidy errors 2019-03-15 12:57:25 -07:00
..
data Remove uneeded header, fix unused warn 2017-11-28 11:41:12 -08:00
fixtures fix clang-tidy errors 2019-03-15 12:57:25 -07:00
fuzzers Add fuzzer test case 2019-03-05 14:34:24 -08:00
tests Remove from poll-cv comments too 2019-03-07 17:56:49 -08:00
BUILD Merge with head and resolve conflict. 2018-12-17 11:54:10 -08:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
bad_server_response_test.cc Implement TCP_INQ for gRPC in Linux 2019-03-06 22:15:53 -05:00
connection_refused_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
cq_verifier.cc Stop including inttypes.h in gRPC core public header in Apple platforms 2018-03-12 11:43:00 -07:00
cq_verifier.h clang-format 2017-12-06 18:55:05 -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 change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
end2end_nosec_tests.cc Don't use a separate call context for subchannel calls. 2019-03-04 14:38:02 -08: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 Don't use a separate call context for subchannel calls. 2019-03-04 14:38:02 -08:00
end2end_tests.h Added host override info to test fixture config 2018-03-23 22:24:51 -07:00
gen_build_yaml.py Add SPIFFE security stack to gRPC core 2019-03-14 15:24:48 -07:00
generate_tests.bzl Merge pull request #18390 from grpc/revert-18285-update-deps-version 2019-03-15 10:57:48 -07:00
goaway_server_test.cc Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" 2018-12-11 07:48:14 -08:00
h2_ssl_cert_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
h2_ssl_session_reuse_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
inproc_callback_test.cc fix more detected mu/cv leaks 2019-02-16 00:00:50 +08:00
invalid_call_argument_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
multiple_server_queues_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
no_server_test.cc Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" 2018-12-11 07:48:14 -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 gen_build_yaml.py to reflect the change
- regenerate projects