Feature #6852
closedRake log task to log ActiveRecord changes
Description
When testing idempotency of seed files in automated way, we have found out that best solution would be to have db:seed run twice second time with log of ActiveRecord sql commands. That way we can filter is second run tries to do another updates, inserts, deletes,.... This might be use-full also for debugging purposes.
Updated by Dominic Cleal over 10 years ago
Note that there's a test in core for idempotency of db:seed which uses an expectation on #save, so this should flag up the problem with a full stack trace when run (test/lib/tasks/seeds_test.rb).
Updated by Martin Ducar over 10 years ago
Pull request created
https://github.com/theforeman/foreman/pull/1633
Updated by Martin Ducar over 10 years ago
Ok, thanks for the hint than i think this feature is irrelevant
Updated by Dominic Cleal over 10 years ago
Nah, after seeing the PR, I think that'll still be useful for all sorts, I'm happy to keep it.
Updated by Dominic Cleal over 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.7.5
- Translation missing: en.field_release set to 10
- Pull request https://github.com/theforeman/foreman/pull/1633 added
- Pull request deleted (
)
Updated by Martin Ducar over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e09d72ee61d6032716d71f7802a33218605100d2.