Craig Tiller
c82048f5ef
Fix some status codes to match spec
9 years ago
David Garcia Quintas
2c73b22885
Small test improvements to lb_policies and sockaddr_resolver tests
9 years ago
Craig Tiller
9498bb1bb1
Reorder asserts to avoid TSAN failure
9 years ago
Matthew Iselin
1824f0519f
Add HTTP request parsing.
...
This extends the existing http parser to support requests as well as responses.
httpcli continues to exist and work as it has previously, though in the new
directory src/core/http (to reflect the fact the directory now contains code
relevant to parsing requests, which httpcli would not generally involve itself
in).
9 years ago
David Garcia Quintas
fb349b9f71
removed uchannels
9 years ago
Craig Tiller
e07c368861
Update test
9 years ago
yang-g
f64befd27f
Make a copy of ByteBuffer when writing
9 years ago
vjpai
a4942a012d
@jtattermusch correctly pointed out that we are not setting
...
payload config in our server config. This affect any generic server
tests that use anything other than 0-byte responses: essentially,
server-streaming or bidi throughput tests.
9 years ago
David Garcia Quintas
ca2886a05c
Made the code simpler to parse for humans
9 years ago
David Garcia Quintas
711766dc75
Ensure that no #includes are inside of a namespace.
9 years ago
Craig Tiller
132a00623b
Fix sanity
9 years ago
Craig Tiller
33599977b3
Tweaks
9 years ago
Nicolas "Pixel" Noble
b4e8db24c8
Adding an argument to bad_ssl_cert in order to override the location of the test certificate.
9 years ago
Craig Tiller
cd0fbbdd50
Expand fuzzer corpus
9 years ago
Craig Tiller
58270d5461
Revert "Revert "Factor out backoff code into a separate library (to be re-used elsewhere)""
9 years ago
Craig Tiller
71c610d512
Expand fuzzers
9 years ago
David G. Quintas
108cecb826
Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"
9 years ago
Jan Tattermusch
38da4491cc
fix -Wshadow warning
9 years ago
vjpai
506f60fcff
Fix an include
9 years ago
Craig Tiller
dc559c9697
Add fuzzer found crash to corpus
9 years ago
David Garcia Quintas
13c2f6e69d
Implemented compression level algorithms properly (as a function of the accepted algorithms by the call's peer.
9 years ago
Nicolas "Pixel" Noble
c90886096a
Fixing json parsing issues detected by libfuzz.
9 years ago
Craig Tiller
32173c5c3c
First version of json fuzzer
9 years ago
Craig Tiller
bb84c6a70e
Make stack traces show up in run_tests.py logs
9 years ago
Craig Tiller
4cc04f8742
Upgrade windows to the fixed posix port server code
9 years ago
Craig Tiller
19d7d808ec
Split port_posix.c into platform specifics and a portable interface to port_server.py
9 years ago
Craig Tiller
e272081049
Fix copyright
9 years ago
Craig Tiller
2ed1a9e329
Disable warning: system header is broken
9 years ago
Craig Tiller
b195792ed9
Drop the L
9 years ago
Nicolas "Pixel" Noble
6ada8a4ba5
Fixing stupid double free.
9 years ago
Craig Tiller
2befb68e82
Tweaking formatting
9 years ago
Craig Tiller
ebdb007722
Log test names
9 years ago
Craig Tiller
781bcd2fe2
Log test names
9 years ago
Nicolas "Pixel" Noble
1faa036a49
Disabling flaky test.
9 years ago
Nicolas "Pixel" Noble
2b6feb8df0
Preventing huge stacks in timer_heap_test.
9 years ago
Nicolas "Pixel" Noble
80da2ec697
Preventing huge stacks in load_file_test.
9 years ago
Nicolas "Pixel" Noble
b9012fc03c
Fixing bitrotting in udp_server_test.c
9 years ago
Craig Tiller
adf3a9d0b0
clang-fmt
9 years ago
Craig Tiller
c9c0b8bf42
Review feedback
9 years ago
Deepak Lukose
e61cbe3fd3
For client cert based authentication, add client cert as an AuthProperty
9 years ago
Craig Tiller
3c788053bc
Fix copyright
9 years ago
Craig Tiller
2b45cb827f
clang-format code
9 years ago
Craig Tiller
ce2b3084e7
Get stack traces in crash dumps working for Windows
9 years ago
Craig Tiller
2a577fb793
clang-format
9 years ago
yang-g
4e5c6d9895
Remove end2end_certs library.
9 years ago
Craig Tiller
5cb79621d0
Initial canaries for downstream merges
9 years ago
Masood Malekghassemi
6643ce7ed1
Clean up test
9 years ago
Vijay Pai
847baf6fe0
clang-format and fix a typo caused by saving
9 years ago
vjpai
63326281d7
1. Remove all deadlines from the RPCs and shutdown in this code.
...
These tests (especially unconstrained versions) can get very
backlogged and may take a while to finish. We sometimes flake waiting
for that. This is not hazardous (IMO), as the scripts that run these
tests already have timeouts to make sure that these don't truly go on
forever.
2. Make the time spent in the benchmark phase actually be
benchmark_seconds rather than benchmark_seconds-warmup_seconds
as it is currently.
9 years ago
Sree Kuchibhotla
f7cea97658
Fix copyright
9 years ago