You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(bats): use random database names instead of the hardcoded "unittest"
Previously if a database named "unittest" pre-existed, it was dropped
and recreated unconditionally.
Now the tests generate a random database name, and use the environment
variable PPM_DATABASE to refer to it.
Additionally, PGDATABASE is used for the partition manager instead
of a hardcoded URL in the template file.
Signed-off-by: Daniel Vérité <[email protected]>
0 commit comments