grpc/test/core/end2end
Yash Tibrewal 3a41245e46 Rectify the condition and add a test 2018-09-04 19:19:03 -07:00
..
data Remove uneeded header, fix unused warn 2017-11-28 11:41:12 -08:00
fixtures Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation 2018-08-31 10:07:25 -07:00
fuzzers Merge branch 'master' of https://github.com/grpc/grpc into channelz 2018-06-19 14:00:52 -07:00
tests Rectify the condition and add a test 2018-09-04 19:19:03 -07:00
BUILD Add an inproc-based non-polling test of core callback API 2018-08-21 08:51:19 -07:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
bad_server_response_test.cc Revert "Revert "Fathom tcp changes"" 2018-08-27 14:56:01 -07:00
connection_refused_test.cc Remove unnecessary includes of exec_ctx.h 2018-03-14 15:33:57 -07: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 increase deadline in dualstack_socket_test 2018-02-21 12:41:21 +01:00
end2end_nosec_tests.cc Add load reporting filter 2018-06-22 10:00:48 -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 Add load reporting filter 2018-06-22 10:00:48 -07:00
end2end_tests.h Added host override info to test fixture config 2018-03-23 22:24:51 -07:00
gen_build_yaml.py implement loca credentials 2018-07-02 13:29:27 -07:00
generate_tests.bzl implement loca credentials 2018-07-02 13:29:27 -07:00
goaway_server_test.cc Put c-ares queries under a combiner 2018-06-13 10:40:53 -07:00
h2_ssl_cert_test.cc Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. 2018-06-12 12:59:37 -07:00
h2_ssl_session_reuse_test.cc Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. 2018-06-12 12:59:37 -07:00
inproc_callback_test.cc Improve comments and revert much of 373cb20 2018-08-24 09:04:28 -07:00
invalid_call_argument_test.cc Autofix c casts to c++ casts 2018-02-09 09:16:55 -08:00
multiple_server_queues_test.cc Enable clang-tidy as a sanity check, fix up all known failures 2017-11-10 14:14:17 -08:00
no_server_test.cc Fall calls with wait_for_ready=false on transient resolver failure. 2018-03-23 08:12:11 -07: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