﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27938	Warning in tests: UserWarning: Limit for query logging exceeded, only the last 9000 queries will be returned.	Pavel Patrin	nobody	"I got a warning in test enviromnent.

`django/db/backends/base/base.py:133: UserWarning: Limit for query logging exceeded, only the last 9000 queries will be returned.`

After it assertion `assertNumQueries()` always fails with '0 != XXX queries'.

As a hotfix I close all opened connections and do `del connections[conname]` in `TestCase.tearDownClass()`."	Bug	closed	Testing framework	1.10	Normal	duplicate			Unreviewed	0	0	0	0	0	0
