Commit Graph

173 Commits

Author SHA1 Message Date
Michael Lumish 57428bf6fa
Merge pull request #1607 from murgatroid99/grpc-js_xds_separate_package
grpc-js: Separate xds code into a separate plugin package
2020-11-05 14:42:09 -08:00
Michael Lumish 38e4e48f4d
Merge pull request #1571 from murgatroid99/grpc-js_header_block_size
grpc-js: Allow clients and servers to send metadata of unlimited size
2020-11-05 13:29:58 -08:00
Michael Lumish b31fc293da Skip non-working test, test JS-JS interop first 2020-11-05 13:08:50 -08:00
Michael Lumish 261c40e51b Revert "Borrow linux job for xds tests (DO NOT MERGE)"
This reverts commit 8c112adba0.
2020-10-22 14:22:59 -07:00
Michael Lumish 8c112adba0 Borrow linux job for xds tests (DO NOT MERGE) 2020-10-22 11:21:31 -07:00
Michael Lumish a6a8639343 grpc-js: Separate xds code into a separate plugin package 2020-10-21 13:45:22 -07:00
Michael Lumish 4368ed37b8 Fix missing arg variable in perRpcCreds interop test 2020-10-12 10:40:32 -07:00
Michael Lumish 89a030c00a tests: Update google-auth-library dependency from 0.9 to 6.1 2020-10-05 14:58:55 -07:00
Michael Lumish 1a5f25de61 Use 4 clients for 4 requests, to avoid weird core client behavior 2020-09-23 11:56:41 -07:00
Michael Lumish 980e30c671 Fix the max message size tests by making the requests with different clients 2020-09-22 16:05:43 -07:00
Michael Lumish 4d44dc11e2 grpc-js: Double the xds test job timeout 2020-09-15 10:41:52 -07:00
Michael Lumish 876b58ed0c Increase received metadata size limits in the test 2020-09-14 10:30:26 -07:00
Michael Lumish f6e3ca3811 Fix an error in the new test 2020-09-11 13:42:49 -07:00
Michael Lumish d32734f491 grpc-js: Allow clients and servers to send metadata of unlimited size 2020-09-11 13:03:31 -07:00
Michael Lumish 2d4ab786da Add xds kokoro config and update the test script 2020-09-02 15:00:46 -07:00
Michael Lumish 1e223048b8 Grab xds client logs in kokoro config 2020-08-21 12:58:05 -07:00
Michael Lumish a34973b469 Remove 'only' that was left over from test fixes 2020-06-17 11:32:48 -07:00
Michael Lumish f50ed7c223 Make the new test actually pass 2020-06-17 09:33:16 -07:00
Michael Lumish 68bc74d0bd Rearrange new test slightly 2020-06-16 15:02:08 -07:00
Michael Lumish 8a4a9b3235 Underscore in numbers is too new for some Node versions 2020-06-16 14:05:58 -07:00
Michael Lumish b825055163 Add test for long stream 2020-06-16 13:45:09 -07:00
Michael Lumish 8dd73f4635 Remove kokoro build scripts and configs 2020-05-14 11:18:45 -07:00
Michael Lumish 58afa5ed7d Rebuild after installing to update grpc binary 2020-05-13 15:56:15 -07:00
Michael Lumish eb475ec92c Remove references and unnecessary scripts, copy some protos 2020-05-13 15:30:37 -07:00
Michael Lumish 413dcd764b Remove debug logs 2020-04-09 16:11:15 -07:00
Michael Lumish f0d02f830d Get the tests passing 2020-04-09 16:08:18 -07:00
Michael Lumish 4bb965d2d8 Fix default max message length values 2020-04-09 10:45:57 -07:00
Michael Lumish 9221fdea24 grpc-js: Add max message size enforcement 2020-04-08 14:37:03 -07:00
Michael Lumish 25b5a40a6c Use make from homebrew in Mac tests 2020-03-26 09:25:37 -07:00
jiangtaoli2016 881cde4e1f Update test credentials 2020-03-19 13:12:09 -07:00
murgatroid99 f0fbe44134 Merge branch 'master' into grpc-js_client_interceptors 2020-02-11 15:31:53 -08:00
Michael Lumish 6994f1b1df
Merge pull request #1231 from murgatroid99/test_waitForReady
Add test for waitForReady on both implementations
2020-01-24 10:07:12 -08:00
CyrusNajmabadi eecfebb677
Update test/api/error_test.js
Co-Authored-By: Michael Lumish <mlumish@google.com>
2020-01-13 16:51:43 -08:00
CyrusNajmabadi 5b2af32d3c
Update test/api/error_test.js
Co-Authored-By: Michael Lumish <mlumish@google.com>
2020-01-13 16:51:37 -08:00
Cyrus Najmabadi b52d38f663 Add test 2020-01-13 15:27:00 -08:00
murgatroid99 3a1470ed80 Fix other references 2020-01-08 09:43:10 -08:00
murgatroid99 94cdec3e73 Fix grpc reference in tests 2020-01-07 17:54:50 -08:00
murgatroid99 f03f1b52f3 Add test for waitForReady on both implementations 2020-01-07 16:26:22 -08:00
murgatroid99 738dbf8f02 Merge branch 'master' into grpc-js_client_interceptors 2020-01-07 10:48:01 -08:00
Michael Lumish 39a056840f
Revert "Update google-auth-library in interop tests" 2019-12-11 11:03:59 -08:00
murgatroid99 aff61540bc Update google-auth-library in interop tests 2019-12-03 14:08:37 -08:00
Michael Lumish 9ec428bdd4
Merge pull request #1195 from ortoo/master
grpc-js: fix error messages truncating at commas
2019-11-21 15:31:07 -08:00
James Sharp 2dce08dc99
Only custom-metadata headers should be parsed as comma-separated 2019-11-21 21:48:50 +00:00
Nicolas "Pixel" Noble da1c43726a Further locking down our environment. 2019-11-20 19:15:50 +01:00
Nicolas "Pixel" Noble af85917017 Deleting Ruby. 2019-11-20 00:43:08 +01:00
Nicolas Noble 6109391e36 Fix MacOS failure 2019-11-19 23:58:48 +01:00
murgatroid99 eaae8fb3b6 Simplify test gulpfile and improve test order visibility 2019-11-14 16:39:11 -08:00
murgatroid99 0c61981ffc grpc-js: all client interceptors tests pass with minor modifications 2019-11-14 15:09:51 -08:00
murgatroid99 f963c5e8cc Remove extra log lines 2019-11-14 15:08:32 -08:00
murgatroid99 33875dce4a grpc-js: make client interceptors tests pass mostly unmodified 2019-11-14 15:02:24 -08:00