grpc/test/core/end2end
ZhenLian 4d80f376a3
Merge pull request #24227 from ZhenLian/zhen_dynamic_file_reloading_3
C-core changes for TLS credentials
2020-10-26 13:38:39 -07:00
..
data add comments to avoid future use of hard-coded creds 2020-04-29 15:10:17 -07:00
fixtures Add Credential Loading From Static Providers For TLS Credentials 2020-10-22 13:55:31 -07:00
fuzzers Fix by modernize-use-bool-literals 2020-10-16 10:14:45 -07:00
tests Revert "Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS"" 2020-10-21 15:29:52 -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 Fix bad_server_response_test flakiness 2020-08-04 12:13:36 -07:00
connection_refused_test.cc Remove deprecated variant of JoinHostPort(). 2020-05-08 09:13:26 -07:00
cq_verifier.cc Don't consider receiving non-OK status as an error for HTTP2 2020-08-14 11:22:37 -07:00
cq_verifier.h Don't consider receiving non-OK status as an error for HTTP2 2020-08-14 11:22:37 -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 Fix abseil-* clang-tidy errors 2020-10-16 09:39:41 -07:00
end2end_nosec_tests.cc Don't consider receiving non-OK status as an error for HTTP2 2020-08-14 11:22:37 -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 Don't consider receiving non-OK status as an error for HTTP2 2020-08-14 11:22:37 -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 Don't consider receiving non-OK status as an error for HTTP2 2020-08-14 11:22:37 -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