Closed iMacTia closed 1 year ago
I need to work out why tests are failing, will hopefully give it a go over the weekend
@iMacTia Did you get a chance to review the failing tests? There is a new CI setup, so you might want to update your branch with the latest from main
My branch diverted too much so I'd need to make changes to make this work, but since I don't need this anymore it's not really something that I can spend time on right now 😄 Happy to close since no one else seem to need this anyway
Appreciate this might be a weird setup, but I have the same database name being served by 2 adapters (2 different DB instances). Here is my
database.yml
:(Please note I've already tested this patch locally and I can confirm ClickHouse cleaning with truncation works as expected.) But when I did the following:
I noticed that the PostgreSQL database was being cleaned instead! A bit of digging showed that this is an issue with the connection selector:
This PR attempt to fix that by adding the
adapter
as a filter as well