Michael Lumish
0b6e2a3275
Add kokoro config for PSM interop security tests
2025-02-05 14:40:44 -08:00
Michael Lumish
4500c06e11
Fix copyright year
...
Co-authored-by: Sergii Tkachenko <sergiitk@google.com>
2024-09-16 15:42:16 -07:00
Michael Lumish
94f62ddf7b
Add dualstack kokoro test job config
2024-09-13 14:41:13 -07:00
Abhishek Ranjan
65d8ef1b69
xds_k8s_lb test: Increase the timeout
...
Increased the timeout from 3hrs to 6hrs.
2024-06-26 12:17:28 +05:30
Sergii Tkachenko
1495b020f5
PSM Interop: move test suite lists to psm_interop_kokoro_lib.sh
2024-05-06 14:05:54 -07:00
Michael Lumish
1f08883e2a
benchmark: Delay shutdown in quitWorker
2023-07-31 10:52:08 -07:00
Michael Lumish
247af2c8c0
Default to pure JS implementation in tests
2023-07-27 16:56:02 -07:00
Michael Lumish
5759b70639
Fix some issues with the benchmark code
2023-07-27 11:11:10 -07: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
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
92cf5df8d5
Add xDS k8s url_map test script
2022-06-23 14:35:44 -07:00
Michael Lumish
55175ae8c2
Add missing newlines at EOF
2022-05-23 16:21:27 -07:00
Michael Lumish
aa97aa8a1c
grpc-js-xds: Add support for k8s interop test framework
2022-05-23 13:03:43 -07:00
Michael Lumish
312fb9b737
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.5.x' into v1.5.x_upmerge
2022-03-24 10:11:52 -07:00
Michael Lumish
109020ef02
Add credentials scope in oauth2_auth_token interop test
2022-03-15 12:07:11 -07:00
Michael Lumish
bc28ee42fd
Add newline in distrib-test.js
2022-01-12 13:05:45 -08:00
Michael Lumish
52a5e08c75
chmod a+x run-distrib-test.sh
2022-01-12 10:51:01 -08:00
Michael Lumish
70b7917dda
grpc-js-xds: Add more missing files, add distrib test
2022-01-12 10:30:27 -08:00
Michael Lumish
e41b99dffc
Fix a couple of issues with tests on Windows
2021-12-09 10:46:03 -05:00
Michael Lumish
575c2004f3
Skip some tests to make the Linux test job green
2021-12-06 12:02:52 -05:00
Michael Lumish
d60c4ea16f
Add channelz tests and fix some bugs
2021-09-27 10:46:39 -07:00
Eric Gribkoff
972281770f
Increase xDS job timeouts to match Java and Go
2021-07-01 05:14:50 -07:00
Jan Tattermusch
8bc20b28fd
increase timeout for make emulated aarch64 tests green
2021-06-02 18:45:04 +02:00
Jan Tattermusch
accc82fd11
increase timeout for tests that timeout under emulator
2021-06-02 15:58:25 +02:00
Jan Tattermusch
42d016d979
workaround "key too small" problem in aarch64 tests
2021-05-21 10:22:14 +02:00
Michael Lumish
d51551f6d7
grpc-js-xds: Add support for timeout xDS interop test
...
Add more logging
2021-05-19 13:25:33 -07:00
Michael Lumish
1e9bf301b7
Merge pull request #1765 from murgatroid99/grpc-js-xds_v3_support
...
grpc-js-xds: Add xDS v3 API support
2021-05-14 14:15:49 -07:00
Jan Tattermusch
2b8322ef90
update aarch64 tests to test with node12
2021-05-10 11:54:10 +02:00
Jan Tattermusch
03a72a1d2e
add emulated aarch64 linux tests
2021-05-07 14:31:04 +02:00
Michael Lumish
6711620c1a
grpc-js-xds: Add xDS v3 support to the client
...
Add xDS v3 test job
2021-05-04 09:36:27 -07:00
Michael Lumish
5d405178f3
Merge pull request #1521 from grpc/dependabot/npm_and_yarn/test/client-libraries-integration/dot-prop-5.2.0
...
build(deps): bump dot-prop from 4.2.0 to 5.2.0 in /test/client-libraries-integration
2021-04-06 11:48:29 -07:00
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
dependabot[bot]
9cdd7fc5fc
build(deps): bump dot-prop in /test/client-libraries-integration
...
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop ) from 4.2.0 to 5.2.0.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases )
- [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-29 22:59:13 +00: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