Pardhu Konakanchi
dc641b12c0
add checks for ejections_unenforced in test
2025-07-08 11:30:02 -04:00
Pardhu Konakanchi
7cd46ea184
revert range changes in test
2025-07-08 11:29:01 -04:00
Pardhu Konakanchi
394b6a5b93
xds: client outlier detection metrics
2025-07-08 11:23:34 -04:00
eshitachandwani
a21e37488e
xds/cdsbalancer: correctly remove the unwanted cds watchers ( #8428 )
2025-07-08 08:12:35 +05:30
Ashesh Vidyut
64a6b623ba
grpctest: minor improvements to the test logger implementation ( #8370 )
2025-07-07 11:55:00 +05:30
Easwar Swaminathan
aa57e6af6c
xds: cleanup internal testing functions for env vars that have long been removed ( #8413 )
2025-07-02 17:54:14 +05:30
Purnesh Dixit
f9cf0f67e6
xdsclient: relay marshalled bytes of complete resource proto to decoders ( #8422 )
2025-07-02 09:51:43 +05:30
Doug Fawley
8acde50e5b
dns: add environment variable to disable TXT lookups in DNS resolver ( #8377 )
2025-07-01 14:33:13 -07:00
Arjan Singh Bal
de72c21442
xds: Avoid error logs when setting fallback bootstrap config ( #8419 )
2025-07-02 02:38:29 +05:30
eshitachandwani
bb4b6d5b98
add grpctester ( #8423 )
2025-07-01 18:55:23 +05:30
Doug Fawley
dd718e42f4
github: delete mergeable configuration ( #8415 )
2025-06-26 12:36:11 -07:00
Doug Fawley
bfc1981f6a
github: Restrict repo contents permissions to read-only in pr-validation ( #8414 )
2025-06-26 12:36:00 -07:00
Easwar Swaminathan
62071420ce
xdsclient: preserve original bytes for decoding when the resource is wrapped ( #8411 )
2025-06-25 03:50:29 -07:00
eshitachandwani
a2d6045916
Change version to 1.75.0-dev ( #8409 )
2025-06-25 12:44:42 +05:30
Easwar Swaminathan
1787f94275
xdsclient: export genericResourceTypeDecoder ( #8406 )
2025-06-24 21:07:51 -07:00
Easwar Swaminathan
15299ccca3
xdsclient: make a function to return the supported resource type implementations ( #8405 )
2025-06-23 23:00:14 -07:00
Arjan Singh Bal
20bd1e7dfa
grpc: revert #8278 : Fix cardinality violations in non-server streaming RPCs ( #8404 )
...
This reverts commit a64d9333af .
2025-06-24 00:20:59 +05:30
vinothkumarr227
bdbe6a2b5d
examples/opentelemetry: demonstrate enabling experimental metrics ( #8388 )
2025-06-23 11:16:35 +05:30
Arjan Singh Bal
0100d21c8f
outlierdetection: cleanup temporary pickfirst health listener attribute ( #8402 )
2025-06-19 11:20:35 +05:30
vinothkumarr227
bbaca7a088
stub: Add child balancer in stub.BalancerData ( #8393 )
2025-06-19 10:48:14 +05:30
Arjan Singh Bal
e5de1e2cac
xdsclient_test: Avoid restarting listener in TestServerFailureMetrics_AfterResponseRecv ( #8399 )
2025-06-17 10:02:42 +05:30
Arjan Singh Bal
9c62b1c9f1
xds: Fix flaky test HandleListenerUpdate_ErrorUpdate ( #8397 )
2025-06-17 00:22:57 +05:30
Arjan Singh Bal
042139c86d
xds_test: Avoid buffering ack requests in ADS streams ( #8395 )
2025-06-17 00:18:00 +05:30
Purnesh Dixit
082a9275c7
xds: Roll forward xdsclient migration ( #8391 )
2025-06-17 00:09:58 +05:30
Arjan Singh Bal
5f8fe4fa6c
github: Add workflow to replace mergeable ( #8401 )
2025-06-16 23:57:11 +05:30
Arjan Singh Bal
57400b4e69
roundrobin: Remove unnecessary ExitIdle override ( #8390 )
2025-06-11 21:56:22 +05:30
Pranjali-2501
a64d9333af
grpc: Fix cardinality violations in non-server streaming RPCs ( #8278 )
2025-06-11 16:49:42 +05:30
Arjan Singh Bal
d2e836604b
xds: revert #8310 : migration of xdsclient to use generic client and dedicated LRS client
...
This reverts commit 996aabeb3f .
2025-06-09 21:46:02 +05:30
eshitachandwani
af0f88e01d
add spiffe config ( #8384 )
2025-06-09 11:04:27 +05:30
Purnesh Dixit
996aabeb3f
xds: migrate internal xdsclient to use generic client and dedicated LRS client ( #8310 )
2025-06-06 11:15:42 +05:30
Antoine Tollenaere
ec91b2e05e
xds: Remove temporary environment variable for least request ( #8248 )
2025-06-05 22:10:48 +05:30
Mikhail Mazurskiy
9319d72162
cmd/protoc-gen-go-grpc: use `Error()` since no formatting is performed ( #8378 )
2025-06-05 09:10:58 +05:30
Gregory Cooke
f6bf86cc7e
Add flag guarding SPIFFE Bundle provider ( #8343 )
...
* Add flag guarding SPIFFE Bundle provider
* remove the log
* vet
* address PR comments
* add comment
* fix typo
* rename flag
* add test
* vet
* add other flag check
* remove check from watcher
* add tests for new section where the spiffe bundle map file is set to empty string
* vet
2025-06-04 13:31:41 -04:00
Arjan Singh Bal
6dfe07c8c3
balancer: Make ExitIdle compulsory for Balancers ( #8367 )
2025-06-03 09:15:35 +05:30
Arjan Singh Bal
8d1e6e2335
deps: update dependencies for all modules and fix revive findings ( #8372 )
2025-06-03 08:59:34 +05:30
vinothkumarr227
9b7bd34139
grpc: introduce new Dial and Server Options to set static window size ( #8283 )
2025-06-02 12:42:34 -07:00
Purnesh Dixit
643bd63bf7
xds/internal: update generic grpctransport codec name to proto ( #8368 )
2025-06-02 22:26:09 +05:30
Arjan Singh Bal
4275c5bdd8
transport: Re-use slice buffer reader for a stream ( #8360 )
2025-05-30 00:09:14 +05:30
Pranjali-2501
ec4810caeb
grpc: Fix cardinality violations in client streaming and unary RPCs ( #8330 )
2025-05-28 16:06:43 +05:30
Arjan Singh Bal
fb223f78b8
transport: Optimize heap allocations ( #8361 )
2025-05-28 15:21:53 +05:30
Arjan Singh Bal
f947a86ebc
balancer/ringhash: Add experimental notice in package comment ( #8364 )
2025-05-28 14:41:32 +05:30
apolcyn
05d49d0147
[interop client] provide a flag to set google-c2p resolver universe domain ( #8145 )
...
* provide a flag on interop_client to set google-c2p resolver universe domai
2025-05-28 11:02:07 +05:30
Purnesh Dixit
28128e0b1f
xdsclient: Fix flakyness in `TestResourceUpdateMetrics` in the case of repeated NACKs ( #8363 )
2025-05-28 09:41:01 +05:30
Elric.Lim
4cab0e6dc6
balacergroup: cleanup exitIdle() ( #8347 )
2025-05-26 21:20:28 +05:30
Purnesh Dixit
e3ca7f9077
xdsclient: fix unexpectedly large LoadReportInterval in initial load report request ( #8348 )
2025-05-26 10:05:11 +05:30
eshitachandwani
443caad4d7
delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env ( #8329 )
2025-05-23 21:02:11 +05:30
Michael Lumish
32e57de3f8
Rename PSM interop fallback test suite to light ( #8350 )
...
This is part of a cross-repository change to generalize the fallback
test suite to support other tests, and to change the name for
clarity. See also https://github.com/grpc/psm-interop/pull/179 .
RELEASE NOTES: n/a
2025-05-22 15:45:21 -07:00
Arjan Singh Bal
6995ef2ab6
internal/transport: Wait for server goroutines to exit during shutdown in test ( #8306 )
2025-05-21 09:24:41 +05:30
Purnesh Dixit
aaabd60df2
deps: update dependencies for all modules ( #8331 )
2025-05-19 23:14:07 +05:30
Antoine Tollenaere
0c24af1c70
balancer/least_request : Fix panic while handling resolver errors ( #8333 )
2025-05-19 13:42:16 +05:30