4345 Commits

Author SHA1 Message Date
001d234e1f rls: Fix regex in rls test (#5834) 2022-12-01 21:09:18 -05:00
736197138d rls: use a regex for the expected error string (#5827) 2022-12-01 11:59:34 -08:00
617d6c8a6c security/advancedtls: add test for crl cache expiration behavior (#5749)
* Add test for cache reloading

* cleanup

* swap to using nil for no revoked certs

* Add description for new test
2022-12-01 14:09:57 -05:00
ef51864f48 grpclb: improve grpclb tests (#5826)
Fixes https://github.com/grpc/grpc-go/issues/4392
2022-12-01 10:52:58 -08:00
fa99649f0d xdsclient: deflake new transport ack/nack tests (#5830) 2022-12-01 10:25:30 -08:00
99ba98231e transport/server: flush GOAWAY before closing conn due to max age (#5821)
Fixes https://github.com/grpc/grpc-go/issues/4859
2022-12-01 09:02:41 -08:00
20c937eebe transport: limit AccountCheck tests to fewer streams and iterations to avoid flakes (#5828)
Fixes https://github.com/grpc/grpc-go/issues/5283
2022-11-30 17:07:48 -08:00
110ed9e6cc xdsclient: resource-type-agnostic transport layer (#5808) 2022-11-30 11:34:19 -08:00
c91396d4e1 pickfirst: do not return initial subconn while connecting (#5825)
Fixes https://github.com/grpc/grpc-go/issues/5293
2022-11-30 08:57:17 -08:00
94f0e7fa77 benchmark: add a feature for read and write buffer sizes (#5774)
* benchmark: add a feature for read and write buffer sizes
2022-11-30 11:52:40 -05:00
087387ca18 Deflake Outlier Detection xDS e2e test (#5819) 2022-11-29 17:48:52 -05:00
dd123b7f86 testutils/pickfirst: move helper function to testutils (#5822) 2022-11-29 12:03:36 -08:00
be202a2601 examples: add an example to illustrate the usage of stats handler (#5657) 2022-11-29 10:36:32 -08:00
9f97673ba4 test: move e2e goaway tests to goaway_test.go (#5820) 2022-11-29 10:08:03 -08:00
0fe49e823f grpc: Improve documentation of read/write buffer size server and dial options (#5800)
Fixes https://github.com/grpc/grpc-go/issues/5798
2022-11-28 10:17:00 -08:00
09fc1a3498 interop: update Go version in docker container used for psm interop (#5811) 2022-11-22 14:16:13 -08:00
adfb9155e4 server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (#5666) 2022-11-22 12:58:04 -08:00
e0a9f1112a reflection: split grpc and pb imports (#5810) 2022-11-22 10:40:31 -08:00
6f96f961f3 reflection: update proto (#5809) 2022-11-22 08:58:26 -08:00
6e43203eb4 reflection: generate protobuf files from grpc-proto (#5799) 2022-11-21 15:48:12 -08:00
0abb6f9b69 xdsclient: resource type agnostic WatchResource() API (#5777) 2022-11-21 12:42:50 -08:00
3011eaf70e test/tools: update staticcheck version to latest (#5806) 2022-11-18 13:51:43 -08:00
fefb3ec0c0 test/tools: update everything to latest versions except staticcheck (#5805) 2022-11-18 11:26:37 -08:00
50be6ae2f9 go.mod: update all dependencies (#5803) 2022-11-18 10:56:02 -08:00
ff146806d2 Cap min and max ring size to 4K (#5801) 2022-11-18 10:22:08 -08:00
wby
0238b6e1ce transport: new stream with actual server name (#5748) 2022-11-18 08:57:37 -08:00
817c1e8c41 passthrough: return error if endpoint is empty and opt.Dialer is nil when building resolver (#5732) 2022-11-16 10:02:07 -08:00
56ac86fa0f xdsclient: wait for underlying transport to close (#5775) 2022-11-10 16:36:19 -08:00
457c2f5481 benchmark: use default buffer sizes (#5762) 2022-11-10 13:56:40 -08:00
689d061d46 Cleanup usages of resolver.Target's Scheme and Authority (#5761) 2022-11-09 23:06:01 -08:00
5331dbd3ab outlierdetection: remove an unused variable in a test (#5778) 2022-11-09 15:01:44 -08:00
81db25066b Change version to 1.52.0-dev (#5784) 2022-11-08 18:44:59 -05:00
72812fe3aa gcp/observability: filter logging from cloud ops endpoints calls (#5765) 2022-11-07 18:32:07 -05:00
0ae33e69dc xdsclient: remove unused test code (#5772) 2022-11-07 09:52:52 -08:00
824f44910d go.mod: upgrade x/text to v0.4 to address CVE (#5769) 2022-11-07 07:51:22 -08:00
7f23df0222 xdsclient: switch xdsclient watch deadlock test to e2e style (#5697) 2022-11-04 15:13:52 -07:00
32f969e8f3 o11y: Added started rpc metric in o11y plugin (#5768) 2022-11-04 18:03:17 -04:00
b597a8e1d0 xdsclient: improve authority watchers test (#5700) 2022-11-04 10:59:28 -07:00
e41e8940c0 orca: create ORCA producer for LB policies to use to receive OOB load reports (#5669) 2022-11-03 10:27:40 -07:00
36d14dbf66 Fix binary logging bug which logs a server header on a trailers only response (#5763) 2022-11-02 19:46:50 -04:00
fcb8bdf721 xds/google-c2p: validate url for no authorities (#5756) 2022-11-02 13:11:13 -07:00
040b795b51 xdsclient/e2e_test: use SendContext() where appropriate (#5729) 2022-11-01 17:08:43 -07:00
0d6481fb85 target: replace parsedTarget.Scheme to parsedTarget.URL.Scheme (#5750) 2022-11-01 11:08:00 -07:00
fdcc01b8c1 transport/test: implement staticcheck suggestion (#5752) 2022-10-31 16:50:41 -07:00
aa44ccaf84 google-c2p: use new-style resource name for LDS subscription (#5743) 2022-10-31 15:36:43 -07:00
c858a770aa balancer/weightedtarget: fix ConnStateEvltr to ignore transition from TF to Connecting (#5747) 2022-10-31 14:58:05 -07:00
64df65262e google-c2p: include federation env var in the logic which determines when to use directpath (#5745) 2022-10-31 14:00:44 -07:00
3c09650e05 balancer/weightedtarget: use ConnectivityStateEvaluator (#5734) 2022-10-26 11:33:49 -07:00
3fd80b0c52 Fix flaky test MultipleClientStatsHandler (#5739) 2022-10-25 10:56:33 -07:00
26071c24f3 google-c2p resolver: add authority entry to bootstrap config (#5680) 2022-10-24 14:21:47 -07:00