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
AJ Heller
4c59b17d40
Remove eventmanager_libuv code ( #25811 )
...
Reintroduces this code removal after a failed import. This needed special handling via cherry pick.
4 years ago
Esun Kim
cb9889d35d
Enabled GPR_ABSEIL_SYNC on Apple ( #25841 )
4 years ago
Stanley Cheung
b2f91eeb36
Fix fault injection filter to still run the original trailing metadata closure when no error ( #25926 )
4 years ago
Sergii Tkachenko
72632aebd7
xds-k8s: Use latest TD bootstrap supporting new secrets dir ( #25925 )
4 years ago
Paul Wankadia
7c5a7bd73b
Make Findre2.cmake idempotent. ( #25821 )
...
As per https://github.com/grpc/grpc/issues/25434 , idempotence is necessary
because CMake fails when another target with the same name already exists.
Fixes #25434 .
4 years ago
easy
57859e3c9d
Remove duplicate code for grpc encoding, and extra class. ( #22334 )
...
* Remove duplicate code for grpc encoding, and extra class.
Originally from #18359 by @bogdandrutu .
* Autoformat.
4 years ago
AJ Heller
a63f188153
Add conversion method for absl::Status to grpc_error* ( #25896 )
4 years ago
Sergii Tkachenko
ca769f6fbb
Add gRPC Java 1.37.0 to interop matrix ( #25923 )
4 years ago
Hannah Shi
0bd25f3d11
try/catch exceptions of both php7 and php8 ( #25918 )
4 years ago
Mark D. Roth
46f48b8ecd
Clean up retry code ( #25858 )
4 years ago
Lidi Zheng
3de737cf8f
Add Metadata to our doc generation ( #25922 )
4 years ago
Yash Tibrewal
3409eddcd1
xds-end2end-test server-side LDS updates cleanup ( #25906 )
4 years ago
Bouke van der Bijl
1fdc534e67
ruby: use x86_64 binary on M1 macs ( #25756 )
4 years ago
Yash Tibrewal
1784e6c962
Revert #16288 ( #25827 )
4 years ago
donnadionne
cf284e49d1
Making C++ implementation of circuit breaking consistent with other ( #25900 )
...
languages.
4 years ago
Yash Tibrewal
01f682f55a
Fix use-after-unref bug in fault_injection_filter ( #25903 )
4 years ago
Menghan Li
239a440c92
xdsinterop: extend the ports to use ( #25881 )
...
This is to add more ports for forwarding-rule.
It's in theory not necessary, because forwarding-rule doesn't need to use the
same port as the services. This is a limitation of the test framework, and can
be fixed in the future.
4 years ago
Yash Tibrewal
c1e2ec4748
Fix #25897 to avoid crashes when certificates are not yet updated ( #25899 )
4 years ago
Doug Fawley
04b9d19718
xds: move path/header_matching to all; add fault_injection to ruby and python ( #25892 )
4 years ago
Paulo Castello da Costa
3ad2e3185f
LoadTest generator for OSS benchmarks framework. ( #25781 )
...
* LoadTest generator for OSS benchmarks framework.
This change adds a LoadTest configuration generator for the OSS
benchmarks framework. The output of the generator is a multipart
YAML file that specifies uniquely named LoadTest resources that
can be applied to a kubernetes cluster.
For the benchmarks framework, see https://github.com/github/test-infra .
4 years ago