Hannah Shi
7197ce64ee
PHP: php server commit 6/n, add php server interop test ( #26202 )
...
* add php server interop test
* fix CI failure
3 years ago
yihuaz
6df967966b
Support user provided "scope" in JWT and GDC ( #26577 )
...
* support scope overriding in jwt and gdc
* fix formatting
* fix bazel build issue
* fix clang tidy
3 years ago
Lidi Zheng
f835f3f97c
Tighten the error tolerance requirement by 100x ( #26588 )
...
* Tighten the error tolerance requirement by 10x
* Make it 5 sigma instead of 4.5
* Rewrap comments
3 years ago
Vijay Pai
3e19babc1e
Remove all possible traces of grpc::experimental for callback API ( #26584 )
3 years ago
Paulo Castello da Costa
28ec34ac68
Update README. ( #26572 )
...
Updates the README file for performance tests.
3 years ago
AJ Heller
117e0709b8
Fix invalid grpc_resolved_address bug in test server ( #26555 )
...
The length of the address was invalid (uninitialized data). It just so
happens that the posix iomgr implementation wasn't affected by this, but
the EventEngine iomgr asserts the validity of addresses and would crash.
I've added an assert of address validity in the posix iomgr impl as
well.
3 years ago
itsemmanuelfrancis
471df71003
removing grpc_metadata::flags, improving GRPC_INITIAL_METADATA_* comments ( #26562 )
3 years ago
Wanlin Du
82871fe497
Update templates for php7 and php7_protobuf_c examples ( #26578 )
...
* Update templates for php7 and php7_protobuf_c examples
* Update templates and loadtest_examples.sh
3 years ago
Yash Tibrewal
b19344dc64
Repo Manager Esun ( #26574 )
3 years ago
Vijay Pai
0b65c34ae5
De-experimentalize default_reactor_test_peer.h and last uses of CallbackServerContext (plus namespace cleanup) ( #26569 )
...
* De-experimentalize default_reactor_test_peer.h (plus namespace cleanup)
* Remove experimental refs to callback API in server_context.h
3 years ago
yulin liang
36265647a0
Support passing retry parameters via gRPC callOptions to GTMSessionFetcher transport. ( #26564 )
3 years ago
Mark D. Roth
34bf26357b
Change StringMatcher to not support case-insensitive regex matching. ( #26567 )
...
* Change StringMatcher to not support case-insensitive regex matching.
* clang-format
* clang-tidy
3 years ago
Mark D. Roth
fb9d0e0ae6
Increase perAttemptRecvTimeout to avoid flakiness. ( #26570 )
3 years ago
Esun Kim
c8fc040d58
Changed the gpg keyserver on Mac ( #26565 )
3 years ago
Vijay Pai
8f0dc6946c
Remove last ref to grpc_experimental_completion_queue_functor ( #26568 )
3 years ago
Lidi Zheng
69a130c6ec
Revert the accidentally touched grpc_xds_k8s.sh ( #26560 )
3 years ago
Lidi Zheng
ee4f6854bd
Migrating urlMap related test cases to K8s framework ( #26367 )
...
* Build url-map test case class & migrate two test cases
- Migrated header matching
- Migrated path matching
* Polish some details
* Give sanity test the trailing line return it wants
* Address comments & add timeout cases
* Add fault injection and CSDS test cases
* Squashed commit of the following:
commit 0bf96a0e3eae59d76a456b7deed2c6c1314f4228
Author: Lidi Zheng <lidiz@google.com>
Date: Tue Jun 8 12:35:19 2021 -0700
Bazel
commit 81b4bf926b656295f1db78ab4c2ff934ab5602af
Author: Lidi Zheng <lidiz@google.com>
Date: Mon Jun 7 00:04:28 2021 -0700
Enable Bazel
commit 245026ed696357308141944aa8c4c9f5b2013a4b
Author: Lidi Zheng <lidiz@google.com>
Date: Fri Jun 4 10:37:48 2021 -0700
Reuse
commit 564d39d28b2201803bfdb379f78e8298623c4029
Author: Lidi Zheng <lidiz@google.com>
Date: Fri Jun 4 01:44:56 2021 -0700
Keep`
commit 83c437d72a76b71948314f7d5389aadca39b3d07
Author: Lidi Zheng <lidiz@google.com>
Date: Thu Jun 3 18:50:47 2021 -0700
1800s timeout
commit 1e790a53cd01a1e54bf7df6793381812a9c58c01
Author: Lidi Zheng <lidiz@google.com>
Date: Thu Jun 3 18:45:41 2021 -0700
Go
commit 68a99640a100ecf2989f0808bd69a8e17f7156bd
Author: Lidi Zheng <lidiz@google.com>
Date: Thu Jun 3 17:26:29 2021 -0700
No
commit d4f6fa5d4a1208c9dfac76e58ca15daa64231c2e
Author: Lidi Zheng <lidiz@google.com>
Date: Thu Jun 3 17:20:46 2021 -0700
L
commit 5ccd048f185c1f5a8d5fdd4359f3157d8d64ea2a
Author: Lidi Zheng <lidiz@google.com>
Date: Thu Jun 3 16:30:55 2021 -0700
Go
commit 411887c7181a593ba3c98fe09bf9f74d52a6ad9c
Author: Lidi Zheng <lidiz@google.com>
Date: Thu Jun 3 15:51:34 2021 -0700
Test
commit 8d005e5203e608c18ffe89fb2f60f81b1ba4ffa8
Author: Lidi Zheng <lidiz@google.com>
Date: Thu Jun 3 15:11:44 2021 -0700
Go
commit 7c189cb59077ecfb981ca99a8458cf44f3c10526
Author: Lidi Zheng <lidiz@google.com>
Date: Thu Jun 3 15:11:03 2021 -0700
Go
commit 8fa65a68ca9d5b71c47c8bdf5367ed3189e49cba
Author: Lidi Zheng <lidiz@google.com>
Date: Thu Jun 3 13:08:11 2021 -0700
Go
* Port changes from dev branch and polish
* Remove unused code
* Fix Bazel build
* Finally find out the secret about rpc-behavior
* Prepare for merging
* Fix bash script and use a more serious name
* Enable port forwarding
* Resolve comments
* Reuse existing code && stylish changes
* Update for interface changes
* Refactor to remove load_tests and explicit global variables
* Improve readability
* Disable AlwaysDelay for now
* Fix issues with resource creation
* Fix unexpected behavior of TestLoader.discover
* Add load_tests to timeout_test
* Improve documentation
* I really shouldn't run tests in parallel at this point
* Resolve reviewers' comments && revert DO-NOT-MERGE changes
* Two small cleanups
* Fix GCP resource creation path
* Polish some test logic
* Correct the non-failfast logic
* Put the accidentally deleted copyright line back
* Separate the Kokoro job from security tests
* Deflake configure and get_stats && remove DO-NOT-MERGE changes
3 years ago
Craig Tiller
6e456ba2af
fix compilation ( #26558 )
3 years ago
Sergii Tkachenko
0e20a5fce8
xds-k8s: Add code quality helpers ( #26553 )
...
* xds-k8s: add yapf helper
* add isort helper
* Remove workaround for Segmentation fault imports
* Run isort
* Update README.md
3 years ago
Vijay Pai
ea4b68e7a1
Drop experimental tags from core callback API ( #26535 )
3 years ago
Vijay Pai
4aa9591662
Devirtualize experimental_async() as a stub function ( #26532 )
3 years ago
Sergii Tkachenko
49e9ef2e39
xds-k8s: fix a bug with ordering flags in run.sh ( #26550 )
...
Append run.sh arguments after the flagfile, so they it's possible to override flags set in the flagfile.
3 years ago
Mark D. Roth
7172b00a96
Add perAttemptRecvTimeout to retryPolicy ( #26540 )
...
* add perAttemptTimeout to retry policy
* more WIP
* set deadline
* don't set deadline for perAttemptTimeout, do cancel on all recv ops
* finished functionality, maybe
* add test
* minor cleanups
* fix service config parsing and add missing tests
* remove unnecessary TODO
* clang-format
3 years ago
Richard Belleville
80cef13b93
xds-k8s: dataclasses backport not applicable for 3.7+ ( #25924 )
3 years ago
Wanlin Du
d18b6f7df9
Fix executable path for Java workers ( #26545 )
...
This commit fix executable path in the prebuilt template for Java
tests.
3 years ago
James Newton-King
2537957c78
[C#] Add ChannelCredentials.SecureSsl property for better codecompletion with ChannelCredentials ( #26472 )
...
* Add ChannelCredentials.Secure
* Update
* Test
* PR feedback
3 years ago
Yash Tibrewal
b04a1ce5e6
Repo manager - Yash ( #26541 )
3 years ago
Wanlin Du
f133d8334d
Feature/updating templates to support worker timeouts. ( #26516 )
...
This PR update templates for both basic and prebuilt load tests to support worker timeouts.
See also #26505 .
3 years ago
Craig Tiller
03bdfa4a74
Make socket mutators work for server connections ( #26328 )
...
* Make socket mutators work for server connections
* compile fix
* compile fix
* compile fix
* compile fix
* cleanup
* Revert "cleanup"
This reverts commit 480fcc600a
.
* Revert "Revert "cleanup""
This reverts commit 29fbc349d2
.
3 years ago
Yash Tibrewal
7831fb4464
Initialize tcp_posix for CFStream when needed ( #26530 )
3 years ago
Thomas De Schampheleire
da10b795e1
cmake: fix cross-compilation with gRPC_BUILD_GRPC_CPP_PLUGIN=OFF ( #26292 )
...
* cmake: fix cross-compilation with gRPC_BUILD_GRPC_CPP_PLUGIN=OFF
When cross-compiling gRPC, a _native_ version of 'grpc_cpp_plugin' is
searched in the environment. For most use cases, a _cross_ version of this
file is not needed and gRPC_BUILD_GRPC_CPP_PLUGIN can be set to OFF.
However, when cross-building with -DgRPC_BUILD_GRPC_CPP_PLUGIN=OFF, there
are some build errors, for example:
make[3]: *** No rule to make target 'grpc_cpp_plugin', needed by 'gens/src/proto/grpc/reflection/v1alpha/reflection.grpc.pb.cc'. Stop.
This is because there is still a hard dependency on 'grpc_cpp_plugin' for
these targets, not taking into account the cross-compilation case.
Fix by depending on the variable gRPC_CPP_PLUGIN, which is set correctly for
either cross or native case.
* regenerate projects
3 years ago
yihuaz
932dbed49d
Revert "Allow to specify user provided audience in google default credentials and JWT credentials ( #26456 )" ( #26531 )
...
This reverts commit 5a91a513fd
.
3 years ago
Alisha Nanda
3c4601b349
Fix race between OnReadDone(ok=false) and IsCancelled in inproc ( #26461 )
3 years ago
Dante Camarena
a3a7e55367
Python AIO: Match continuation typing on Interceptors ( #26500 )
3 years ago
Paulo Castello da Costa
41d2db8cb0
Name driver when generating load test configs. ( #26501 )
...
This change ensures that a valid driver configuration is always included in generated load test configurations, and that the driver pod is named with an index (`0`, since there is only one driver), in the same way as client and server pods.
Generated examples can be found in https://github.com/grpc/test-infra/pull/189 .
With this change, it is no longer necessary to specify a driver image in order to specify a driver name and pool, so that is removed from the kokoro jobs.
3 years ago
AJ Heller
7c9e8b4251
Fixes a broken build due to missing license ( #26512 )
3 years ago
Sergii Tkachenko
ff0c16ad2d
xds-k8s: Fix retries in IAM API wrapper, improve error handling ( #26525 )
3 years ago
apolcyn
fed797b70d
Update boringssl submodule ( #26520 )
...
* update submodule boringssl-with-bazel with origin/master-with-bazel
* update boringssl dependency to master-with-bazel commit bcc01b6c66b1c6fa2816b108e50a544b757fbd7b
* regenerate projects
* Updated sha256
* Increment podspec version
* Second regeneration
3 years ago
Paulo Castello da Costa
8c9f3c2b30
Update tools in preparation for load test timeouts. ( #26505 )
...
- Support multiline strings in template generation (as already supported in config generation, supporting roundtrip).
- Ignore substitution of variables that are set by the controller at runtime (`DRIVER_PORT`, `KILL_AFTER`, `POD_TIMEOUT`).
3 years ago
Jan Tattermusch
7351fbb7ac
Make ARM64 C/C++ bazel tests greener ( #26518 )
...
* add no_arm64 tag to resolver_component_tests_runner_invoker tests
* skip no_arm64 tests when running on arm64
* increase kokoro jobs timeout for ARM64 C/C++ bazel tests
* use 8 core instance for arm64 bazel C/C++ tests
3 years ago
Vijay Pai
cf1ebf7387
Remove experimental tag from uses of the C++ callback API ( #26495 )
3 years ago
Ashitha Santhosh
64d1894314
Revert: gRPC SDK Authorization Policy Proto. ( #26508 )
3 years ago
Richard Belleville
7ada5552cf
Fix Python xDS User Agent ( #26507 )
...
* Use Extension define_macros
* Attempt fix to Windows quoting
3 years ago
Chengyuan Zhang
dc2efd6790
Update interop client matrix for Java 1.38.1 release ( #26510 )
3 years ago
Yash Tibrewal
a6b140cd85
Fix backup poller races ( #26446 )
...
* Use a mutex for backup poller operations
* Remove unnecessary assert
3 years ago
AJ Heller
25d91e3091
New iomgr implementation backed by the EventEngine API ( #26026 )
...
This code adds an iomgr implementation that's backed by an EventEngine. This uses the EventEngine API alone, and separate work will introduce an EventEngine prototype to plug into it.
See also drfloob#1: @nicolasnoble has a pull request against this branch, implementing the libuv-based EventEngine. One goal here is to implement the iomgr code such that it can be merged independently without affecting normal builds.
This implementation can be built using bazel build --cxxopt='-DGRPC_USE_EVENT_ENGINE' :all
Some shortcuts are being taken to get a working, testable version of the engine. EventEngines are not pluggable, for example.
3 years ago
Christophe Bougère
29eafd4604
improving documentation for unity ( #26439 )
3 years ago
Sergii Tkachenko
433c5ea261
xds-k8s: grant roles/iam.workloadIdentityUser automatically ( #26487 )
3 years ago
Yash Tibrewal
b53f60d353
Disable handshake_verify_peer_options_test ( #26452 )
3 years ago
Sergii Tkachenko
8211702eef
buildscripts: add option to use xds-k8s test driver from a fork ( #26490 )
3 years ago