Clear all connections just before db:test:purge
For some reason connections are obtained during db:test:prepare, specifically with config/initializers/1_postgresql_only.rb, and config/initializers/postgres_partitioning.rb, and not released when we come to the step where we purge the test db. Hence we force all connections to be released first.
Showing
Please register or sign in to comment