grpc/test/core/end2end
Nicolas "Pixel" Noble 2285f8bfde Merge branch 'master' of https://github.com/grpc/grpc into import 2017-05-13 00:37:51 +02:00
..
data windows compilation fixes 2017-02-02 00:01:09 +01:00
fixtures Revert "Implement Server Backward Compatibility" 2017-05-12 15:35:20 -07:00
fuzzers Merge branch 'master' of https://github.com/grpc/grpc into import 2017-05-11 23:24:37 +02:00
tests Revert "Implement Server Backward Compatibility" 2017-05-12 15:35:20 -07:00
BUILD Merge failure - duplicated fake_resolver target. 2017-05-12 17:03:42 +02:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
bad_server_response_test.c Merge github.com:grpc/grpc into cpparena 2017-04-14 13:14:10 -07:00
connection_refused_test.c Merge github.com:grpc/grpc into cpparena 2017-04-14 13:14:10 -07:00
cq_verifier.c Add some casts for C++ compatibility 2017-05-10 08:21:08 -07: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 Merge github.com:grpc/grpc into cpparena 2017-04-14 13:14:10 -07:00
end2end_nosec_tests.c Revert "Implement Server Backward Compatibility" 2017-05-12 15:35:20 -07: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 Revert "Implement Server Backward Compatibility" 2017-05-12 15:35:20 -07:00
end2end_tests.h Revert "Implement Server Backward Compatibility" 2017-05-12 15:35:20 -07:00
fake_resolver.c Add some casts for C++ compatibility 2017-05-10 08:21:08 -07:00
fake_resolver.h New version of grpclb end2end test 2017-04-27 16:32:09 -07:00
gen_build_yaml.py Revert "Implement Server Backward Compatibility" 2017-05-12 15:35:20 -07:00
generate_tests.bzl Merge branch 'master' of https://github.com/grpc/grpc into import 2017-05-11 23:24:37 +02:00
goaway_server_test.c Merge github.com:grpc/grpc into cpparena 2017-04-14 13:14:10 -07:00
invalid_call_argument_test.c Fix merge 2017-04-14 13:15:16 -07:00
multiple_server_queues_test.c Updates C Core 2017-03-22 02:32:01 -07:00
no_server_test.c Merge github.com:grpc/grpc into cpparena 2017-04-14 13:14:10 -07: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