﻿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
31054	Omits test_ prefix from database name when running subset of tests	Matthijs Kooijman	nobody	"While debugging some test framework issues wrt mysql, I noticed a problem where the test runner would try to access the test database without prefixing `test_`, leading to an access denied error (because my permissions are set up tightly).

What I suspect happens is that this subset of tests only uses the `default` database, so only that one is set up by `DisoveryRunner.setup_databases`. This is confirmed by using a debugger, which shows [[https://github.com/django/django/blob/845042b3d9faaefef8855c2bab48bd9532cd00ca/django/test/runner.py#L683|databases]] only contains 'default'."	Uncategorized	closed	Uncategorized	3.0	Normal	invalid			Unreviewed	0	0	0	0	0	0
