#7514 closed (fixed)
Test failure after r7716
Reported by: | Alex Gaynor | Owned by: | Marc Fargas |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | Keywords: | ||
Cc: | 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
I am getting a test failure since r7716, the buildbot confirms it: http://buildbot.djangoproject.com/trunk%202.5%20sqlite/builds/498/step-test/0
Attachments (1)
Change History (7)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
Attached a fix, also available on my git repo.
comment:3 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 16 years ago
Component: | Uncategorized → Contrib apps |
---|
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The error (which was discovered early) can be tracked down to the SITE_CACHE (defined in contrib/sites/models.py).
Clearing this cache on a post_syncdb signal solves this problem.
I'll attach a patch in a moment. Also will file a bug discovered in the way ;)