Nicolas "Pixel" Noble 16ace24735 End2end test dependency fix. há 8 anos atrás
..
data bd0b0546a6 windows compilation fixes há 9 anos atrás
fixtures 4b36a3d9ea Change error_create API to slice há 9 anos atrás
fuzzers 15cd5ce2ed Rewriting core tests BUILD files to use the build system. há 8 anos atrás
tests 6715a15fe1 Merge pull request #10318 from y-zeng/server_channel_max_age há 9 anos atrás
BUILD 15cd5ce2ed Rewriting core tests BUILD files to use the build system. há 8 anos atrás
README 6d934529b9 Updated end2end/README há 10 anos atrás
bad_server_response_test.c 4b36a3d9ea Change error_create API to slice há 9 anos atrás
connection_refused_test.c b882f21498 Calculate deadline after port has been chosen há 9 anos atrás
cq_verifier.c ca7effcdff Replace timeout/scaling macros with functions. há 9 anos atrás
cq_verifier.h 7c70b6c144 Revert "Revert "Metadata handling rewrite"" há 9 anos atrás
cq_verifier_internal.h c36f6ea745 Compile and link core tests with libuv há 9 anos atrás
cq_verifier_native.c ca7effcdff Replace timeout/scaling macros with functions. há 9 anos atrás
cq_verifier_uv.c aa9c578b07 Clean up code after merge with master há 9 anos atrás
dualstack_socket_test.c ca7effcdff Replace timeout/scaling macros with functions. há 9 anos atrás
end2end_nosec_tests.c b2caafc911 Add max_connection_idle test há 9 anos atrás
end2end_test.sh 4b53d35113 Faster test building: avoid repeated linking há 9 anos atrás
end2end_test_utils.c 7c70b6c144 Revert "Revert "Metadata handling rewrite"" há 9 anos atrás
end2end_tests.c b2caafc911 Add max_connection_idle test há 9 anos atrás
end2end_tests.h 1f8342933f Add test feature flags há 9 anos atrás
fake_resolver.c 0bfad14fd5 Make resolver combiner part of the base type, to be consistent with future changes to lb_policy há 9 anos atrás
fake_resolver.h da0ec8222e Add fake resolver for tests. há 9 anos atrás
gen_build_yaml.py 3835d13788 Fix the test condition for max_connection_idle test há 9 anos atrás
generate_tests.bzl 16ace24735 End2end test dependency fix. há 8 anos atrás
goaway_server_test.c d3360844f3 Merge remote-tracking branch 'upstream/master' into cares_rebase há 9 anos atrás
invalid_call_argument_test.c ca7effcdff Replace timeout/scaling macros with functions. há 9 anos atrás
multiple_server_queues_test.c d6c98df792 clang-format all source há 10 anos atrás
no_server_test.c ca7effcdff Replace timeout/scaling macros with functions. há 9 anos atrás

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