Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultCockroach = "cockroach://root@localhost:26257/master?sslmode=disable"
DefaultCockroach is expected to work when a local cockroachDB instance is running.
View Source
const DefaultPostgres = "postgres://storj:storj-pass@test-postgres/teststorj?sslmode=disable"
DefaultPostgres is expected to work under the storj-test docker-compose instance.
View Source
const DefaultSpanner = "spanner://projects/storj-test/instances/test-instance/databases/metainfo"
DefaultSpanner is expected to work when a local spanner emulator is running.
Variables ¶
This section is empty.
Functions ¶
func PickCockroach ¶
PickCockroach picks one cockroach database from flag.
func PickCockroachAlt ¶
PickCockroachAlt picks an alternate cockroach database from flag.
This is used for high-load tests to ensure that other tests do not timeout.
func PickPostgres ¶
PickPostgres picks one postgres database from flag.
Types ¶
Click to show internal directories.
Click to hide internal directories.