grpc/test/cpp/end2end
Soheil Hassas Yeganeh 9decf48632 Move security credentials, connectors, and auth context to C++
This is to use `grpc_core::RefCount` to improve performnace.
This commit also replaces explicit C vtables, with C++ vtable
with its own compile time assertions and performance benefits.
It also makes use of `RefCountedPtr` wherever possible.
2018-12-13 10:38:12 -05:00
..
BUILD Split out the test service to separate library so that it can be reused 2018-12-06 17:12:43 -08:00
async_end2end_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
channelz_service_test.cc Add test and fix bug 2018-12-11 11:28:12 -08:00
client_callback_end2end_test.cc Test reactor reuse 2018-12-06 09:13:52 -08:00
client_crash_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
client_crash_test_server.cc Change grpc++ references in names to grpcpp 2018-03-08 22:04:59 -08:00
client_interceptors_end2end_test.cc Merge pull request #17433 from ncteisen/socket-name 2018-12-09 15:17:57 -08:00
client_lb_end2end_test.cc Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" 2018-12-11 07:48:14 -08:00
end2end_test.cc Merge pull request #17144 from vjpai/server_streaming 2018-12-03 09:52:28 -08:00
exception_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
filter_end2end_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
generic_end2end_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
grpclb_end2end_test.cc Move security credentials, connectors, and auth context to C++ 2018-12-13 10:38:12 -05:00
health_service_end2end_test.cc Review comments 2018-12-07 08:54:47 -08:00
hybrid_end2end_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
interceptors_util.cc clang tidy and clang format 2018-12-07 14:59:04 -08:00
interceptors_util.h Remove the std::unique_ptr, instead use move semantics everywhere 2018-11-15 16:49:43 -08:00
mock_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
nonblocking_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
proto_server_reflection_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
raw_end2end_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
server_builder_plugin_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
server_crash_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
server_crash_test_client.cc Change grpc++ references in names to grpcpp 2018-03-08 22:04:59 -08:00
server_early_return_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
server_interceptors_end2end_test.cc Allow the health checking service 2018-12-07 11:03:28 -08:00
server_load_reporting_end2end_test.cc Add server load reporting service 2018-07-13 19:52:59 -07:00
shutdown_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
streaming_throughput_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
test_health_check_service_impl.cc Review comments 2018-12-07 08:54:47 -08:00
test_health_check_service_impl.h Split out the test service to separate library so that it can be reused 2018-12-06 17:12:43 -08:00
test_service_impl.cc Merge branch 'master' into callback_test_coverage_1 2018-12-03 10:16:35 -08:00
test_service_impl.h Merge branch 'master' into callback_test_coverage_1 2018-12-03 10:16:35 -08:00
thread_stress_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00