MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cloud-sql-proxy / TestPostgresHealthCheck

Function TestPostgresHealthCheck

tests/postgres_test.go:343–348  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

341}
342
343func TestPostgresHealthCheck(t *testing.T) {
344 if testing.Short() {
345 t.Skip("skipping Postgres integration tests")
346 }
347 testHealthCheck(t, *postgresConnName)
348}

Callers

nothing calls this directly

Calls 1

testHealthCheckFunction · 0.85

Tested by

no test coverage detected