grpc/test/core/end2end
Craig Tiller b96a96ebd5 Merge pull request #9662 from ctiller/c3+r
Bring resolvers under the client channel combiner lock
2017-02-23 06:52:59 -08:00
..
data windows compilation fixes 2017-02-02 00:01:09 +01:00
fixtures Fix broken shutdown, and cascading exec_ctx usage bugs 2017-02-14 22:25:50 -08:00
fuzzers Use call context to propagare LR costs 2017-02-13 16:26:00 -08:00
tests Fix compile 2017-02-22 08:08:53 -08:00
BUILD Add licenses to all BUILD files and missing copyright 2017-01-11 16:05:25 -08:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
bad_server_response_test.c Test fixes 2017-02-03 14:35:09 -08:00
connection_refused_test.c Replace timeout/scaling macros with functions. 2017-01-31 15:40:20 -05:00
cq_verifier.c Replace timeout/scaling macros with functions. 2017-01-31 15:40:20 -05:00
cq_verifier.h Revert "Metadata handling rewrite" 2017-01-20 18:11:52 -08:00
cq_verifier_internal.h Compile and link core tests with libuv 2016-10-03 09:24:09 -07:00
cq_verifier_native.c Replace timeout/scaling macros with functions. 2017-01-31 15:40:20 -05:00
cq_verifier_uv.c Clean up code after merge with master 2016-10-10 18:03:03 -07:00
dualstack_socket_test.c Replace timeout/scaling macros with functions. 2017-01-31 15:40:20 -05:00
end2end_nosec_tests.c Put files in a better place 2017-02-03 13:46:33 -08:00
end2end_test.sh Faster test building: avoid repeated linking 2017-01-04 16:05:46 -08:00
end2end_test_utils.c Revert "Metadata handling rewrite" 2017-01-20 18:11:52 -08:00
end2end_tests.c Put files in a better place 2017-02-03 13:46:33 -08:00
end2end_tests.h Revert "Metadata handling rewrite" 2017-01-20 18:11:52 -08:00
fake_resolver.c Make resolver combiner part of the base type, to be consistent with future changes to lb_policy 2017-02-17 16:01:08 -08:00
fake_resolver.h Add fake resolver for tests. 2016-10-03 11:32:04 -07:00
gen_build_yaml.py Merge branch 'master' into packet-coalescing-core 2017-01-23 18:26:24 -08:00
generate_tests.bzl Add a test of finishing buffering with EOS 2017-01-05 10:33:47 -08:00
goaway_server_test.c Replace timeout/scaling macros with functions. 2017-01-31 15:40:20 -05:00
invalid_call_argument_test.c Replace timeout/scaling macros with functions. 2017-01-31 15:40:20 -05:00
multiple_server_queues_test.c clang-format all core files 2015-09-22 12:33:20 -07:00
no_server_test.c Replace timeout/scaling macros with functions. 2017-01-31 15:40:20 -05:00

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