Opened 14 years ago
Last modified 13 years ago
#18057 closed Cleanup/optimization
Docs should say that caches are not cleared after each test — at Version 1
| Reported by: | Thomas Güttler | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | hv@…, albrecht.andi@…, timograham@… | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Caches are not cleared after each test, and running "manage.py test fooapp" can insert wrong data into the cache of a live system.
The current behavior should be documented here:
https://docs.djangoproject.com/en/dev/topics/testing/
I think it is imporant to state this, since tests use a temporary database and flush the database for each test.
Related Ticket: #16401 and #11505 (Cache should be reset after each test without flushing)
Change History (1)
comment:1 by , 14 years ago
| Description: | modified (diff) |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Cleanup/optimization |
Note:
See TracTickets
for help on using tickets.