David Garcia Quintas
4b2def361a
Fix RR concurrent updates
8 years ago
Craig Tiller
873ee82277
Add channel args to qps server
8 years ago
David Garcia Quintas
3f223e342f
Move gtest include after proto include
8 years ago
ncteisen
36bb8a0006
s/hanging/pending/g
8 years ago
ncteisen
43f2b55a07
Add repro and fix to bidi case
8 years ago
ncteisen
be7b82ba5e
Add repro for coalescing bug
8 years ago
ncteisen
9bee3086c3
Make stream responses togglable via context
8 years ago
Mark D. Roth
2faddbd639
Fix filter_end2end_test.
8 years ago
Mark D. Roth
cc4ef5919f
Improvements to C++ filter API:
...
- Make sure all C-core parameters are passed into C++ methods.
- Add Destroy() methods for ChannelData and CallData.
- Use C++-style casts.
- Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters.
8 years ago
David Garcia Quintas
ab1ff6b041
Split move test
8 years ago
ncteisen
131d2f19a1
Few more bm trickle fixes
8 years ago
ncteisen
81db061d2a
Clang fmt and copyright sanity
8 years ago
ncteisen
8f9e012428
Add json out flag to qps driver
8 years ago
ncteisen
0911b1612a
Fix bm_diff
8 years ago
David Garcia Quintas
05e15745d3
added test for RR connectivity state upon subchannels shutdown
8 years ago
David Garcia Quintas
64ea30fe5b
Fix RR policy connectivity state upon subchannels shutdown
8 years ago
Mark D. Roth
bd3b93b4b5
Add support for Trailers-Only responses.
...
- When receiving a Trailers-Only response, return the metadata as
trailing metadata instead of initial metadata.
- Send Trailers-Only response when we have no non-default initial metadata,
no message to send, and trailing metadata to send.
8 years ago
David Garcia Quintas
e48949f0b4
Make grpc::Alarm non-copyable
8 years ago
ncteisen
06795cb442
Address github comments
8 years ago
yang-g
32e1678327
Still create channel if remotedb is false. Just do not use it in the file parsing
8 years ago
ncteisen
61a75993f5
Enable jenkins testing
8 years ago
ncteisen
390668999f
relax QPS diff threshold
8 years ago
ncteisen
63aa9c8446
Add QPS Diff
8 years ago
ncteisen
dc1b51e6b3
clang fmt
8 years ago
ncteisen
24e820762a
Add json out flag to qps driver
8 years ago
ncteisen
969b46ef73
Add rich closure debug mode
8 years ago
ncteisen
274bbbe6a0
Add rich closure debug mode
8 years ago
Jan Tattermusch
7e91ebb41d
license fixes
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
David Garcia Quintas
87d5a3130d
Implement LB policy updates
8 years ago
ncteisen
e9dea378c5
Pare down args once more
8 years ago
ncteisen
8758e1030f
Clang fmt
8 years ago
ncteisen
6996f57783
Change identity
8 years ago
ncteisen
777e91d406
Redo unary trickle args sweep
8 years ago
ncteisen
3972fad38c
clang format
8 years ago
ncteisen
a4cd06fc21
Fixes
8 years ago
ncteisen
28b0828243
bm trickly bugfix
8 years ago
Nicolas "Pixel" Noble
670d8bf675
Moving gtest to the end.
8 years ago
Nicolas "Pixel" Noble
6fa7236d24
Moving testing headers at the end.
8 years ago
Nicolas "Pixel" Noble
7e5364781b
Adding interop stress test.
8 years ago
Nicolas "Pixel" Noble
d1c72ee33e
Adding reconnect interop client and server.
8 years ago
Nicolas "Pixel" Noble
c6dea730ca
Realized that the interop BUILD file still uses cc_library and stuff.
8 years ago
Craig Tiller
d8e896ecd7
Remove function
8 years ago
Nicolas "Pixel" Noble
3dedf65b0f
Fixing indentation + fixing interop_client.
8 years ago
Vijay Pai
4b07aab513
Support multiple threads per cq sharing, add tests
8 years ago
Craig Tiller
840931eec9
More import fixes
8 years ago
Mark D. Roth
f91eb714c2
Change round_robin LB policy to use the addresses in the order given.
8 years ago
Nicolas "Pixel" Noble
af6c83f9e1
Adding dummy layering check option.
8 years ago
Mark D. Roth
d7389b418f
Implement grpclb drop support.
8 years ago