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.
 
 
 
 
 
 
Craig Tiller 3b05e1da91 Move from cmp --> eq, and provide a good implementation for interning 8 years ago
..
data
fixtures All core tests compile without grpc_mdstr 8 years ago
fuzzers Initial fixes 8 years ago
tests h2_full_test in debug passes 8 years ago
README
bad_server_response_test.c All core tests compile without grpc_mdstr 8 years ago
connection_refused_test.c Merge branch 'slice_with_exec_ctx' into eliminate_mdstr 8 years ago
cq_verifier.c Move from cmp --> eq, and provide a good implementation for interning 8 years ago
cq_verifier.h Progress towards mdstr elimination 8 years ago
cq_verifier_internal.h
cq_verifier_native.c
cq_verifier_uv.c
dualstack_socket_test.c All core tests compile without grpc_mdstr 8 years ago
end2end_nosec_tests.c Merge remote-tracking branch 'upstream/master' into latency_in_final_info 8 years ago
end2end_test_utils.c Progress towards mdstr elimination 8 years ago
end2end_tests.c Merge remote-tracking branch 'upstream/master' into latency_in_final_info 8 years ago
end2end_tests.h Progress towards mdstr elimination 8 years ago
fake_resolver.c Merge github.com:grpc/grpc into slice_with_exec_ctx 8 years ago
fake_resolver.h
gen_build_yaml.py Merge remote-tracking branch 'upstream/master' into latency_in_final_info 8 years ago
goaway_server_test.c All core tests compile without grpc_mdstr 8 years ago
invalid_call_argument_test.c All core tests compile without grpc_mdstr 8 years ago
multiple_server_queues_test.c
no_server_test.c All core tests compile without grpc_mdstr 8 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