murgatroid99
d7648feb22
Fix issue with pointers in udp_server_test
8 years ago
Mark D. Roth
bfe56801ad
Move method_config module from ext/client_channel to lib/transport.
8 years ago
Mark D. Roth
f0b2ec0435
clang-format
8 years ago
Mark D. Roth
b367c1bed7
Fix dns_resolver_connectivity_test.
8 years ago
Mark D. Roth
25db523baa
Fix sockaddr_resolver_test.
8 years ago
Mark D. Roth
557c990c36
clang-format
8 years ago
Harvey Tuch
62b2a9051c
Fix handshake_client bind flakes and build issues.
...
* Add port picking retries to handshake_client.
* Track vsprojects for new tests.
* Place tests in 'test' build target.
8 years ago
murgatroid99
085f9afaf0
Added import order comments, resolved other minor issues
8 years ago
Harvey Tuch
a92a13c406
Fix server_ssl.c thread race exposed by tsan by using gpr_event.
8 years ago
Harvey Tuch
27c876ecbe
Fix memory leak detected by ASAN and clang-format variance.
8 years ago
Harvey Tuch
8cdf17a620
Introduce a grpc-exp ALPN protocol identifier.
...
This patch introduces an additional ALPN protocol, grpc-exp, intended to
take preference to h2 and indicate to the server that the connection
contains only gRPC traffic. This allows servers and intermediate boxes
to distinguish gRPC from other HTTP/2 traffic.
The choice of grpc-exp as a protocol identifier indicates that this
scheme is currently experimental and should not be relied upon. The
protocol is not in the IANA TLS registry.
This patch also introduces client/server handshake tests that validate
the preferential treatment of grpc-exp in an end-to-end manner.
8 years ago
Mark D. Roth
af84245131
Remove resolver_result.
8 years ago
Mark D. Roth
3686996786
Encode server name, LB policy name, and addresses in channel args.
8 years ago
Mark D. Roth
16883a37ef
Set user data vtable when creating grpc_lb_addresses.
8 years ago
murgatroid99
6a30178ef2
Clang format
8 years ago
Craig Tiller
2406e31b83
Avoid TSAN reported lock cycle
8 years ago
Craig Tiller
2dc4968b93
Fix config-exclusion for secure variants of tests
8 years ago
Craig Tiller
68cf8ce866
Fix payload tests under windows
8 years ago
David Garcia Quintas
d8fe334d5b
s/lb-cost/lb-cost-bin
8 years ago
murgatroid99
a460192d92
Minor fixes to sockaddr changes
8 years ago
murgatroid99
22d50e98d8
Fix sanity and move a header include
8 years ago
Robbie Shade
1ceb694e16
Remove erroneous comment
8 years ago
David Garcia Quintas
a3654db631
Renamed LB-related metadata keys
8 years ago
murgatroid99
aa9c578b07
Clean up code after merge with master
8 years ago
Robbie Shade
517503746c
Check for the correct number of orphan callbacks in udp_server_test
8 years ago
kpayson64
d195cf589d
Add condition variable polling engine
8 years ago
Mark D. Roth
9db75cf68e
Revert changes to sockaddr_resolver_test, since we no longer support query_args there.
8 years ago
Mark D. Roth
fd2ddd28a9
clang-format
8 years ago
murgatroid99
2c287ca750
UV tests pass on linux
8 years ago
Mark D. Roth
afae721732
Fix test.
8 years ago
Mark D. Roth
d8f4a12482
Fix build problem in test.
8 years ago
Mark D. Roth
81ae740e1e
Test setting wait_for_ready via service config.
8 years ago
Mark D. Roth
8bc8a83656
Update tests.
8 years ago
Mark D. Roth
e40dd29db6
Handle the case where the resolver returns after the call is initialized.
8 years ago
Mark D. Roth
da091f7fa7
Test setting max message size limits via service config.
8 years ago
Mark D. Roth
07aab59da9
clang-format
8 years ago
Mark D. Roth
274c8ed001
Fix handling of max receive message size on client side.
8 years ago
Mark D. Roth
b34b055a40
Code cleanup.
8 years ago
Mark D. Roth
ec393343ee
Add h2_fake_resolver end2end test fixture.
8 years ago
Mark D. Roth
da0ec8222e
Add fake resolver for tests.
8 years ago
murgatroid99
c36f6ea745
Compile and link core tests with libuv
8 years ago
Mark D. Roth
afa8c1051e
clang-format
8 years ago
Mark D. Roth
72d0b1615f
Change sockaddr resolver to allow setting method config via URI query params.
8 years ago
Ken Payson
3299f81ea8
Remove run_tests.py poll-cv shim
8 years ago
Ken Payson
e02c7ed37b
Broke cv polling into seperate engine
8 years ago
David Garcia Quintas
0d366c983c
PR comments
8 years ago
David Garcia Quintas
5f2e90e3ae
Populate server_name for sockaddr resolver
8 years ago
murgatroid99
dedb923b6e
Clang format
8 years ago
Michael Lumish
77c6ccef18
Updated changes for Windows, removed unistd.h from test files
8 years ago
Craig Tiller
af76e6523a
Fixes
8 years ago