daml/libs-scala/postgresql-testing
Samir Talwar 208d4a50da
postgresql-testing: Use a new, random database name every time. (#5911)
* postgresql-testing: Store the JDBC URL separately.

* postgresql-testing: Expose the username and password.

* postgresql-testing: Get the caller to create the database.

And make sure it's a random one, not "test".

CHANGELOG_BEGIN
CHANGELOG_END

* postgresql-testing: Only store the JDBC URL for tests.

Less mutable state, innit.

* postgresql-testing: Capture the individual JDBC URL parameters.

* Bazel: Fix PostgreSQL binary paths.

* postgresql-testing: Just recreate the database in PostgresAroundEach.

There's no need to restart the process with a different data directory.
2020-05-08 12:36:42 +00:00
..
src postgresql-testing: Use a new, random database name every time. (#5911) 2020-05-08 12:36:42 +00:00
BUILD.bazel postgresql-testing: "Lock" ports when starting PostgreSQL. (#5310) 2020-03-31 17:13:02 +00:00