MCPcopy Create free account
hub / github.com/dolthub/doltgresql / newTestLogWriter

Function newTestLogWriter

integration-tests/go-sql-server-driver/testdef.go:275–279  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

273}
274
275func newTestLogWriter(t *testing.T) io.Writer {
276 w := &testLogWriter{t: t}
277 t.Cleanup(w.Flush)
278 return w
279}
280
281// prepareDoltgresServerArgs translates the server |args| from a test
282// definition into arguments valid for the doltgres binary, generating a config

Callers 1

MakeServerFunction · 0.85

Calls 1

CleanupMethod · 0.65

Tested by

no test coverage detected