Yash Tibrewal b7941bedf3 Merge pull request #22575 from yashykt/newfilter %!s(int64=5) %!d(string=hai) anos
..
data f090b04dd4 Add NULL-termination to hardcoded test creds string %!s(int64=5) %!d(string=hai) anos
fixtures e8d47d31de [3/n] Avoid using hardcoded test credentials %!s(int64=5) %!d(string=hai) anos
fuzzers 41cfae4234 Revert "Merge pull request #19693 from apolcyn/control_plane_creds" %!s(int64=5) %!d(string=hai) anos
tests 930aa868ea Fix ordering %!s(int64=5) %!d(string=hai) anos
BUILD 1680d41ccd remove hardcoded test credentials %!s(int64=5) %!d(string=hai) anos
README 576f79dff0 cleanup gen_build_yaml.py for end2end tests %!s(int64=5) %!d(string=hai) anos
bad_server_response_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch %!s(int64=6) %!d(string=hai) anos
connection_refused_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch %!s(int64=6) %!d(string=hai) anos
cq_verifier.cc d24387ae4f Removing compression from grpc_byte_buffer_reader, removing ManualConstructor in decompress filter and fixing tests %!s(int64=5) %!d(string=hai) anos
cq_verifier.h 66dfcf5919 clang fmt %!s(int64=8) %!d(string=hai) anos
cq_verifier_internal.h baa14a975e Update clang-format to 5.0 %!s(int64=8) %!d(string=hai) anos
cq_verifier_native.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures %!s(int64=8) %!d(string=hai) anos
cq_verifier_uv.cc 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible %!s(int64=7) %!d(string=hai) anos
dualstack_socket_test.cc 2526dfade5 WIP: Make core and C++ tests work with bazel on Mac OS %!s(int64=6) %!d(string=hai) anos
end2end_nosec_tests.cc 1ac1ab7396 Flaky network test enhancements and cleanups %!s(int64=6) %!d(string=hai) anos
end2end_test.sh 25d570c39c flipped logic to enable pollers %!s(int64=7) %!d(string=hai) anos
end2end_test_utils.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures %!s(int64=8) %!d(string=hai) anos
end2end_tests.cc 1ac1ab7396 Flaky network test enhancements and cleanups %!s(int64=6) %!d(string=hai) anos
end2end_tests.h e10d90ba27 add security level negotiation between call creds and channel. %!s(int64=6) %!d(string=hai) anos
engine_passthrough.cc cced243a06 OpenSslEngineSupport-200114 %!s(int64=5) %!d(string=hai) anos
gen_build_yaml.py 576f79dff0 cleanup gen_build_yaml.py for end2end tests %!s(int64=5) %!d(string=hai) anos
generate_tests.bzl 97ea8ed66f Merge pull request #22625 from grpc/zhen_core_test_improvement %!s(int64=5) %!d(string=hai) anos
goaway_server_test.cc 03411d7be7 Second attempt: grpclb stabilization %!s(int64=5) %!d(string=hai) anos
h2_ssl_cert_test.cc cced243a06 OpenSslEngineSupport-200114 %!s(int64=5) %!d(string=hai) anos
h2_ssl_session_reuse_test.cc 1680d41ccd remove hardcoded test credentials %!s(int64=5) %!d(string=hai) anos
inproc_callback_test.cc be6979202b Revamp server-side C++ callback API, message allocator, and mocking %!s(int64=6) %!d(string=hai) anos
invalid_call_argument_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch %!s(int64=6) %!d(string=hai) anos
multiple_server_queues_test.cc e75fc243da change tests to use the new class instead of grpc_test_init %!s(int64=7) %!d(string=hai) anos
no_server_test.cc c5f344deaf Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" %!s(int64=7) %!d(string=hai) anos

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