207 Commits

Author SHA1 Message Date
Serkan Erip
4d387d4848 Use nextMessageToSend for early half-close 2025-12-10 16:13:42 -05:00
Michael Lumish
6e36a6961f Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.13.x' into grpc-js_1.13_upmerge 2025-09-10 13:32:18 -07:00
Michael Lumish
e975b856b9 Loosen test tolerance a little 2025-08-18 12:56:11 -07:00
Michael Lumish
f0d3f81fec grpc-js: Move client OOB metrics API to the subchannel 2025-08-18 11:27:04 -07:00
Michael Lumish
2f74b88616 Give more leeway on different QPS tests 2025-08-14 14:47:43 -07:00
Michael Lumish
e78322f717 Fix an issue with the test 2025-08-14 14:14:12 -07:00
Michael Lumish
13065ad5a1 grpc-js: Implement weighted_round_robin LB policy 2025-08-14 13:55:02 -07:00
Michael Lumish
1f93bdffa7 Fix test build 2025-07-30 15:29:02 -07:00
Michael Lumish
78999ac16d grpc-js: Implement ORCA server-side OOB metrics 2025-07-24 15:13:25 -07:00
Michael Lumish
eaa3f4d2bf
Merge pull request #2978 from murgatroid99/grpc-js_orca_server_per_call
grpc-js: Implement ORCA server-side per-call metrics
2025-07-23 15:36:51 -07:00
Michael Lumish
1219c46815 Don't expect IPv6 when resolving localhost in tests 2025-07-23 13:32:48 -07:00
Michael Lumish
7360726e87 Add more logging to tests that fail on new versions 2025-07-21 15:53:18 -07:00
Michael Lumish
66f51d1cd2 Add logging to tests that fail on new versions 2025-07-21 15:20:55 -07:00
Michael Lumish
7fda577ed0 grpc-js: Implement ORCA server-side per-call metrics 2025-07-18 09:42:48 -07:00
Michael Lumish
30e7287427 Update generated proto files with type changes 2025-07-01 15:43:52 -07:00
Michael Lumish
318c800331
Merge pull request #2927 from murgatroid99/grpc-js_retry_throttle_fix
grpc-js: Fix min/max switch in retry throttler
2025-03-21 10:26:35 -07:00
Michael Lumish
26d26d7b0a grpc-js: Fix min/max switch in retry throttler 2025-03-20 17:48:04 -07:00
Michael Lumish
18fddad85e grpc-js: Don't check authorized when rejectUnauthorized is false 2025-03-20 17:17:17 -07:00
Michael Lumish
024d5d8fdf grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
Michael Lumish
b74de954cf grpc-js: ServerInterceptingCall: add getConnectionInfo method 2025-03-12 17:38:21 -07:00
Michael Lumish
78f194be6e grpc-js: Add getAuthContext call method 2025-03-10 16:40:37 -07:00
Michael Lumish
5eded95069
Merge pull request #2909 from murgatroid99/grpc-js-xds_security_tests
grpc-js-xds: Implement and enable security interop tests
2025-02-27 15:37:10 -08:00
Michael Lumish
6965250011 Handle secure context errors, fix server constructor argument handling 2025-02-26 16:24:29 -08:00
Michael Lumish
bdd0dc8499 Fix a bug that caused HTTP2 sessions to be considered connected early 2025-02-19 13:39:02 -08:00
Michael Lumish
e55e596b29 grpc-js: Add test for custom error code 2025-02-12 16:15:22 -08:00
Michael Lumish
23e6dd7d14 grpc-js: Ensure server sendMetadata interceptors are called 2025-01-29 10:35:55 -08:00
Michael Lumish
41f3fc096d Remove test that became invalid 2024-12-09 14:52:12 -05:00
Michael Lumish
b84940ef0c grpc-js-xds: Add XdsChannelCredentials 2024-12-09 14:12:24 -05:00
Michael Lumish
f154954854 grpc-js: Add security connector, rework connection establishment 2024-11-22 14:17:29 -08:00
Michael Lumish
86e62f2426 grpc-js: Pass channel args to LB policies with updates 2024-11-20 09:24:00 -08:00
Michael Lumish
f621dc6c48
Merge pull request #2848 from murgatroid99/grpc-js_revert_lb_policy_creds_arg
Revert "grpc-js: Enable LB policies to override subchannel credentials"
2024-11-14 11:10:05 -08:00
Michael Lumish
c405404d96 grpc-js{,-xds}: Renew self-signed certificates used in tests 2024-11-13 17:37:33 -08:00
Michael Lumish
7a6107f7d3 Revert "grpc-js: Enable LB policies to override subchannel credentials"
This reverts commit 57f0a713992b1d9d666c83e41c9fd57b86e84f14.
2024-11-13 16:28:22 -08:00
Michael Lumish
eee7030a28 grpc-js-xds: Fix a couple of bugs with the config tears change 2024-11-06 16:24:39 -08:00
Michael Lumish
f21855d882 Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.11.x' into grpc-js_1.12_1.11_bugfix_merge 2024-10-08 09:24:32 -07:00
Michael Lumish
6d09389f95 grpc-js: Fix duration parsing bug 2024-09-19 09:36:48 -07:00
Michael Lumish
3f84a73d93
Merge pull request #2821 from murgatroid99/grpc-js_subchannel_credentials_override
grpc-js: Construct LB policies with credentials and enable them to override subchannel credentials
2024-09-17 10:49:58 -07:00
Michael Lumish
605f14a0b5
Merge pull request #2814 from becoded/call-credential-generate-metadata-method-name
Provide the method_name for the CallCredentials callback generateMetadata
2024-09-10 14:28:48 -07:00
Michael Lumish
57f0a71399 grpc-js: Enable LB policies to override subchannel credentials 2024-09-09 11:19:50 -07:00
Bert Van Hauwaert
268d7eb42b Provide the method_name for the CallCredentials callback generateMetadata 2024-08-29 15:30:07 +02:00
Michael Lumish
ed53ea644c grpc-js: Add file watcher certificate provider, and credentials that use them 2024-07-25 15:42:52 -07:00
hastom
33073d0db2 Fix test case 2024-07-19 13:24:07 +03:00
hastom
15d422d5bb Fix client crash on custom error code 2024-07-18 12:57:40 +03:00
Michael Lumish
d60f5166b2
Merge pull request #2795 from murgatroid99/grpc-js_retry_limit_option
grpc-js: Add a channel option to configure retry attempt limits
2024-07-12 10:29:50 -07:00
Michael Lumish
8ee8e99d99 grpc-js: Add a channel option to configure retry attempt limits 2024-07-11 15:14:56 -07:00
Michael Lumish
9ea4187849 Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.10.x' into grpc-js_1.10.11_upmerge 2024-07-10 11:14:55 -07:00
Michael Lumish
023c1d0532
Merge pull request #2791 from murgatroid99/grpc-js_channel_close_pick_fix
grpc-js: Ensure pending calls end after channel close
2024-07-10 10:27:47 -07:00
Michael Lumish
f867643d8e
Merge pull request #2776 from gkampitakis/gkampitakis/patch_dns_lookup
fix: support authority overrides in the DNS resolver
2024-07-10 10:19:46 -07:00
Michael Lumish
810e9e6a40 grpc-js: Ensure pending calls end after channel close 2024-07-09 15:14:44 -07:00
gkampitakis
2a9f8f4c40
address comments for testing 2024-07-09 19:30:23 +01:00