Craig Tiller
b9ad635602
Fix leak
8 years ago
David Garcia Quintas
ae3fd4252a
Deflaked lb_policies_test
8 years ago
Craig Tiller
9f07b4fbad
Increase timeout for now: seems this can take longer under some configurations
8 years ago
Mark D. Roth
e62605f41e
Fix error handling in channel initialization.
8 years ago
Muxi Yan
cf6eaa7071
Add <string.h> to test_config.c
8 years ago
David Garcia Quintas
353586902a
Increase deadline for 1byte fixture
8 years ago
Craig Tiller
797bc83311
Fix comment
8 years ago
Craig Tiller
a45a5e4611
Rephrase comment
8 years ago
Mark D. Roth
e85477646c
Fix build problems.
8 years ago
Craig Tiller
96583a39a9
Remove file dependency to simplify build graph
8 years ago
Craig Tiller
25dba29540
Move test block, refine conditions
8 years ago
Craig Tiller
f2876ea1e0
Up timeouts for poll-cv polling strategy, seems to make things more stable
8 years ago
Craig Tiller
8a4539e530
Up retry count to try and counter flakiness
8 years ago
David Garcia Quintas
1edfb952d0
Updated backoff to spec.
8 years ago
David Garcia Quintas
8fe2a4285c
clang-format
8 years ago
Craig Tiller
c10608f385
Correctness, memory leak fixes
8 years ago
Craig Tiller
ca7aeea825
Fix test
8 years ago
Craig Tiller
5059ddf58b
Fix memory leak, uninitialized memory
8 years ago
Craig Tiller
1e5e5ea5eb
Fix memory leak
8 years ago
Craig Tiller
28d776e9d2
Make everything compile for clang & gcc
8 years ago
Paul Marks
366a0515c9
port_posix: use IPv4+IPv6 sockets to check for a free port.
...
This allows the port picker to function across dual-stack and
IPv4/IPv6-only environments.
For a port to be considered available, the kernel must support at least
one of (IPv6, IPv4), and the port must be available on each supported
family.
Also use the bool type where feasible.
This is based on http://cl/97155408 (for those who can read it.)
8 years ago
Sree Kuchibhotla
1b1ac735b5
More tests
8 years ago
Craig Tiller
a7d37a371a
Initial conversion work to indexed metadata
8 years ago
Sree Kuchibhotla
b49aca15d0
Minor corrections
8 years ago
Sree Kuchibhotla
bc0bfff7dd
pollset_set test
8 years ago
Craig Tiller
3b05e1da91
Move from cmp --> eq, and provide a good implementation for interning
8 years ago
Yuchen Zeng
cbf281ea39
Fix httpcli_test and httpscli_test
8 years ago
Craig Tiller
50d6e7e79a
h2_full_test in debug passes
8 years ago
Craig Tiller
03cdd3e2de
Fix timeout decoding
8 years ago
Craig Tiller
9ecadce1e0
Get identity law testing right
8 years ago
Craig Tiller
a8b66a6e02
Get core compiling again
8 years ago
Mark D. Roth
c108788357
clang-format
8 years ago
Mark D. Roth
5e2566e92b
Change destroy_call_elem() to return a grpc_error*.
8 years ago
Yuchen Zeng
5c6f05b4f0
Fix api_fuzzer
8 years ago
Craig Tiller
0160de9ae5
Begin moving mdelem to be a value type
8 years ago
Yuchen Zeng
845b08b601
clean up
8 years ago
Yuchen Zeng
9e4c8eb8e8
Address review comments
8 years ago
Yuchen Zeng
224870ec5e
Fix resolve_address_test
8 years ago
Yuchen Zeng
a4669f68c2
Request a pollset_set in grpc_resolve_address
8 years ago
Craig Tiller
1ad51e021f
Fix static metadata
8 years ago
Craig Tiller
299dbe4e30
Refining test
8 years ago
Craig Tiller
1961436b93
Fix static string interning
8 years ago
Craig Tiller
7885d1abe7
Initial fixes
8 years ago
Craig Tiller
58317fcc89
Fix mis-sized array
8 years ago
Craig Tiller
7d4116fa44
All core tests compile without grpc_mdstr
8 years ago
Mark D. Roth
45bc38d115
Fix build.
8 years ago
Craig Tiller
d7f15831c6
Tests are starting to compile
8 years ago
Craig Tiller
7851ea37ce
Fixes
8 years ago
Mark D. Roth
963be37270
Changed security handshakers to use generic handshaker API.
8 years ago
David Garcia Quintas
ffd8e3d8e1
pr comment
8 years ago