Michael Lumish
865731b4c5
grpc-js-xds: Use simpler search algorithm in weighted target picker
2023-02-24 09:55:45 -08:00
Michael Lumish
f3c43542f8
grpc-js-xds: interop: log server events
2023-02-15 14:45:31 -08:00
Michael Lumish
c4350deb4f
grpc-js-xds: Pass along outlier detection config from CDS to child policy
2023-02-10 09:56:50 -08:00
Michael Lumish
faf96a0e4f
grpc-js-xds: Fix bug that prevented priority name reuse
2023-02-09 17:04:41 -08:00
Michael Lumish
4e148cbb77
Use the load-balancer filename prefix for the new LB policies
2023-02-03 15:16:42 -08:00
Michael Lumish
b914a0388f
Validate that LOGICAL_DNS address is non-empty
2023-02-03 13:27:46 -08:00
Michael Lumish
2807127ca7
Add tests and fix bugs
2023-02-02 14:56:00 -08:00
Michael Lumish
1cbadd7db0
Merge branch 'master' into grpc-js-xds_aggregate_logical_dns_clusters
2023-01-27 15:13:22 -08:00
Michael Lumish
fe4272ecb6
Merge pull request #2339 from murgatroid99/grpc-js-xds_unit_tests
...
grpc-js-xds: Add a framework for running xDS end-to-end tests
2023-01-27 15:02:46 -08:00
Michael Lumish
5732ff9e82
grpc-js-xds: Allow tests to set bootstrap info in channel args
2023-01-27 13:39:44 -08:00
Michael Lumish
05bebcd4e2
grpc-js-xds: Add unit test framework
2023-01-27 13:39:10 -08:00
Sergii Tkachenko
466bc3cdd0
Address the feedback: use pre-increment instead of && true
2023-01-13 20:39:32 -05:00
Sergii Tkachenko
a23dc843af
xds interop: Fix buildscripts not continuing on a failed test suite
...
Apparently there's a difference between bash 3 and bash 4.
OSX comes with bash 3 out-of-box, so for whoever wrote this logic
it "worked on my machine".
2023-01-12 17:18:00 -08:00
Michael Lumish
c0182608a8
grpc-js-xds: Add aggregate and logical_dns clusters
2023-01-11 10:49:56 -08:00
Sergii Tkachenko
5812cad19e
grpc-js-xds: Reduce xDS GCE interop framework to ping_pong and circuit_breaking
...
The migration of other tests to the new framework have been completed around Aug 2022:
- 81083bd229/packages/grpc-js-xds/scripts/xds_k8s_lb.sh
- 81083bd229/packages/grpc-js-xds/scripts/xds_k8s_url_map.sh
2023-01-06 13:58:59 -08:00
Shubham Waje
111264badf
Fix host_override param typo:
...
- Fix `host_override` param typo in /test/interop/interop_client.js
- Fix other typos
2022-12-15 12:41:45 +05:30
Michael Lumish
161af8ca7b
grpc-js: Prepare for 1.8.0 release
...
De-experimentalize xDS retry support, and update versions and documentation
2022-12-01 16:02:45 -05:00
Michael Lumish
9214988c45
Merge pull request #2280 from murgatroid99/grpc-js-xds_retry
...
grpc-js-xds: Implement retry support
2022-11-30 10:04:47 -08:00
Michael Lumish
edf612a56a
grpc-js-xds: Implement retry support
2022-11-29 14:29:47 -05:00
Michael Lumish
641ed45d48
grpc-js-xds: Update failure mode behavior
2022-11-18 15:06:41 -08:00
Michael Lumish
f8f95ee9bb
grpc-js-xds: interop: Fix timestamp handling when config changes
2022-11-14 09:50:33 -08:00
Michael Lumish
02c48f426d
grpc-js-xds: interop: Fix target directory for profile log
2022-11-09 10:08:47 -08:00
Michael Lumish
e8396a5542
Don't try to create the target file as a directory
...
Co-authored-by: Sergii Tkachenko <hi@sergii.org>
2022-11-08 15:47:09 -08:00
Michael Lumish
f844ca30bb
grpc-js-xds: interop: mkdir artifact directory before running tests
2022-11-08 15:23:20 -08:00
Michael Lumish
959f698fc4
Use absolute path for logfile output
...
Co-authored-by: Sergii Tkachenko <hi@sergii.org>
2022-11-08 14:46:17 -08:00
Michael Lumish
b4449083b9
grpc-js-xds: interop: output CPU profile logs in old framework tests
2022-11-08 12:40:22 -08:00
Michael Lumish
f392d4d8c5
grpc-js-xds: interop client: correct for setInterval variance
2022-11-04 15:21:03 -07:00
Michael Lumish
bcf4ce2b40
grpc-js-xds: Log stats periodically in interop tests
2022-10-21 15:21:19 -07:00
Michael Lumish
aaa568fc01
Merge pull request #2248 from grpc/@grpc/grpc-js@1.7.x
...
Merge v1.7.x into master
2022-10-14 15:59:23 -07:00
Michael Lumish
276b7b66d0
grpc-js-xds: Fix limit representation for priority weight validation
2022-10-14 13:29:57 -07:00
Michael Lumish
f3fc8dc864
Merge pull request #2244 from murgatroid99/grpc-js-xds_drop_v2
...
grpc-js-xds: Drop xDS v2 support
2022-10-14 11:48:16 -07:00
Michael Lumish
4ac8d6dab3
grpc-js-xds: Remove all code for handling xDS v2
2022-10-12 13:48:39 -07:00
Michael Lumish
3003dbea52
grpc-js-xds: Delete generated code for xDS v2
2022-10-12 13:48:16 -07:00
Michael Lumish
8a312e63b7
grpc-js-xds: Update code to handle modified experimental APIs
2022-10-11 16:50:49 -07:00
Michael Lumish
bedc9628f5
grpc-js-xds: Validate continuity of priorities in EDS updates
2022-10-11 13:58:57 -07:00
Michael Lumish
8832fc2d39
grpc-js-xds: Validate uniqueness of addresses in EDS updates
2022-10-11 13:55:19 -07:00
Michael Lumish
7942b23e79
grpc-js-xds: Validate that endpoint weights sum to no more than 32 bit uint max per priority
2022-10-10 14:11:16 -07:00
Michael Lumish
02a43a302d
grpc-js-xds: NACK WeightedCluster if total_weight is 0
2022-09-12 13:47:57 -07:00
Michael Lumish
9dd9cb0e5d
Merge pull request #2224 from murgatroid99/grpc-js_1.7.x
...
grpc-js: Bump to 1.7.0
2022-09-08 14:33:36 -07:00
Michael Lumish
4a861a0d4b
grpc-js-xds: Update outlier detection entry in README
2022-09-07 13:13:50 -07:00
Michael Lumish
51de24ac0c
grpc-js: Bump to 1.7.0
2022-09-07 13:11:14 -07:00
Michael Lumish
d8022a557d
grpc-js-xds: Enable outlier detection by default
2022-09-07 11:16:12 -07:00
Sergii Tkachenko
594933aa2b
xDS interop: enable pod log collection in the buildscripts
...
- Enables pod log collection in all PSM interop jobs implemented
in https://github.com/grpc/grpc/pull/30594 .
- Associate test suite runs with their own log file, so it's displayed
on the "Target Log" tab
- Adds missing `--force_cleanup` to the lb test (reduces leaked
resources)
- Fix run_test not returning correct exit status, causing false
positives in some cases. See https://github.com/grpc/grpc/pull/30768
2022-08-26 17:51:34 -07:00
Michael Lumish
2c6fd779d8
grpc-js-xds: Use authority override to select VirtualHost when provided
2022-08-25 14:22:00 -07:00
Michael Lumish
460fa93b9c
grpc-js-xds: priority: remove currentChildFromBeforeUpdate
2022-08-23 13:38:56 -07:00
Michael Lumish
ae53dd1a19
Merge pull request #2202 from murgatroid99/grpc-js-xds_priority_fixes
...
grpc-js-xds: Make various fixes to the priority LB policy
2022-08-22 16:06:09 -07:00
Michael Lumish
552b710b93
Merge pull request #2200 from murgatroid99/grpc-js-xds_delay_child_updates
...
grpc-js-xds: delay picker updates while updating children in weighted_target and xds_cluster_manager
2022-08-22 16:05:28 -07:00
Michael Lumish
e1b2cad25e
grpc-js-xds: Make various fixes to the priority LB policy
2022-08-22 14:28:34 -07:00
Michael Lumish
3e6730cd24
grpc-js-xds: delay picker updates while updating children in weighted target and xds_cluster_manager
2022-08-18 14:55:58 -07:00
Michael Lumish
a3b698e837
Don't use tracer for ignored resource deletion logs
2022-08-17 17:00:02 -07:00