Opened 6 years ago

Last modified 5 years ago

#29043 closed Cleanup/optimization

test --keepdb says "Using existing test database" even if it's run for the first time — at Version 1

Reported by: karyon Owned by: nobody
Component: Database layer (models, ORM) Version: 2.0
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by karyon)

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.

Change History (1)

comment:1 by karyon, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top