//
pkg.gl
Category
github.com/cockroachdb/cockroach
pkg
testutils
pgtest
package
19.2.12+incompatible
Repository:
https://github.com/cockroachdb/cockroach.git
Documentation:
pkg.go.dev
Overview
Versions
5
Dependencies
10
Dependents
0
Files
278 SLOC
#
Functions
NewPGTest
NewPGTest connects to a Postgres server at addr with username user.
RunTest
RunTest executes PGTest commands, connecting to the database specified by addr and user.
Walk
Walk walks path for datadriven files and calls RunTest on them.
#
Structs
PGTest
PGTest can be used to send and receive arbitrary pgwire messages on Postgres-compatible servers.