Documentation
¶
Index ¶
- func RunCertificateAuthenticatorTest(t *testing.T, server *Server, testDBName string)
- func RunPasswordAuthenticatorTest(t *testing.T, server *Server, testDBName string)
- func RunServerCopyTest(t *testing.T, server *Server, testDBName string)
- func RunServerTests(t *testing.T, server *Server)
- type Server
- type ServerTestFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunCertificateAuthenticatorTest ¶ added in v1.5.3
RunCertificateAuthenticatorTest tests the TLS session. PostgreSQL: Documentation: 16: 34.19. SSL Support https://www.postgresql.org/docs/current/libpq-ssl.html PostgreSQL: Documentation: 16: 19.9. Secure TCP/IP Connections with SSL https://www.postgresql.org/docs/current/ssl-tcp.html#SSL-CERTIFICATE-CREATION
func RunPasswordAuthenticatorTest ¶ added in v1.5.3
RunPasswordAuthenticatorTest tests the authenticators.
func RunServerCopyTest ¶ added in v1.4.0
RunServerCopyTest tests the COPY command.
func RunServerTests ¶ added in v1.3.0
Types ¶
type Server ¶
Server represents a test server.
func (*Server) LookupCredential ¶ added in v1.6.2
LookupCredential looks up a credential.
func (*Server) SetCredential ¶ added in v1.6.2
func (server *Server) SetCredential(cred auth.Credential)
SetCredential sets a credential.
Click to show internal directories.
Click to hide internal directories.