dockertest

package
v0.0.93 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2020 License: Apache-2.0 Imports: 15 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConnectToTestCockroachDB added in v0.0.57

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

ConnectToTestCockroachDB connects to a CockroachDB database.

func ConnectToTestMySQL

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

ConnectToTestMySQL connects to a MySQL database.

func ConnectToTestPostgreSQL

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

ConnectToTestPostgreSQL connects to a PostgreSQL database.

func KillAllTestDatabases

func KillAllTestDatabases()

KillAllTestDatabases deletes all test databases.

func Parallel

func Parallel(fs []func())

Parallel runs tasks in parallel.

func RunTestCockroachDB added in v0.0.84

func RunTestCockroachDB(t *testing.T) string

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

func RunTestMySQL added in v0.0.84

func RunTestMySQL(t *testing.T) string

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

func RunTestPostgreSQL added in v0.0.84

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