MCPcopy
hub / github.com/go-sql-driver/mysql / TestDialNonRetryableNetErr

Function TestDialNonRetryableNetErr

driver_test.go:2034–2037  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2032}
2033
2034func TestDialNonRetryableNetErr(t *testing.T) {
2035 testErr := netErrorMock{}
2036 testDialError(t, testErr, testErr)
2037}
2038
2039func TestDialTemporaryNetErr(t *testing.T) {
2040 testErr := netErrorMock{temporary: true}

Callers

nothing calls this directly

Calls 1

testDialErrorFunction · 0.85

Tested by

no test coverage detected