Yuxuan Li
f8365cd87b
clean up, fix minor issue
8 years ago
Yuxuan Li
28efff3e1e
clang-format
8 years ago
Yuxuan Li
5d3ddeeea1
adding server side poll stat
8 years ago
Yuxuan Li
999ac157e6
initial implementation.
8 years ago
Craig Tiller
84f75d448e
Fix ASAN/TSAN failures
...
- trace system is now thread safe when run with TSAN
- fix a race in client_auth_filter.c
- allow timer manager to run in single threaded mode for fuzzers
8 years ago
Mark D. Roth
64d922ae87
Make sure we set deadline for the LB call even without a pick.
...
As part of this, get the deadline from a channel arg instead of pick_args.
8 years ago
Noah Eisen
89371914c9
Fix error refcount bug
...
Added a missing ref in httpcli.c. Also added a test to avoid
regression
8 years ago
Sree Kuchibhotla
d4fc32eacd
New epoll-based polling engine with dedicated poller threads
8 years ago
Craig Tiller
c3571791a5
Isolate timer checking in its own thread
8 years ago
Mark D. Roth
13ded3fc66
Improve cq_verifier error message when success does not match.
8 years ago
Vijay Pai
eea8cf0fe3
Add QPS tests for one-sided streaming
8 years ago
Mark D. Roth
09e458c6cd
Implement client-side load reporting for grpclb.
8 years ago
James Eady
3b26451025
Add static method to generated code to return fully qualified protobuf service name.
8 years ago
zhimingxie
60f35722de
fix truncate bug in grpc_cli
8 years ago
David Garcia Quintas
0745356ab2
Apply slowdown factor to timeouts
8 years ago
Nicolas "Pixel" Noble
c020da9634
Forgot one external dependency.
8 years ago
Nicolas "Pixel" Noble
16ace24735
End2end test dependency fix.
8 years ago
Craig Tiller
570fad827c
Fix printf format
8 years ago
Vizerai
6903d74238
changed from symbolic links to actual files
8 years ago
Vizerai
0359e1260f
initial commit
8 years ago
Muxi Yan
5109b38d4b
Add end2end test for workarounds
8 years ago
David Garcia Quintas
04109e8f7d
BUILD and #include fixes
8 years ago
David Garcia Quintas
04911ca202
New version of grpclb end2end test
8 years ago
Craig Tiller
7ef85e5a30
Fix bogus asserts
8 years ago
Craig Tiller
6a85ee0b4d
Fix test compilation
8 years ago
Craig Tiller
1939744de5
Fix test failure
8 years ago
Ivan Vučica
38279ea2e0
Bazel rule for building grpc_cli.
8 years ago
Sree Kuchibhotla
93478976b7
Cleanup ev_epoll_linux_test and add some log statements in
...
ev_epoll_linux.c
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Craig Tiller
78e0864d3d
Expand allowable resource quota failures: unavailable seems sane
8 years ago
Craig Tiller
e38948a1cd
clang-format
8 years ago
Craig Tiller
edec4f5f81
Add support for server-side channel args to qps_test
8 years ago
Craig Tiller
7f88c48411
Fix portability test
8 years ago
Nicolas "Pixel" Noble
3bd8177ce6
Converting end2end/generate_tests.bzl.
8 years ago
Craig Tiller
819cd88bd7
Allow EPOLLEXCLUSIVE tests to be omitted outside of CI
8 years ago
Craig Tiller
9fd7cf5dc3
Recycle ports
8 years ago
Craig Tiller
b56dae554c
Allow a longer fetch time for port server
8 years ago
Noah Eisen
6b42bfde1f
Add fuzzer to corpus
8 years ago
Craig Tiller
25149249ec
Slow down timers for ubsan builds
8 years ago
Craig Tiller
956920d84e
clang-format
8 years ago
Craig Tiller
f62f8d37b6
Revert "Better cost estimation"
...
This reverts commit 4f98e25f8b
.
8 years ago
Craig Tiller
3d36a5542c
Fix compile
8 years ago
Craig Tiller
c6f6663fb7
Rollback some changes
8 years ago
Craig Tiller
0d46284799
Rollback some changes
8 years ago
Jan Tattermusch
1dd609b3c1
fix C++ distribtests
8 years ago
Craig Tiller
4a1925444d
Remove more spam
8 years ago
Craig Tiller
b2b4122c03
Remove logging
8 years ago
Craig Tiller
85bf34a4a8
Copy slices for in-process transports: its no longer safe to just ref
8 years ago
Sree Kuchibhotla
f3e94ecaa1
Add TODOs to ev_epoll_linux_test
8 years ago
Craig Tiller
20cb627339
Fix HTTP proxy tests
...
- heap allocate the pollset shutdown closure (this may be called asynchronously)
- ensure a poller remains until all endpoints are closed
8 years ago