Yash Tibrewal
57cb063fb7
Add kokoro job for xds psm security tests ( #26033 )
...
* add kokoro job for xds psm security
* Fix scripts
* Cleanup
* Add copyright
4 years ago
Lidi Zheng
0b8cb0227b
Upgrade setuptools and ProtoBuf Python in prep_xds.sh ( #26029 )
...
* Upgrade
* Trick Kokoro to run xDS test
* Restore grpc_python_bazel_test.cfg
* Update protobuf
* Add extra layer of protection
4 years ago
yulin liang
706a65ed34
Fix flaky logging interceptor test. ( #26011 )
4 years ago
AJ Heller
5cda00427d
Remove use of C++20 initializers ( #26028 )
...
Since this codebase only supports C++11 at this point, doing a build
with strict warnings will fail using C++20 initializers.
```
$ bazel build --define=use_strict_warning=true :all //src/core/... //src/compiler/... //test/...
test/cpp/interop/grpclb_fallback_test.cc:154:9: error: designated
initializers are a C++20 extension [-Werror,-Wc++20-designator]
.mutate_fd = TcpUserTimeoutMutateFd,
```
See
https://source.cloud.google.com/results/invocations/f9710ed0-994f-488f-adb8-a7e987f1620d/targets/grpc%2Fcore%2Fpull_request%2Flinux%2Fgrpc_bazel_build/log
4 years ago
Richard Belleville
9585b032b6
Use 'python2' as default Python 2 command instead of 'python' ( #26025 )
4 years ago
Lidi Zheng
082da35e38
Add a list of banned macOS gevent tests ( #26027 )
4 years ago
Lidi Zheng
3625d9f75e
Update the Python dependency for xDS interop test ( #26024 )
...
`xds-protos` includes all the generated Python files for Envoy protos, which is required by Envoy.
4 years ago
Hannah Shi
71578bf931
temporarily change ::createInsecure() back to return NULL ( #25994 )
4 years ago
Stanley Cheung
ab3096f12c
Fix header_matching for PHP and Ruby ( #26017 )
4 years ago
Lidi Zheng
f03a839f8a
Fix a typo in CSDS test ( #26021 )
4 years ago
ZhenLian
e7f44ce51d
TlsCredentials: add cancel_check_peer() for the security connector ( #25941 )
4 years ago
Richard Belleville
da2cf25592
Fix potential deadlock on the GIL ( #26009 )
4 years ago
Lidi Zheng
cca9277963
Fix some issues with the xds-protos package ( #25999 )
...
* Fix issues with xds-protos && add a README
* Split the build process from setup.py
4 years ago
Jan Tattermusch
492e72a318
Provide runtime/framework info in gRPC C# user agent string ( #25889 )
...
* remove dead code (followup for #25717 )
* add more details into grpc-csharp user agent string
* address review comments
4 years ago
Richard Belleville
146e285696
Add 1.37.0 to interop matrix ( #25920 )
4 years ago
Lidi Zheng
0123d5460b
Add CSDS xDS interop test ( #26007 )
...
* Add CSDS xDS interop test
* Add CSDS test to the test suite
* Fix a typo
* Address comments
* Improve the logging of each attempt
* Improve Python readability
4 years ago
Stanley Cheung
6855314067
Ruby: Fix xds fault_injection test ( #26006 )
4 years ago
AJ Heller
d3677e569a
Return port number from EventEngine::Listener::Bind ( #26004 )
...
* Return port number from EventEngine::Listener::Bind
This is an integer, unlike the DNSResolver, since the underlying
bind syscall deals in integers.
* Add return type documentation
4 years ago
Brian Buchalter
5917984194
Update Ruby documentation for Gemfile usage ( #25705 )
4 years ago
Ashitha Santhosh
628bf7fe08
RBAC engine matchers implementation. ( #25997 )
4 years ago
donnadionne
d4f6cfd535
Passing repo manager to markdroth ( #26003 )
4 years ago
Lidi Zheng
735c7047aa
[C++] Add admin and reflection to xds interop binaries ( #25964 )
...
* Add admin and reflection to xds interop binaries
* Prepare for https://github.com/grpc/grpc/pull/25978
* Remove _xds rules
4 years ago
Michael Lumish
84b86fe7e8
Update xDS interop test descriptions doc with proto file updates ( #25817 )
4 years ago
AJ Heller
e25637ebea
Fix EventEngine factory method return types: unique_ptr for lifetime management ( #25971 )
4 years ago
Ashitha Santhosh
e438fa609b
Separate connection specific args in EvaluaetArgs. ( #25969 )
4 years ago
Lidi Zheng
980ccba493
Introduce new Python package "xds_protos" ( #25975 )
...
* New Python package xds_protos
* Polish the setup.py
* Adding install requirements and improve wheel validation
* Add xds-protos to the update procedure of envoy-api
* Add setup requirements
4 years ago
Lidi Zheng
3a19648100
Increase RPCs in fault injection tests ( #25984 )
4 years ago
Seth Vargo
3223b4fe98
Naming fix (secrets manager -> secret manager) ( #25990 )
4 years ago
Ashitha Santhosh
0570bd9205
Plumbs SAN fields to tsi_peer. ( #25874 )
4 years ago
Lidi Zheng
2210819f85
Remove _xds suffix Bazel rules completely ( #25980 )
...
* Reduce the usage of _xds Bazel rules
* Inject DISABLED_XDS_PROTO_IN_CC to admin_services_end2end_test
* Remove _xds suffix Bazel rules completely
* Remove the _xds rules from imports
* Simplify the ifndef usage in admin_services_end2end_test
4 years ago
Michael Lumish
62fddec075
Update the xDS features doc with path and header matching in Node ( #25979 )
4 years ago
Mark D. Roth
fd3bd70939
Fix tsan failure in retry timer cancellation code. ( #25961 )
...
* Fix tsan failure in retry timer cancellation code.
* fix build and clang-tidy
4 years ago
yulin liang
338349726d
Flaky ios-test-interoptests ( #25958 )
4 years ago
Yash Tibrewal
23152e74ce
Enable channelz for xds_interop_client and xds_interop_server ( #25939 )
...
* Enable channelz for xds_interop_client and xds_interop_server
* Regenerate projects
4 years ago
Yash Tibrewal
8028cc874d
Reduce XdsServerFilterChainMatchTest flakiness ( #25956 )
4 years ago
Mark D. Roth
eb8bdcd99f
service config docs: Clarify proto to JSON conversion, especially for LB policies ( #25963 )
4 years ago
Easwar Swaminathan
7914aecf1b
Add v1.37.0 release of grpc-go to interop matrix ( #25919 )
4 years ago
Karthik Ravi Shankar
658d421ed2
Pass repo manager to Donna ( #25962 )
4 years ago
Ashitha Santhosh
8489a6050b
Revert "Rbac Matcher implementation. ( #25653 )" ( #25957 )
...
This reverts commit 1fb4f715db
.
4 years ago
Ashitha Santhosh
4f81c3b706
Update multi-domain cert to add more SAN fields. ( #25946 )
...
* Update multi-domain cert to add more SAN fields.
4 years ago
ZhenLian
f6b69a659b
Add Comments For Getting Peer Cert Full Chain ( #25942 )
4 years ago
Stanley Cheung
e8a904368b
PHP: enable fault_injection xds interop test case ( #25943 )
...
* PHP: enable fault_injection xds interop test case
* sanity check yaph_code.sh
* some mysterious SIGTERM is being observed
* Remove adhoc test cfg
4 years ago
Mark D. Roth
d017ce5f25
Cancel retry timer on call cancellation ( #25890 )
4 years ago
Stanley Cheung
c4b77ca0fe
PHP: Fix windows build ( #25938 )
4 years ago
Guangwen Feng
995c282f15
Fix a typo in php README ( #25940 )
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
4 years ago
Sergii Tkachenko
912515384e
Interop matrix: document adhoc test run ( #25932 )
4 years ago
Jan Tattermusch
98339824b0
also build python3.6 aarch64 manylinux2014 wheel ( #25928 )
4 years ago
Ashitha Santhosh
1fb4f715db
Rbac Matcher implementation. ( #25653 )
4 years ago
Stanley Cheung
c0a78774f8
PHP: allow xDS interop client to start RPCs asynchronously ( #25696 )
...
* PHP: allow xDS interop client to start RPCs asynchronously
* Address review comments
* Remove adhoc test config
4 years ago
Timo Lange
f3abcd3ace
cmake: only install channelz if gRPC_USE_PROTO_LITE is off ( #25772 )
...
* only install channelz if not USE_PROTO_LITE
* adapted CMakeLists.txt.template to not install channelz when USE_PROTO_LITE
4 years ago