ci(cloudsqlmysql): add integration tests (#243)

Add integration test for CloudSQL for MySQL.

Added other integration tests' tag into `.golangci.yaml`, and fixing
lint errors.

Moved getCloudSQLDialOpts to `common_test.go` since it is used across
all three cloud sql integration tests.
This commit is contained in:
Yuan
2025-01-29 17:03:40 -08:00
committed by GitHub
parent 1357be2569
commit 8152a98b7a
9 changed files with 369 additions and 51 deletions

View File

@@ -33,7 +33,10 @@ issues:
run:
build-tags:
- integration
- cloudsql
- cloudsqlpg
- postgres
- alloydb
- spanner
- cloudsqlmssql
- cloudsqlmysql
- neo4j