Changes between Initial Version and Version 1 of Ticket #24743, comment 14
- Timestamp:
- Aug 6, 2015, 8:48:42 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24743, comment 14
initial v1 1 1 We've been frustrated by this issue since 1.8 hit, seeing the same impacts as previous posters – the "Rendering model states" step taking several minutes when running fresh, which most notably impacts our testing environments. 2 2 3 Our current "workaround," if you can call it that, is skipping migrations in testing except when testing our master branch, and squashing migrations as much as possible. Still, more than halfof the time it takes to run our tests is consumed by this "Rendering model states" step.3 Our current "workaround," if you can call it that, is skipping migrations in testing except when testing our master branch, and squashing migrations as much as possible. Still, the vast majority of the time it takes to run our tests is consumed by this "Rendering model states" step. 4 4 5 5 I tossed in MarkusH's PR (mentioned in comment:9) this morning, and ran `migrate` against a fresh database three times against stock 1.8.3, and three times with the changes from the PR: