ZhenLian 6a045297c2 remove dependencies that cause failures před 5 roky
..
data f090b04dd4 Add NULL-termination to hardcoded test creds string před 5 roky
fixtures d75de51e43 [10/n] remove hard-coded credential paths and rebuild the project před 5 roky
fuzzers 41cfae4234 Revert "Merge pull request #19693 from apolcyn/control_plane_creds" před 5 roky
tests affe03e169 Merge pull request #22668 from yashykt/failwrites před 5 roky
BUILD 1680d41ccd remove hardcoded test credentials před 5 roky
README 576f79dff0 cleanup gen_build_yaml.py for end2end tests před 5 roky
bad_server_response_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch před 6 roky
connection_refused_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch před 6 roky
cq_verifier.cc affe03e169 Merge pull request #22668 from yashykt/failwrites před 5 roky
cq_verifier.h 2723a1bae6 Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received před 5 roky
cq_verifier_internal.h baa14a975e Update clang-format to 5.0 před 8 roky
cq_verifier_native.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures před 8 roky
cq_verifier_uv.cc 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible před 7 roky
dualstack_socket_test.cc 2526dfade5 WIP: Make core and C++ tests work with bazel on Mac OS před 6 roky
end2end_nosec_tests.cc 2723a1bae6 Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received před 5 roky
end2end_test.sh 25d570c39c flipped logic to enable pollers před 7 roky
end2end_test_utils.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures před 8 roky
end2end_tests.cc 2723a1bae6 Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received před 5 roky
end2end_tests.h e10d90ba27 add security level negotiation between call creds and channel. před 6 roky
engine_passthrough.cc cced243a06 OpenSslEngineSupport-200114 před 6 roky
gen_build_yaml.py 576f79dff0 cleanup gen_build_yaml.py for end2end tests před 5 roky
generate_tests.bzl 635e7a2088 dont run resource_quota_server test case under epoll1 před 5 roky
goaway_server_test.cc 00458b3851 Merge branch 'master' into uselogicalthread and address reviewer před 5 roky
h2_ssl_cert_test.cc cced243a06 OpenSslEngineSupport-200114 před 6 roky
h2_ssl_session_reuse_test.cc 1680d41ccd remove hardcoded test credentials před 5 roky
inproc_callback_test.cc be6979202b Revamp server-side C++ callback API, message allocator, and mocking před 6 roky
invalid_call_argument_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch před 6 roky
multiple_server_queues_test.cc e75fc243da change tests to use the new class instead of grpc_test_init před 7 roky
no_server_test.cc c5f344deaf Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" před 7 roky

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