Noah Eisen
|
74e7bd7d16
|
Merge pull request #13244 from ncteisen/streaming-ping-pong
Revert "Revert "Fix benchmark crash""
|
2017-11-06 14:58:14 -08:00 |
Craig Tiller
|
9ab26feb68
|
Merge github.com:grpc/grpc into 50
|
2017-11-06 09:45:55 -08:00 |
Vijay Pai
|
6da4f51e06
|
Merge pull request #13257 from vjpai/pb_header
Make gRPC C++ library depend on protobuf_headers, not protobuf
|
2017-11-03 17:04:31 -07:00 |
ncteisen
|
e8b09eee58
|
Fix deadlock
|
2017-11-03 16:17:55 -07:00 |
Yuchen Zeng
|
9ec467343d
|
Merge pull request #13232 from y-zeng/connectivity_watcher
Lower backup poll interval in async_end2end_test
|
2017-11-03 15:47:21 -07:00 |
Vijay Pai
|
5e7ceebf6b
|
Need explicit "protobuf" dependence on proto_utils_test
|
2017-11-03 22:37:03 +00:00 |
Yuchen Zeng
|
89f86c08e2
|
Lower backup poll interval in async_end2end_test
|
2017-11-03 12:13:21 -07:00 |
Craig Tiller
|
baa14a975e
|
Update clang-format to 5.0
|
2017-11-03 09:09:36 -07:00 |
ncteisen
|
b669ff34eb
|
Revert "Revert "Fix benchmark crash""
This reverts commit ac5522bef7.
|
2017-11-02 15:14:04 -07:00 |
Noah Eisen
|
ac5522bef7
|
Revert "Fix benchmark crash"
|
2017-11-02 13:17:02 -07:00 |
Craig Tiller
|
66b740a8c6
|
Merge pull request #13053 from ctiller/fcfix
Fix benchmark crash
|
2017-11-01 15:22:06 -07:00 |
Vijay Pai
|
b611e249f3
|
Merge pull request #13216 from vjpai/tst_fixes
Remove unused code from thread_stress_test
|
2017-11-01 12:45:26 -07:00 |
Abhishek Kumar
|
8c2d222875
|
Merge pull request #13210 from y-zeng/end2end_fix
Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS for async_end2end_test
|
2017-11-01 12:07:40 -07:00 |
Yuchen Zeng
|
0d573083b9
|
Add comments for setting the env variable
|
2017-11-01 11:34:15 -07:00 |
Vijay Pai
|
4afcf5b566
|
Remove unused code from thread_stress_test
|
2017-11-01 10:44:01 -07:00 |
Yuchen Zeng
|
452b987a0d
|
Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS for async_end2end_test
|
2017-10-31 19:54:38 -07:00 |
David Garcia Quintas
|
77827e1fb2
|
BG-poll very frequently to pick up subchannels's updates in LB tests
|
2017-10-31 19:26:08 -07:00 |
Vijay Pai
|
8afaf61fea
|
Merge pull request #13192 from vjpai/spp
Fix a data race in microbenchmark stats gathering
|
2017-10-30 21:54:23 -07:00 |
Vijay Pai
|
94a52266c9
|
Merge pull request #13082 from vjpai/friendly_fire
GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend
|
2017-10-30 16:16:20 -07:00 |
Vijay Pai
|
f92b530068
|
Fix a data race in microbenchmark stats gathering
|
2017-10-30 15:10:56 -07:00 |
Yuchen Zeng
|
9e6837d397
|
Merge pull request #12732 from y-zeng/connectivity_watcher
Client channel backup poller
|
2017-10-30 14:47:24 -07:00 |
Vijay Pai
|
cb36615ddd
|
GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend
|
2017-10-30 13:31:07 -07:00 |
Mark D. Roth
|
662ec97674
|
Merge pull request #12878 from markdroth/pick_first_subchannel_list
Refactor subchannel_list code out of RR and use it in PF.
|
2017-10-30 13:07:59 -07:00 |
Yuchen Zeng
|
cbb9296b72
|
Change the default interval to 5 seconds
|
2017-10-30 12:06:52 -07:00 |
Yuchen Zeng
|
7fa814fbeb
|
Fix timeouts
|
2017-10-30 12:06:52 -07:00 |
Yuchen Zeng
|
0bad30a244
|
Use backup pollser instead of connectivity watcher
|
2017-10-30 12:06:52 -07:00 |
kpayson64
|
555b84506e
|
Merge pull request #12870 from kpayson64/call_bm_diff
Add call size bm diff
|
2017-10-27 16:28:52 -07:00 |
Vijay Pai
|
d5b66f187c
|
Merge pull request #13107 from vjpai/reinternalize
Separate public and internal C++ interfaces - Revival of #11572
|
2017-10-27 14:57:40 -07:00 |
Ken Payson
|
667aa2b990
|
Add call size bm_diff
|
2017-10-27 14:33:17 -07:00 |
Mark D. Roth
|
6e5ce7288d
|
Assume that subchannels start in state IDLE.
|
2017-10-27 09:37:41 -07:00 |
Ken Payson
|
918ce7a686
|
Fix QPS Async Client Next loop
|
2017-10-27 02:48:15 -07:00 |
yang-g
|
37f1bd13ab
|
clear the request
|
2017-10-26 14:42:51 -07:00 |
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
2017-10-26 14:28:26 -07:00 |
yang-g
|
903981adb6
|
Catch out of order error code
|
2017-10-25 10:46:35 -07:00 |
kpayson64
|
1bf7207852
|
Merge pull request #13084 from kpayson64/cq_lambda
CompletionQueue DoThenAsyncNext
|
2017-10-25 10:28:02 -07:00 |
Ken Payson
|
42bd87e376
|
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
|
2017-10-25 09:13:30 -07:00 |
Yuchen Zeng
|
c01c7cbd85
|
Merge pull request #12219 from y-zeng/http2_connector
Add the endpoint used by the handshake process to connector's pollset_set
|
2017-10-24 11:54:29 -07:00 |
Juanli Shen
|
a5b34a502a
|
Merge pull request #13108 from AspirinSJL/reomve_duplicate
Remove duplicate message member in test
|
2017-10-24 11:32:16 -07:00 |
ncteisen
|
c296e82e11
|
clang fmt
|
2017-10-24 08:58:14 -07:00 |
ncteisen
|
9e3eedb6af
|
Remove old header benchmark
|
2017-10-24 08:33:00 -07:00 |
ncteisen
|
6bf4bcef04
|
Fix bm_diff
|
2017-10-23 22:19:01 -07:00 |
Yuchen Zeng
|
6a0874b405
|
Fix bm_chttp2_transport
|
2017-10-23 20:47:53 -07:00 |
Yuchen Zeng
|
ca31256597
|
Remove redundant WaitForConnected
|
2017-10-23 18:26:21 -07:00 |
Juanli Shen
|
cbdb5174ca
|
Remove duplicate message member in test
|
2017-10-23 14:44:52 -07:00 |
Craig Tiller
|
8c96701cf5
|
Ensure that we respect requested channel args in all cases
|
2017-10-20 12:25:36 -07:00 |
Vijay Pai
|
25d2466a22
|
Merge pull request #12362 from vjpai/inproc_qps
QPS test that uses inproc transport
|
2017-10-20 09:43:29 -07:00 |
yang-g
|
83085aa74f
|
Add a microbm, seeing 195ns with current impl and 162ns with new impl
|
2017-10-19 16:11:06 -07:00 |
Vijay Pai
|
088112fea1
|
Create inproc version of QPS test and add a few simple tests of this to standard testing suite.
|
2017-10-19 14:29:13 -07:00 |
Craig Tiller
|
25b037fe9d
|
Fix benchmark crash
|
2017-10-18 14:03:08 -07:00 |
Craig Tiller
|
f83b6ce151
|
Fix compilation
|
2017-10-18 13:02:44 -07:00 |