﻿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
29043	"test --keepdb says ""Using existing test database"" even if it's run for the first time"	karyon	Hasan Ramezani	"The title says it, `test --keepdb` says `Using existing test database for alias` even if that option hasn't been used before and there is no db to reuse.

besides, in my project the full output is

{{{
Using existing test database for alias 'default'...
Cache table 'evap_db_cache' already exists.
System check identified no issues (0 silenced).
<snip>
}}}

i think the second line is weird and provides no value, i think it can simply be removed. "	Cleanup/optimization	closed	Database layer (models, ORM)	2.0	Normal	wontfix			Accepted	1	0	0	0	0	0
