Craig Tiller eda29c6398 Merge branch 'epex4' into uberpoll 9 yıl önce
..
data bd0b0546a6 windows compilation fixes 9 yıl önce
fixtures 1fb0c39168 Merge github.com:grpc/grpc into epex4 9 yıl önce
fuzzers 84f75d448e Fix ASAN/TSAN failures 9 yıl önce
tests 78e0864d3d Expand allowable resource quota failures: unavailable seems sane 9 yıl önce
BUILD 53af23cfbf Improvements to Fake Resolver 9 yıl önce
README 6d934529b9 Updated end2end/README 10 yıl önce
bad_server_response_test.c 2c6f63731c Merge github.com:grpc/grpc into cpparena 9 yıl önce
connection_refused_test.c 2c6f63731c Merge github.com:grpc/grpc into cpparena 9 yıl önce
cq_verifier.c 13ded3fc66 Improve cq_verifier error message when success does not match. 9 yıl önce
cq_verifier.h 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 9 yıl önce
cq_verifier_internal.h c36f6ea745 Compile and link core tests with libuv 9 yıl önce
cq_verifier_native.c ca7effcdff Replace timeout/scaling macros with functions. 9 yıl önce
cq_verifier_uv.c aa9c578b07 Clean up code after merge with master 9 yıl önce
dualstack_socket_test.c 2c6f63731c Merge github.com:grpc/grpc into cpparena 9 yıl önce
end2end_nosec_tests.c af5c505fc1 Add bad_ping test, fix ping test 9 yıl önce
end2end_test.sh 4b53d35113 Faster test building: avoid repeated linking 9 yıl önce
end2end_test_utils.c 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 9 yıl önce
end2end_tests.c af5c505fc1 Add bad_ping test, fix ping test 9 yıl önce
end2end_tests.h 36c370793b Merge branch 'master' into cq_create_api_changes 9 yıl önce
fake_resolver.c 04911ca202 New version of grpclb end2end test 9 yıl önce
fake_resolver.h 04911ca202 New version of grpclb end2end test 9 yıl önce
gen_build_yaml.py 143cfa7792 Disable compression+resource_quota_server tests 9 yıl önce
generate_tests.bzl af5c505fc1 Add bad_ping test, fix ping test 9 yıl önce
goaway_server_test.c 2c6f63731c Merge github.com:grpc/grpc into cpparena 9 yıl önce
invalid_call_argument_test.c 8b24229b7c Fix merge 9 yıl önce
multiple_server_queues_test.c b5b6bfd89b Updates C Core 9 yıl önce
no_server_test.c 2c6f63731c Merge github.com:grpc/grpc into cpparena 9 yıl önce

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