﻿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
13172	multiple_database test failure after changeset 12755	Gabriel Hurley	Gabriel Hurley	"I'm getting a failure from the `multiple_database.QueryTestCase.test_subquery` unit test, line 669: `self.assertRaises(ValueError, list, qs)`

The QuerySet is evaluating to an empty list rather than raising a ValueError.

This test was added recently ([12755]) in response to #12717. The reporter notes ""To trigger this, you need a ""default"" and an ""other"" database setup, and they both can't be sqlite"".

Since I'm using sqlite for both databases I'm guessing that's why the test is failing for me, but the test ought to be modified so that it doesn't fail for an all sqlite multi-DB setup.

Sorry I don't have a patch immediately. It should be a quick fix, but I'm in the middle of something else."		closed	Database layer (models, ORM)	dev		invalid	multiple_database, test_subquery		Unreviewed	0	0	0	0	0	0
