The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Yash Tibrewal 8e1a163a97 windows linker errors 7 years ago
..
data rename all test core files to cc and a lot of C++ style conversions 7 years ago
fixtures rename all test core files to cc and a lot of C++ style conversions 7 years ago
fuzzers windows linker errors 7 years ago
tests rename all test core files to cc and a lot of C++ style conversions 7 years ago
BUILD some BUILD changes and designated initializers 7 years ago
README Updated end2end/README 9 years ago
bad_server_response_test.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago
connection_refused_test.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago
cq_verifier.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago
cq_verifier.h auto-fix most of licenses 8 years ago
cq_verifier_internal.h auto-fix most of licenses 8 years ago
cq_verifier_native.cc Changes to build other platforms 7 years ago
cq_verifier_uv.cc Changes to build other platforms 7 years ago
dualstack_socket_test.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago
end2end_nosec_tests.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago
end2end_test.sh auto-fix most of licenses 8 years ago
end2end_test_utils.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago
end2end_tests.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago
end2end_tests.h auto-fix most of licenses 8 years ago
gen_build_yaml.py rename all test core files to cc and a lot of C++ style conversions 7 years ago
generate_tests.bzl rename all test core files to cc and a lot of C++ style conversions 7 years ago
goaway_server_test.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago
h2_ssl_cert_test.cc Remove unnecessary extern Cs 7 years ago
invalid_call_argument_test.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago
multiple_server_queues_test.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago
no_server_test.cc rename all test core files to cc and a lot of C++ style conversions 7 years ago

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