Vijay Pai
fed13916b0
Move h2_ssl_cert_test out of end2end fixtures, use gtest
7 years ago
Jan Tattermusch
779ae6f8b7
cap json_run_localhost to 10 mins under sanitizers
7 years ago
Craig Tiller
247b23114d
C++ize PidController
7 years ago
Craig Tiller
50ca35e3e6
Fix test
7 years ago
Craig Tiller
3cf8d50d1e
accurate, exhaustive "fast" version of this test
7 years ago
Craig Tiller
c5fb7e5b73
Use a mutex for an exact test
7 years ago
Craig Tiller
db78c2fa3b
Set gpr_mpscq_test to not use polling, make that bit work again
7 years ago
Craig Tiller
b7a8cace34
Add abseil to core, use it for InlinedVector
7 years ago
Jan Tattermusch
768c894519
reduce timeout for json_run_localhost
7 years ago
ncteisen
5dda3d3e22
Upate test.json template
7 years ago
Alexander Polcyn
27bf05d003
Add tests for c-ares wrapper using a local DNS server.
7 years ago
Craig Tiller
2426163b31
Switch to three threads per cq for unconstrained benchmarks
7 years ago
Craig Tiller
ebec0dba9f
Select better arguments
7 years ago
Craig Tiller
97ec5eb61e
Add stats test
7 years ago
Sree Kuchibhotla
0fda880c75
Enable epoll1
7 years ago
David Garcia Quintas
243fe9d43c
Added way to remove filters from channel stack builder
7 years ago
Yihua Zhang
7fab9bf3bb
Add TSI test library and SSL and fake TSI tests
7 years ago
Muxi Yan
4078771049
generate projects
7 years ago
jiangtaoli2016
3aaa5ea028
minor fix
7 years ago
Noah Eisen
686437ada9
Add repro
7 years ago
Muxi Yan
627a5824c3
clang-format and generate project
7 years ago
Mark D. Roth
5794061764
Improvements to grpc_byte_stream API and handling.
...
- Add shutdown() method (to be used in forthcoming call combiner code).
- Use a vtable instead of storing method pointers in each instance.
- Check all callers of pull() to make sure that they are properly
handling errors.
- Clarify ownership rules and attempt to adhere to them.
- Added a new grpc_caching_byte_stream implementation, which is used in
http_client_filter to avoid having to read the whole send_message byte
stream before passing control down the stack. (This class may also be
used in the retry code I'm working on separately.)
- As part of this, did a major rewrite of http_client_filter, which
made the code more readable and fixed a number of potential bugs.
Note that some of this code is hard to test right now, due to the fact
that the send_message byte stream is always a slice_buffer stream, for
which next() is always synchronous and no destruction is needed.
However, some future work (specifically, my call combiner work and
Craig's incremental send work) will start leveraging this.
7 years ago
Yash Tibrewal
c62ce80b80
Test credentials are passed with channel arg. Renamed macros and refactored code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload.
8 years ago
Yash Tibrewal
f7350ea6b7
Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri
8 years ago
murgatroid99
79e2d8e89f
libuv tests: skip a test that spawns a thread
8 years ago
Craig Tiller
c0df1c0f9a
Compiling again
8 years ago
Vijay Pai
3d7d5f4ed2
Create inproc transport, add relevant tests, exclude irrelevant tests
8 years ago
Mark D. Roth
0696611fb5
Do not return calls on server when request proto fails to deserialize.
8 years ago
Muxi Yan
59827dd739
generate project
8 years ago
Noah Eisen
7e4c1dd4c9
Add fuzzer repro
8 years ago
Ken Payson
a4710a090d
Revert "Remove lockfree-stack implementation that is no longer used"
...
This reverts commit 3d04e025bc
.
8 years ago
Muxi Yan
c1f837ce79
Make stream compression module
8 years ago
Muxi Yan
d19c112db0
Add test
8 years ago
Craig Tiller
f95873e676
Update build
8 years ago
Vijay Pai
3d04e025bc
Remove lockfree-stack implementation that is no longer used
8 years ago
Ken Payson
f8d6fb7a94
Update boringssl
8 years ago
Ken Payson
4536138eef
disable unconstrained_1cq test
8 years ago
David Garcia Quintas
87d5a3130d
Implement LB policy updates
8 years ago
Vijay Pai
fba000c8ec
Reduce outstanding RPCs for 1cq tests
8 years ago
Vijay Pai
4b07aab513
Support multiple threads per cq sharing, add tests
8 years ago
Craig Tiller
058bd64b00
Generate projects
8 years ago
Alexander Polcyn
c3b1f18a7e
get rid of connectivity state watchers right after timeout
8 years ago
Muxi Yan
29ff4665a8
Revert "Revert "Implement Server Backward Compatibility""
8 years ago
Nicolas Noble
7edcce2147
Revert "Implement Server Backward Compatibility"
8 years ago
Craig Tiller
1b84e03884
Dont run ubsan tests on boringssl
8 years ago
Muxi Yan
bf5a5f92be
Add a separate test case for workaround_cronet_compression
8 years ago
Vijay Pai
f6f28a781d
Add 2 new scenarios for better bw measurement
8 years ago
Vijay Pai
98a501f435
Reduce concurrent RPCs for single-core tests since some were timing out
...
or otherwise taking long to complete
8 years ago
Vijay Pai
eea8cf0fe3
Add QPS tests for one-sided streaming
8 years ago
Vizerai
0359e1260f
initial commit
8 years ago