storj/private/migrate
Egon Elbre 85c45cd56f private/dbutil/pgtest: support multiple databases for testing
Currently Cockroach isn't performant for concurrent database setup and
tear-down. Instead of a single instance allow setting multiple potential
connection strings and let the tests pick one connection string
randomly.

This improves test duration by ~10 minutes.

While we are at significantly changing how pgtest works, introduce
helper PickPostgres and PickCockroach for selecting the database to
reduce code duplications in multiple places.

Change-Id: I8ad171d5c4c8a4fc081ec2ae9bdd0cc948a80619
2020-04-28 21:55:49 +03:00
..
create_test.go private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00
create.go private/dbutil/txutil: create new transactions for retries 2020-02-01 18:34:28 +00:00
db.go private/dbutil/txutil: create new transactions for retries 2020-02-01 18:34:28 +00:00
versions_test.go private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00
versions.go private/migrate: enhance docs in some funcs 2020-04-23 13:06:06 +02:00