dockertest

package
v0.0.0-...-fc038a7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2020 License: Apache-2.0 Imports: 16 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConnectToTestCockroachDB

func ConnectToTestCockroachDB() (*sqlx.DB, error)

ConnectToTestCockroachDB connects to a CockroachDB database.

func ConnectToTestCockroachDBPop

func ConnectToTestCockroachDBPop(t *testing.T) *pop.Connection

func ConnectToTestMySQL

func ConnectToTestMySQL() (*sqlx.DB, error)

ConnectToTestMySQL connects to a MySQL database.

func ConnectToTestMySQLPop

func ConnectToTestMySQLPop(t *testing.T) *pop.Connection

func ConnectToTestPostgreSQL

func ConnectToTestPostgreSQL() (*sqlx.DB, error)

ConnectToTestPostgreSQL connects to a PostgreSQL database.

func ConnectToTestPostgreSQLPop

func ConnectToTestPostgreSQLPop(t *testing.T) *pop.Connection

func KillAllTestDatabases

func KillAllTestDatabases()

KillAllTestDatabases deletes all test databases.

func Parallel

func Parallel(fs []func())

Parallel runs tasks in parallel.

func RunCockroachDB

func RunCockroachDB() (string, error)

RunCockroachDB runs a CockroachDB database and returns the URL to it.

func RunMySQL

func RunMySQL() (string, error)

RunMySQL runs a RunMySQL database and returns the URL to it.

func RunPostgreSQL

func RunPostgreSQL() (string, error)

RunPostgreSQL runs a PostgreSQL database and returns the URL to it.

func RunTestCockroachDB

func RunTestCockroachDB(t *testing.T) string

RunTestCockroachDB runs a CockroachDB database and returns the URL to it.

func RunTestMySQL

func RunTestMySQL(t *testing.T) string

RunTestMySQL runs a MySQL database and returns the URL to it.

func RunTestPostgreSQL

func RunTestPostgreSQL(t *testing.T) string

RunTestPostgreSQL runs a PostgreSQL database and returns the URL to it.

Types

type OnExit

type OnExit struct {
	sync.Mutex
	// contains filtered or unexported fields
}

OnExit helps with cleaning up docker test.

func NewOnExit

func NewOnExit() *OnExit

NewOnExit create a new OnExit instance.

func Register

func Register() *OnExit

Register sets up OnExit.

func (*OnExit) Add

func (at *OnExit) Add(f func())

Add adds a task that is executed on SIGINT, SIGKILL, SIGTERM.

func (*OnExit) Exit

func (at *OnExit) Exit(status int)

Exit wraps os.Exit

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL