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

Function TestSQLServerHealthCheck

tests/sqlserver_test.go:181–186  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

179}
180
181func TestSQLServerHealthCheck(t *testing.T) {
182 if testing.Short() {
183 t.Skip("skipping SQL Server integration tests")
184 }
185 testHealthCheck(t, *sqlserverConnName)
186}

Callers

nothing calls this directly

Calls 1

testHealthCheckFunction · 0.85

Tested by

no test coverage detected