Jiangtao Li 22ecf0d319 Merge pull request #22542 from jiangtaoli2016/deprecate_hardcoded_test_keys пре 5 година
..
data f090b04dd4 Add NULL-termination to hardcoded test creds string пре 6 година
fixtures cbc977204b [ImproveTLS] fix memory leak issue from users' perspective пре 6 година
fuzzers 41cfae4234 Revert "Merge pull request #19693 from apolcyn/control_plane_creds" пре 5 година
tests f1b87b1290 Disable disappearing_server for Windows пре 6 година
BUILD 1680d41ccd remove hardcoded test credentials пре 5 година
README 6d934529b9 Updated end2end/README пре 10 година
bad_server_response_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch пре 6 година
connection_refused_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch пре 6 година
cq_verifier.cc 4b37fb0e4c Stop including inttypes.h in gRPC core public header in Apple platforms пре 8 година
cq_verifier.h 66dfcf5919 clang fmt пре 8 година
cq_verifier_internal.h baa14a975e Update clang-format to 5.0 пре 8 година
cq_verifier_native.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures пре 8 година
cq_verifier_uv.cc 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible пре 8 година
dualstack_socket_test.cc 2526dfade5 WIP: Make core and C++ tests work with bazel on Mac OS пре 6 година
end2end_nosec_tests.cc 1ac1ab7396 Flaky network test enhancements and cleanups пре 6 година
end2end_test.sh 25d570c39c flipped logic to enable pollers пре 7 година
end2end_test_utils.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures пре 8 година
end2end_tests.cc 1ac1ab7396 Flaky network test enhancements and cleanups пре 6 година
end2end_tests.h e10d90ba27 add security level negotiation between call creds and channel. пре 6 година
engine_passthrough.cc cced243a06 OpenSslEngineSupport-200114 пре 6 година
gen_build_yaml.py 41ac287f7b generate build metadata from bazel BUILD пре 6 година
generate_tests.bzl 423a209f57 avoid too long test names on RBE Windows пре 5 година
goaway_server_test.cc 03411d7be7 Second attempt: grpclb stabilization пре 5 година
h2_ssl_cert_test.cc cced243a06 OpenSslEngineSupport-200114 пре 6 година
h2_ssl_session_reuse_test.cc 1680d41ccd remove hardcoded test credentials пре 5 година
inproc_callback_test.cc be6979202b Revamp server-side C++ callback API, message allocator, and mocking пре 6 година
invalid_call_argument_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch пре 6 година
multiple_server_queues_test.cc e75fc243da change tests to use the new class instead of grpc_test_init пре 7 година
no_server_test.cc c5f344deaf Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" пре 7 година

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