Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction patching gets stomped on by django's TestCase #6

Open
dgouldin opened this issue Aug 16, 2012 · 1 comment
Open

Transaction patching gets stomped on by django's TestCase #6

dgouldin opened this issue Aug 16, 2012 · 1 comment

Comments

@dgouldin
Copy link
Contributor

When using johnny cache with django's TestCase, johnny cache's transaction patching gets overridden by TestCase's patching. This results in johnny cache's local cache not being cleared between tests, creating all kinds of problems.

@acjay
Copy link

acjay commented Apr 6, 2013

I think I may have encountered this issue too. I ended up having to invalidate the table manually multiple times before every request, because the change to the cache only "sticks" the first request after invalidation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants