Feature #6852
Rake 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.
Associated revisions
History
#1
Updated by Dominic Cleal over 8 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).
#2
Updated by Martin Ducar over 8 years ago
Pull request created
https://github.com/theforeman/foreman/pull/1633
#3
Updated by Martin Ducar over 8 years ago
Ok, thanks for the hint than i think this feature is irrelevant
#4
Updated by Dominic Cleal over 8 years ago
Nah, after seeing the PR, I think that'll still be useful for all sorts, I'm happy to keep it.
#5
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.7.5
- Legacy Backlogs Release (now unused) set to 10
- Pull request https://github.com/theforeman/foreman/pull/1633 added
- Pull request deleted (
)
#6
Updated by Martin Ducar over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e09d72ee61d6032716d71f7802a33218605100d2.
fixes #6852 - `rake log` added to log ActiveRecord changes to stdout