grpc/test/core/end2end
Yash Tibrewal 0aa52ab85e Remove debug logging 2020-07-31 10:56:37 -07:00
..
data add comments to avoid future use of hard-coded creds 2020-04-29 15:10:17 -07:00
fixtures C++ify core server 2020-07-20 03:15:18 -07:00
fuzzers xDS v3 support 2020-07-23 10:20:55 -07:00
tests Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -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 Remove debug logging 2020-07-31 10:56:37 -07:00
connection_refused_test.cc Remove deprecated variant of JoinHostPort(). 2020-05-08 09:13:26 -07:00
cq_verifier.cc Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec" 2020-05-28 11:13:12 -07:00
cq_verifier.h Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received 2020-04-14 18:07:14 -07: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 Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -07:00
end2end_nosec_tests.cc Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received 2020-04-14 18:07:14 -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 a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received 2020-04-14 18:07:14 -07:00
end2end_tests.h Add TLS 1.2 testing. 2020-06-18 20:25:50 -07:00
engine_passthrough.cc OpenSslEngineSupport-200114 2020-01-14 11:42:32 -08:00
gen_build_yaml.py cleanup gen_build_yaml.py for end2end tests 2020-04-03 07:34:54 +02:00
generate_tests.bzl remove dependencies that cause failures 2020-04-29 12:22:12 -07:00
goaway_server_test.cc Replace most uses of gpr_asprintf() with absl calls. 2020-07-07 12:01:02 -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 Remove deprecated variant of JoinHostPort(). 2020-05-08 09:13:26 -07:00
inproc_callback_test.cc Don't mark server RPC canceled if finished with non-OK status 2020-06-11 10:15:05 -07:00
invalid_call_argument_test.cc Remove deprecated variant of JoinHostPort(). 2020-05-08 09:13:26 -07: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 generate_tests.bzl to reflect the change
- regenerate projects