grpc/test/core/end2end
Noah Eisen 3d194ad7a3 Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization 2017-03-22 14:40:28 -07:00
..
data windows compilation fixes 2017-02-02 00:01:09 +01:00
fixtures Change error_create API to slice 2017-03-13 20:19:47 -07:00
fuzzers Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization 2017-03-22 14:40:28 -07:00
tests Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization 2017-03-22 14:40:28 -07:00
BUILD Resolve sanity failures 2017-03-06 14:46:37 -08:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
bad_server_response_test.c Change error_create API to slice 2017-03-13 20:19:47 -07: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 Client-side keepalive ping 2017-02-26 17:05:47 -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 Client-side keepalive ping 2017-02-26 17:05:47 -08:00
end2end_tests.h Add test feature flags 2017-03-15 13:43:30 -04: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 Client-side keepalive ping 2017-02-26 17:05:47 -08:00
generate_tests.bzl Client-side keepalive ping 2017-02-26 17:05:47 -08:00
goaway_server_test.c Change error_create API to slice 2017-03-13 20:19:47 -07: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