Commit Graph

14 Commits

Author SHA1 Message Date
Michael Lumish d60c4ea16f Add channelz tests and fix some bugs 2021-09-27 10:46:39 -07:00
Michael Lumish eb475ec92c Remove references and unnecessary scripts, copy some protos 2020-05-13 15:30:37 -07:00
Michael Lumish 9221fdea24 grpc-js: Add max message size enforcement 2020-04-08 14:37:03 -07:00
cjihrig 0a306fa983
test: move interop tests from bind() to bindAsync()
This commit migrates the interop tests from bind() to
bindAsync() in order to support the pure JavaScript server,
which cannot implement a synchronous bind().
2019-06-25 14:04:18 -04:00
Shir Brass 6bd43856a8
replace usage of Buffer.from with Buffer.alloc 2019-02-05 17:35:42 +02:00
Shir Brass 511f4249d1 removed all the deprecated new Buffer code and replace it with Buffer.from 2019-02-02 15:17:46 +02:00
cjihrig 489305db79
proto-loader: rename grpc-protobufjs to match npm
This commit renames grpc-protobufjs to proto-loader to more
closely match the name used on npm.
2018-11-01 17:09:28 -04:00
murgatroid99 a63f534979 Change 'include' to 'includeDirs' in proto-loader package 2018-04-30 13:31:12 -07:00
murgatroid99 5e0d34a7b7 Make interop tests use new proto loader, run them with pure js client 2018-03-08 16:42:01 -08:00
Kelvin Jin 9d9404615e use merged gRPC object in api tests 2017-11-07 15:00:23 -08:00
Kelvin Jin afca1967cc refactor: correct interop test paths 2017-10-25 15:49:55 -07:00
Kelvin Jin b192adf2a1 test: add requiring fixtures to specify implementation to test 2017-10-25 15:49:18 -07:00
murgatroid99 0fe5704ad7 Get tests from the C-based library working and add corresponding gulp tasks 2017-09-13 13:54:13 -07:00
murgatroid99 739e31a437 Move interop, performance, and stress tests out of the native package 2017-09-11 18:16:04 -07:00