Opened 11 years ago
Closed 11 years ago
#24498 closed Bug (needsinfo)
Issues with migrations while running tests
| Reported by: | djomla | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Management commands) | Version: | 1.7 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
When executing tests migrations are sometimes run twice. Should it be run at all?
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → needsinfo |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes, they are run by design. Could you provide a minimal project that demonstrates them being executed twice?