1. 16 Feb, 2022 1 commit
    • Thong Kuah's avatar
      Clear all connections just before db:test:purge · f7d1ec18
      Thong Kuah authored
      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.
      f7d1ec18
  2. 15 Feb, 2022 39 commits