Zhen Lian 9ded19e24d fix first round of comments преди 5 години
..
data 0c81dc40de Remove uneeded header, fix unused warn преди 7 години
fixtures 9ded19e24d fix first round of comments преди 5 години
fuzzers 3f3cf8b62a Revert "grpclb stabilization" преди 5 години
tests e10d90ba27 add security level negotiation between call creds and channel. преди 5 години
BUILD c34bef4ca4 Format all Bazel files with buildifier преди 6 години
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 преди 7 години
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 преди 7 години
dualstack_socket_test.cc 2526dfade5 WIP: Make core and C++ tests work with bazel on Mac OS преди 5 години
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. преди 5 години
engine_passthrough.cc cced243a06 OpenSslEngineSupport-200114 преди 5 години
gen_build_yaml.py e52081f903 More pythons to be formatted преди 5 години
generate_tests.bzl a6dbc7adb5 rename spiffe to tls преди 5 години
goaway_server_test.cc 3f3cf8b62a Revert "grpclb stabilization" преди 5 години
h2_ssl_cert_test.cc cced243a06 OpenSslEngineSupport-200114 преди 5 години
h2_ssl_session_reuse_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch преди 6 години
inproc_callback_test.cc be6979202b Revamp server-side C++ callback API, message allocator, and mocking преди 5 години
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 преди 6 години
no_server_test.cc c5f344deaf Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" преди 6 години

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