murgatroid99
4a9346e332
Upgrade Node dependency on Protobuf.js to version 6
2017-03-17 13:13:05 -07:00
Eric Gribkoff
6c5a2dc668
Enable advanced Java interop tests.
...
Add response parameters to custom_metadata streaming request for Node and PHP
clients.
The Java server does not respond with separate initial and trailing
metadata when there is no response data - it is only emiting the
requested trailing metadata. Adding the response parameters to the test
(in accordance with the specification) avoids this, but I will open a
separate issue to investigate the Java behavior.
2017-01-06 09:16:29 -08:00
Noah Eisen
ef116f0085
Remove status message check from node interop client
...
The node interop client was checking that the status message for
the test unimplemented_method was an empty string. This behavior
is not guaranteed, and thus the check should be removed.
2016-10-25 16:59:33 -07:00
Noah Eisen
119fa4c33f
change unimplemented_method to unimplemented_service. Add real unimplemented_method test for node
2016-10-21 17:32:33 -07:00
David Garcia Quintas
36e27d6874
updated node interop server
2016-06-21 16:43:31 -07:00
Jan Tattermusch
cf50956a5d
Merge pull request #6032 from murgatroid99/node_stress_client
...
Node stress test client and metrics client
2016-04-01 11:20:59 -07:00
Craig Tiller
789bed102e
Update copyrights
2016-03-31 07:46:18 -07:00
murgatroid99
11b98bd9d5
Node stress test client
2016-03-30 16:17:52 -07:00
murgatroid99
3b20f2f89b
Follow Node's callback-last convention for client calls
2016-03-21 15:50:39 -07:00
murgatroid99
c85428c74b
Fix race between parsing messages and receiving status in Node client
2016-03-04 14:54:10 -08:00
David Garcia Quintas
af73647f81
Added back trailing newlines
2016-01-14 15:55:03 -08:00
murgatroid99
3f599065b9
Update copyrights
2016-01-13 17:45:30 -08:00
murgatroid99
a2e8b73a57
Merge branch 'master' into release-0_12_master_merge
2016-01-13 11:42:18 -08:00
murgatroid99
d741f67ade
Updated copyrights
2016-01-12 10:26:04 -08:00
Craig Tiller
549243e5b6
Update some wrapped stuff
2016-01-07 17:10:25 -08:00
murgatroid99
c6a904261a
Fixed a too-long line in a file
2016-01-04 15:25:09 -08:00
murgatroid99
032fe5bf37
Added support for ResponseParameters.interval_us to the Node interop server
2015-12-11 15:23:17 -08:00
murgatroid99
4bdba82a93
Make Node interop client use default roots file path
2015-10-22 09:47:30 -07:00
murgatroid99
be6598082f
Add some tests to increase coverage, fix some failures
2015-10-12 13:18:06 -07:00
murgatroid99
8adaa7c1ae
Revert "Added interval_us delay in Node interop server"
...
This reverts commit 83815eab40568e142f05376dae48c2cef41bfefd.
2015-10-09 14:45:55 -07:00
murgatroid99
3491b5522c
Fixed some issues with the tests
2015-10-09 14:45:30 -07:00
murgatroid99
74a0b58a92
Fix a couple of issues with the node interop client
...
This fixes how the node interop client handles authentication failure
and how it checks the service account email responses.
2015-10-09 12:55:34 -07:00
murgatroid99
23bc5f80a1
Added remaining implementable node interop tests, except compression
2015-10-08 11:07:16 -07:00
murgatroid99
9a02273610
Made Node interop client use all specified command line flags
2015-10-08 10:54:22 -07:00
murgatroid99
b8f415402c
Added interval_us delay in Node interop server
2015-10-08 09:31:45 -07:00
murgatroid99
3bd267355b
Add incompressible responses and status echoing to Node interop server
2015-10-07 16:40:04 -07:00
murgatroid99
c36fb098a7
Resolved merge conflicts
2015-10-07 12:34:24 -07:00
Tim Emiola
edd5525b4f
Merge pull request #3625 from murgatroid99/node_single_install_step
...
Node single install step
2015-10-07 11:55:26 -07:00
murgatroid99
566e277a25
Resolved merge conflicts
2015-10-07 10:49:59 -07:00
murgatroid99
eecd1f524b
Merge branch 'master' into node_interop_echo_metadata
2015-10-06 14:01:55 -07:00
murgatroid99
2254fd5aa7
Moved gRPC node package root to repo root, made it depend on grpc.gyp
2015-10-01 11:54:00 -07:00
murgatroid99
6fcabd1a36
Split Credentials into two types
2015-09-30 14:26:29 -07:00
murgatroid99
0e008b11f4
Fixed some issues with new credential code
2015-09-28 16:31:16 -07:00
murgatroid99
ee19e93884
Reworked credentials surface API, added test
2015-09-25 16:04:03 -07:00
Nathaniel Manista
4c4ba55dc8
Drop issue 527 TODOs for interop specification
...
The UnaryCall interop test is now adequately specified in
doc/interop-test-descriptions.md.
2015-09-23 15:22:15 +00:00
murgatroid99
00b27b27c4
Merge branch 'master' into node_interop_echo_metadata
2015-09-02 12:56:58 -07:00
murgatroid99
34c26e0df7
Fix bugs that were causing auth interop tests to fail
2015-09-01 18:24:27 -07:00
murgatroid99
d76b6a0c4f
Switched to using static functions for accessing Client properties
2015-08-28 14:57:04 -07:00
murgatroid99
f02ed6d312
Merge branch 'master' into node_method_name_conflicts
2015-08-28 12:36:48 -07:00
Tim Emiola
f9937362e8
Merge pull request #3012 from murgatroid99/node_metadata_class
...
Replace metadata objects with a Metadata class
2015-08-28 11:39:27 -07:00
murgatroid99
85423a907d
Fixed the tests
2015-08-27 10:02:00 -07:00
murgatroid99
d5b74a1044
Add metadata echo functionality to interop server, and corresponding interop test
2015-08-27 09:26:33 -07:00
murgatroid99
cf2b8c0faf
Merge branch 'node_metadata_class' into node_interop_echo_metadata
2015-08-26 14:32:44 -07:00
murgatroid99
3954abe977
Changed prefixed Client properties to distinguish private and public properties
2015-08-21 14:01:47 -07:00
murgatroid99
aca7862c9c
Merge branch 'master' into node_method_name_conflicts
2015-08-21 12:02:15 -07:00
murgatroid99
402ebf88d9
Added new Metadata class to abstract over internal representation and normalize keys
2015-08-20 11:27:05 -07:00
murgatroid99
9a57cad9ff
Fixed tests
2015-08-19 15:02:15 -07:00
murgatroid99
5bb18030d2
Modified server SSL certs to allow multiple pairs and force_client_auth flag
2015-08-19 14:57:19 -07:00
murgatroid99
bb36430c4f
Made deadline tests accept INTERNAL status
2015-08-17 13:35:54 -07:00
murgatroid99
76ff8e8e28
Resolved merge conflicts with master
2015-08-14 13:17:07 -07:00