You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have update rails version of my project form 4.2 to 5.2. Now I am getting following error on some of my tests randomly. Counters::DefectDistributionContext execute group by defect should group counters by defect Failure/Error: DatabaseCleaner[:active_record].clean_with(:truncation)
Well try setting reaping_frequency: 0 for the test DB in database.yml (DON'T do this for Rails < 5.2 or you will see very degraded performance due to the reaper running in a loop). I had a similar issue in Rails 5.2 that was solved by changing that setting (records would disappear in the middle of a running example).
I have update rails version of my project form 4.2 to 5.2. Now I am getting following error on some of my tests randomly.
Counters::DefectDistributionContext execute group by defect should group counters by defect Failure/Error: DatabaseCleaner[:active_record].clean_with(:truncation)
What should I do to fix this?
The text was updated successfully, but these errors were encountered: