Craig Tiller 8b0e90dfc9 Merge github.com:grpc/grpc into minimal vor 9 Jahren
..
data bd0b0546a6 windows compilation fixes vor 9 Jahren
fixtures 9eb0fdec00 Reorganize ext tree vor 9 Jahren
fuzzers fde5dbb681 Fixed oss-fuzz/961 vor 9 Jahren
tests 8b0e90dfc9 Merge github.com:grpc/grpc into minimal vor 9 Jahren
BUILD e067b6e119 Resolve sanity failures vor 9 Jahren
README 6d934529b9 Updated end2end/README vor 10 Jahren
bad_server_response_test.c 4b36a3d9ea Change error_create API to slice vor 9 Jahren
connection_refused_test.c b882f21498 Calculate deadline after port has been chosen vor 9 Jahren
cq_verifier.c ca7effcdff Replace timeout/scaling macros with functions. vor 9 Jahren
cq_verifier.h 7c70b6c144 Revert "Revert "Metadata handling rewrite"" vor 9 Jahren
cq_verifier_internal.h c36f6ea745 Compile and link core tests with libuv vor 9 Jahren
cq_verifier_native.c ca7effcdff Replace timeout/scaling macros with functions. vor 9 Jahren
cq_verifier_uv.c aa9c578b07 Clean up code after merge with master vor 9 Jahren
dualstack_socket_test.c ca7effcdff Replace timeout/scaling macros with functions. vor 9 Jahren
end2end_nosec_tests.c b2caafc911 Add max_connection_idle test vor 9 Jahren
end2end_test.sh 4b53d35113 Faster test building: avoid repeated linking vor 9 Jahren
end2end_test_utils.c 7c70b6c144 Revert "Revert "Metadata handling rewrite"" vor 9 Jahren
end2end_tests.c b2caafc911 Add max_connection_idle test vor 9 Jahren
end2end_tests.h 1f8342933f Add test feature flags vor 9 Jahren
fake_resolver.c 9eb0fdec00 Reorganize ext tree vor 9 Jahren
fake_resolver.h da0ec8222e Add fake resolver for tests. vor 9 Jahren
gen_build_yaml.py 3835d13788 Fix the test condition for max_connection_idle test vor 9 Jahren
generate_tests.bzl 3835d13788 Fix the test condition for max_connection_idle test vor 9 Jahren
goaway_server_test.c d3360844f3 Merge remote-tracking branch 'upstream/master' into cares_rebase vor 9 Jahren
invalid_call_argument_test.c ca7effcdff Replace timeout/scaling macros with functions. vor 9 Jahren
multiple_server_queues_test.c d6c98df792 clang-format all source vor 10 Jahren
no_server_test.c ca7effcdff Replace timeout/scaling macros with functions. vor 9 Jahren

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