For fixtures share the connection pool when there are multiple handlers by eileencodes · Pull Request #34773 · rails/rails
This PR "fixes" the fixtures so that when there are 2 connections (primary & replica) to a database the tests can see data inserted during the test run on the primary connections. We ...