Hongwei Wang
|
eeb61ba355
|
Minor fix for debugging
|
2015-08-12 11:27:28 -07:00 |
Hongwei Wang
|
d7c5aa856b
|
Formatting zookeeper_test
|
2015-08-10 20:30:39 -07:00 |
Hongwei Wang
|
b0453fba84
|
Update zookeeper test to have two servers
|
2015-08-10 17:04:36 -07:00 |
Hongwei Wang
|
68d205d85b
|
Minor fix on zookeeper test
|
2015-08-07 19:19:02 -07:00 |
Hongwei Wang
|
6bbcd0493e
|
test
|
2015-08-07 19:09:36 -07:00 |
Hongwei Wang
|
ad5c897a94
|
Merge branch 'master' of https://github.com/grpc/grpc into zookeeper
|
2015-08-07 17:17:22 -07:00 |
Hongwei Wang
|
497d26a83d
|
Update zookeeper in jenkins docker file
|
2015-08-07 16:39:24 -07:00 |
Hongwei Wang
|
2ad07d7523
|
Formatting
|
2015-08-07 11:30:36 -07:00 |
Hongwei Wang
|
6d445965cc
|
Zookeeper test server address as environment variable
|
2015-08-07 10:53:22 -07:00 |
yang-g
|
cec757f22a
|
Fix build
|
2015-08-06 22:53:58 -07:00 |
yang-g
|
87e133e13a
|
merge with head
|
2015-08-06 22:51:27 -07:00 |
yang-g
|
c8abca8f53
|
Resolve comments
|
2015-08-06 22:50:16 -07:00 |
Hongwei Wang
|
a83d1b324a
|
Merge branch 'master' of https://github.com/grpc/grpc into zookeeper
|
2015-08-06 12:52:18 -07:00 |
Hongwei Wang
|
2b1b95a792
|
Change zookeeper address to grpc-jenkins-master in zookeeper_test
|
2015-08-05 17:32:43 -07:00 |
Hongwei Wang
|
443a7501bb
|
Zookeeper test add authority in client context
|
2015-08-05 16:27:54 -07:00 |
Craig Tiller
|
2c3be1df4f
|
Add tests for C++ propagation
|
2015-08-05 15:59:27 -07:00 |
yang-g
|
8708dd76c1
|
Add WaitForState
|
2015-08-05 15:57:14 -07:00 |
yang-g
|
36f5965247
|
clean up and add a test
|
2015-08-05 15:15:18 -07:00 |
Hongwei Wang
|
bc7405c320
|
Merge branch 'master' of https://github.com/grpc/grpc into zookeeper
|
2015-08-05 12:46:17 -07:00 |
Yang Gao
|
d2e9cb3b92
|
Merge pull request #2765 from ctiller/the-test-be-sleepy
Fix edge cases in CHTTP2 resulting in lose of send close from clients
|
2015-08-05 11:47:30 -07:00 |
Hongwei Wang
|
4346e53be6
|
Merge branch 'master' of https://github.com/grpc/grpc into zookeeper
|
2015-08-05 11:21:15 -07:00 |
Craig Tiller
|
220adcc745
|
Merge branch 'primary-goat-whisperer' into the-test-be-sleepy
|
2015-08-05 07:16:52 -07:00 |
yang-g
|
5239ee2bd0
|
Merge remote-tracking branch 'upstream/master' into cancel
|
2015-08-04 16:15:57 -07:00 |
yang-g
|
b335256444
|
Add AsyncNotifyWhenDone
|
2015-08-04 14:42:06 -07:00 |
Craig Tiller
|
902d9c4722
|
Merge pull request #2749 from yang-g/default_host_to_null
Pass NULL as host by default. Use context.authority() or channel.SslN…
|
2015-08-04 14:28:49 -07:00 |
Craig Tiller
|
82389ecf1a
|
Merge branch 'primary-goat-whisperer' into the-test-be-sleepy
|
2015-08-04 09:01:36 -07:00 |
Hongwei Wang
|
72538b9103
|
Merge branch 'master' of https://github.com/grpc/grpc into zookeeper
|
2015-08-03 12:29:18 -07:00 |
Hongwei Wang
|
eace1904de
|
Zookeeper resolver end-to-end test: zookeeper state change between two RPCs
|
2015-08-03 12:22:32 -07:00 |
Craig Tiller
|
fb21ae6040
|
Re-enable all the tests
|
2015-08-03 10:16:11 -07:00 |
yang-g
|
940d555a63
|
fix generic_end2end_test
|
2015-07-31 22:11:41 -07:00 |
Craig Tiller
|
7c1be05463
|
Line up starting times
|
2015-07-31 15:38:37 -07:00 |
Hongwei Wang
|
8e04d4107e
|
Add zookeeper end-to-end test
|
2015-07-31 15:12:51 -07:00 |
yang-g
|
8ab383686b
|
add a test where a read and a writesdone happen at the same time
|
2015-07-31 14:05:33 -07:00 |
yang-g
|
dcf6c90b33
|
merge with head
|
2015-07-30 11:35:18 -07:00 |
yang-g
|
d7ead699f8
|
Add a test
|
2015-07-30 10:57:45 -07:00 |
Craig Tiller
|
dfc42da760
|
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
Conflicts:
src/core/iomgr/tcp_server_windows.c
|
2015-07-26 12:37:53 -07:00 |
Yang Gao
|
2a31304d7f
|
Merge pull request #2647 from vjpai/deepend
Dynamic-sized thread pool
|
2015-07-24 23:08:27 -07:00 |
Yang Gao
|
1fedc800dc
|
Merge pull request #2655 from vjpai/expecteq
Switch an int to size_t or else it fails on Mac
|
2015-07-24 21:59:03 -07:00 |
jboeuf
|
5749a3f467
|
Merge pull request #2605 from yang-g/fake_transport_security_to_private
Fake transport security to private
|
2015-07-24 21:30:35 -07:00 |
vjpai
|
51d22752d6
|
Switch an int to size_t or else it fails on Mac
|
2015-07-24 14:11:04 -07:00 |
Vijay Pai
|
f0c66c6365
|
Merge branch 'master' into deepend
|
2015-07-24 10:51:27 -07:00 |
Vijay Pai
|
1f3e6c1ebe
|
Start switching everything to dynamic pool
|
2015-07-23 16:18:21 -07:00 |
Craig Tiller
|
b256faa353
|
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
|
2015-07-23 11:28:16 -07:00 |
yang-g
|
6f30decf79
|
Flow control fix
|
2015-07-22 23:14:43 -07:00 |
Yang Gao
|
1451f2e919
|
Merge pull request #2571 from vjpai/cent6-issues
Remove one range-based for and do appropriate static casts on nullptr
|
2015-07-22 21:30:00 -07:00 |
yang-g
|
70a1337045
|
merge head and resolve conflict
|
2015-07-22 00:08:06 -07:00 |
yang-g
|
8b25f2aaeb
|
move fake_transport_security_credentials to private API
|
2015-07-21 23:54:36 -07:00 |
Vijay Pai
|
c4af224970
|
Remove one range-based for and do appropriate static casts on nullptr
|
2015-07-21 18:44:20 +00:00 |
Craig Tiller
|
60fb201277
|
Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY
Conflicts:
src/cpp/client/channel_arguments.cc
|
2015-07-20 21:37:13 -07:00 |
Craig Tiller
|
bf6abeef3d
|
Remove experimental prefix
|
2015-07-19 22:31:04 -07:00 |