departurerb / departure

Percona's pt-online-schema-change runner for ActiveRecord migrations.
Other
140 stars 53 forks source link

Drop DB connections between integration tests #101

Closed benlangfeld closed 8 months ago

benlangfeld commented 8 months ago

Some tests set up state which is used to initialize connections. If that initialization happens when the pool is populated, the pool will be poisoned with misconfigured connections, and the tests will fail.

Fixes #84.