﻿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
29062	"""database table locked errors"" when using sqlite in-memory database with LiveServerTestCase"	Juozas Masiulis	Christophe Baldy	"I am getting database table locked errors, when running tests which use sqlite in memory database.
This issue was introduced with this commit: https://github.com/django/django/commit/bece837829eafbc22f2598dadf82c9a8364b085a
I know this because reversing this commit resolves the issue for me.
If sqlite in memory testing is no longer supported, it should be mentioned in the documentation. If it is supported, there needs to be some parameter in the settings to use liveserver without multithreading. Or just make a new class liveservermultithreaded."	Bug	closed	Testing framework	2.0	Normal	fixed	sqlite, testing, databases		Ready for checkin	1	0	0	0	0	0
