Upgrade Cloud SQL Proxy to v2 for tests #13123
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
type: cleanup
An internal cleanup or hygiene concern.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The testing infrastructure starts the Cloud SQL Proxy (v1) prior to running tests:
python-docs-samples/.kokoro/tests/run_tests.sh
Lines 134 to 145 in 8570053
The Cloud SQL Proxy (v2) was released on Jan 17, 2023. Latest is now v2.15.0 and is highly recommended over v1 usage.
The v2 has numerous new features and improvements over v1 such as debug logging,
lazy refresh, PSC connections, non-GDU environments, metrics and tracing, etc.
There is a migration guide that can be used to help with the CLI changes required to migrate.
Should also clean up any stale usage of v1 Proxy in this repo, which can be found by looking
for
cloud_sql_proxy
as the v2 Proxy binary iscloud-sql-proxy
.The text was updated successfully, but these errors were encountered: