54c27523e4
Allow HTML output for test coverage
2015-12-17 16:13:01 -08:00
715fec664d
Merge pull request #473 from iamqizhao/master
...
Get more accurate test coverage
2015-12-17 15:15:29 -08:00
e2f4a8ddb3
Get more accurate test coverage
2015-12-17 15:11:37 -08:00
e382c8819f
Merge pull request #472 from iamqizhao/master
...
fix some print format errors
2015-12-16 12:51:35 -08:00
a98f0170cf
fix some print format errors
2015-12-16 11:36:52 -08:00
a22b661156
Merge pull request #471 from iamqizhao/master
...
fix a flaky test
2015-12-15 18:44:20 -08:00
dfdc477da5
gofmt
2015-12-15 17:37:18 -08:00
d0674dc836
add some comments
2015-12-15 17:36:03 -08:00
2210679553
fix a flaky test
2015-12-15 17:34:02 -08:00
857b9ba14c
Merge pull request #470 from iamqizhao/master
...
i) lower case metedata key names; ii) make binary encoding consistent…
2015-12-15 16:32:55 -08:00
2f524e51f1
add more tests
2015-12-15 16:13:30 -08:00
3d2cc2df9c
remove dead code
2015-12-15 15:53:37 -08:00
87d84117a8
i) lower case metedata key names; ii) make binary encoding consistent with other impls.
2015-12-15 15:30:52 -08:00
2d76f2fb90
Merge pull request #464 from iamqizhao/master
...
i) revise picker API and channel state API; ii) add unicastNamingPick to support custom name discovery.
2015-12-14 15:28:37 -08:00
f0ee5628a9
add more comments
2015-12-14 14:43:21 -08:00
758cf3083a
add comments to NotifyReset
2015-12-14 14:40:21 -08:00
330d8f958c
i) revise picker API and channel state API; ii) add unicastNamingPicker which supports custom name resolving.
2015-12-14 14:32:43 -08:00
3463c93e2b
Merge pull request #463 from iamqizhao/master
...
revise naming package a bit
2015-12-11 11:20:36 -08:00
7cf6aab875
revise naming package a bit
2015-12-11 11:06:14 -08:00
ecd68681d4
Merge pull request #461 from iamqizhao/master
...
removed etcd name resolver impl tentatively and revised the naming API …
2015-12-04 14:45:32 -08:00
101776cb98
remove etcd name resolver impl tentatively and revise the naming API a bit
2015-12-04 14:23:24 -08:00
a202995ce9
Merge pull request #458 from iamqizhao/master
...
Finish trace for premature error
2015-11-30 16:53:39 -08:00
7aa428f5d6
Finish trace for premature error
2015-11-30 16:41:52 -08:00
2011d72ca3
Merge pull request #453 from iamqizhao/master
...
Recv continuation frames correctly
2015-11-19 09:37:42 -08:00
6f8cb60ea7
Recv continuation framers correctly
2015-11-19 09:29:25 -08:00
2f99279b3a
Merge pull request #452 from iamqizhao/master
...
Allow >16k status desc
2015-11-18 16:32:28 -08:00
900db87189
Allow >16k status desc
2015-11-18 16:22:08 -08:00
1de7636f53
Merge pull request #451 from iamqizhao/master
...
The initial call tests.
2015-11-18 13:10:01 -08:00
f53fd361b7
initial call_test.go
2015-11-18 11:56:15 -08:00
0bcb4bfeb7
Merge pull request #450 from iamqizhao/master
...
fix a typo
2015-11-18 11:43:55 -08:00
586ba13085
initial call_test.go
2015-11-18 11:34:37 -08:00
ca78069909
fix a typo
2015-11-18 10:57:30 -08:00
e749af2b92
Merge pull request #440 from dkwasnick/patch-1
...
Fix cc.Close() state race
2015-11-18 10:54:05 -08:00
7c736b2fc9
Merge pull request #442 from jboeuf/update_ssl_cert
...
Updating the test SSL certs.
2015-11-17 20:46:29 -08:00
cbff74bfce
Patching the rest of the test certs in the repo.
2015-11-11 15:27:42 -08:00
123c91d04f
Updating the test SSL certs.
...
- For interoperability testing, we need the same certs everywhere.
- This was not possible before because Go could not deal with some field
being encoded as PRINTABLESTRING in the CA and UTF8STRING in the
server1 cert. However, the certs have been fixed in:
https://github.com/grpc/grpc/pull/4096
- Also changed the go root testdata cert to avoid confusion (maybe there
should not be that many copy of the certs in the repo but I will leave
this to the repo maintainers).
2015-11-11 14:50:21 -08:00
0fd544f256
Fix cc.Close() state race
...
Fix a race condition in which a Conn's state is set to TransientFailure after Close() has been invoked – Close() should irrevocably set state to Shutdown.
2015-11-10 14:02:38 -08:00
3490323066
Merge pull request #438 from alexanderfahlke/fix-push-to-coveralls
...
removed automatic push to coveralls fixes grpc/grpc-go#436
2015-11-09 13:47:31 -08:00
5feafb6c20
removed automatic push to coveralls fixes grpc/grpc-go#436
2015-11-09 13:02:03 +01:00
1684e4a49b
Merge pull request #433 from iamqizhao/master
...
Attach the payload from ping frame to ping ack
2015-11-06 14:19:32 -08:00
bcd6f37972
Attach the payload from ping frame to ping ack
2015-11-06 13:57:51 -08:00
93a9ed0baa
Merge pull request #431 from iamqizhao/master
...
move some tests from end2end.go to clientconn_test.go
2015-11-06 13:42:42 -08:00
0be6721c85
coverage on multiple packages
2015-11-06 13:26:24 -08:00
cb8841c36e
move some tests from end2end.go to clientconn_test.go
2015-11-06 11:33:13 -08:00
1d6b82a645
Merge pull request #423 from iamqizhao/master
...
Cancel the contexts of all active streams when a server connection is closed
2015-10-30 19:07:26 -07:00
1c2c309b25
Cancel all active streams when a server connection is closed
2015-10-30 15:52:41 -07:00
174192fc93
Merge pull request #420 from iamqizhao/master
...
regenerated the code for route_guide.proto
2015-10-29 14:42:30 -07:00
bf42086a4b
regenerated the code for route_guide.proto
2015-10-29 14:26:16 -07:00
bba8442c8e
Merge pull request #418 from iamqizhao/master
...
put ctx cancel into the right place
2015-10-29 11:12:25 -07:00
054d03a130
put ctx cancel into the right place
2015-10-29 10:55:53 -07:00