66 Commits

Author SHA1 Message Date
murgatroid99
58bc7eefa7 Added Node interop test for timeout_on_sleeping_server 2015-05-14 15:23:16 -07:00
murgatroid99
44e2358bbc Merge branch 'master' into node_fix_message_echo 2015-05-12 09:35:03 -07:00
murgatroid99
9fe2bde031 Added failing test that echos the request message 2015-05-11 14:27:39 -07:00
murgatroid99
8b05c4d6b3 Updated ProtoBuf.js dependency. Updated protos to proto3 2015-05-11 13:34:32 -07:00
murgatroid99
d718acee37 Added error events on client streams when the server is streaming 2015-05-06 16:46:19 -07:00
murgatroid99
6ff1f353e8 Added JSON option for gRPC file loading 2015-04-20 11:22:51 -07:00
murgatroid99
ea3589ee0b Fixed bugs in trailing metadata handling and math server example 2015-04-13 12:59:17 -07:00
murgatroid99
ab5d04afbf Reworded test case descriptions 2015-04-03 12:49:31 -07:00
murgatroid99
39cbce69ab Fixed proto syntax 2015-03-26 18:42:10 -07:00
murgatroid99
cdd9f17cf4 Finished adding trailing metadata tests 2015-03-26 15:19:54 -07:00
murgatroid99
9b4b90b3df Started adding support for trailing metadata 2015-03-26 10:07:15 -07:00
Tim Emiola
af3c157d06 Merge pull request #1097 from murgatroid99/node_general_interface
Node general interface
2015-03-23 19:33:16 -07:00
murgatroid99
e84f7e6614 Added a test for generic client and server constructors 2015-03-19 11:16:48 -07:00
murgatroid99
36bbd0b706 Added functions to create generic servers and clients 2015-03-18 17:17:33 -07:00
murgatroid99
2cf57d08a1 Simplified some tests 2015-03-17 18:20:51 -07:00
murgatroid99
3544e15cef Changed call to only expect and return binary headers when key ends with '-bin' 2015-03-17 18:13:55 -07:00
murgatroid99
b0910a21f5 Fixed segfault by fixing scope issue 2015-03-09 16:09:55 -07:00
murgatroid99
04e03be338 Added more tests 2015-03-09 11:16:56 -07:00
Julien Boeuf
d930d42b3c Verifying the peer name on the X509 Certs correctly.
- The SANs take precedence over the CN.
- The CN is only checked if there are no SANs.
- Fixing the tests as the test cert did not list *.test.google.com in
  the SANs. Will fix the test cert another time...
2015-02-23 16:41:26 -08:00
murgatroid99
1b56bf8523 Fixed lint errors 2015-02-19 14:37:18 -08:00
murgatroid99
9910878852 Merge branch 'master' into node_auth_integration 2015-02-18 15:08:32 -08:00
murgatroid99
924cd36e18 Added interop support for default root SSL certs 2015-02-18 10:21:57 -08:00
Craig Tiller
b56ee7c871 Add missing new-lines at end of file 2015-02-18 09:25:21 -08:00
Craig Tiller
42af13c956 Update copyright to 2015 2015-02-18 08:34:56 -08:00
murgatroid99
5bcc358e53 Last test now passes 2015-02-12 13:58:24 -08:00
murgatroid99
7f654db5b8 Removed extra log lines 2015-02-12 13:32:18 -08:00
murgatroid99
312bab200a All tests but one now pass against new API 2015-02-12 13:28:25 -08:00
murgatroid99
4dd6c09968 Fixed most of surface tests 2015-02-12 12:21:15 -08:00
murgatroid99
d35c92d473 Fixed end to end tests 2015-02-11 16:19:55 -08:00
murgatroid99
5bbb836abb More end to end test debugging 2015-02-11 09:26:25 -08:00
murgatroid99
f1da0156b7 Fixed end-to-end tests for new changes 2015-02-10 09:16:49 -08:00
murgatroid99
6f8dde55cc Extension module now compiles and some tests pass 2015-02-09 15:55:10 -08:00
murgatroid99
745eb32e04 Added handling for unimplemeneted methods on the server 2015-01-30 14:13:11 -08:00
murgatroid99
04d01608f6 Added cancellation interop tests to Node interop client 2015-01-29 14:32:56 -08:00
murgatroid99
0549a0d16e Added API for servers to provide metadata 2015-01-29 11:44:46 -08:00
murgatroid99
b4059c1f33 Changed low-level metadata API to be more reasonable 2015-01-28 15:36:27 -08:00
murgatroid99
08c3aae007 Finished fixing the tests 2015-01-27 09:18:30 -08:00
murgatroid99
93facf2c41 Fixed tests by properly half-closing 2015-01-26 18:20:44 -08:00
murgatroid99
2faae54c0b Removed all uses of highland 2015-01-26 18:12:30 -08:00
murgatroid99
6d6606be80 Fixed file references to match moved files 2015-01-26 17:17:59 -08:00
murgatroid99
0cf149b283 Refactored other tests 2015-01-26 14:40:27 -08:00
murgatroid99
f5e13dba4f Refactored tests to avoid hanging 2015-01-26 14:31:03 -08:00
murgatroid99
ed731519c6 Added cancel to client APIs and cancelled event to server APIs 2015-01-26 14:11:18 -08:00
murgatroid99
b8b34fdaed Added missing server shutdown to interop test runner 2015-01-26 10:45:49 -08:00
murgatroid99
9ce69b7b06 Removed some duplicate stream code 2015-01-23 14:52:01 -08:00
murgatroid99
e8fcd8b05b Skiped currently failing test 2015-01-23 11:08:45 -08:00
murgatroid99
be555df5b0 Resolved merge conflict with upstream/master 2015-01-21 17:33:53 -08:00
murgatroid99
db0fe64363 Resolved merge conflicts with master 2015-01-21 17:12:04 -08:00
murgatroid99
6daa495c6c Merge branch 'master' into node_remove_byte_streams 2015-01-21 16:06:21 -08:00
murgatroid99
dae42a5f92 Switched binary stream to object stream 2015-01-21 13:43:39 -08:00