Opened 7 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 Initial Version
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
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).
...
`
i think the second line is weird and provides no value, i think it can simply be removed.
Note:
See TracTickets
for help on using tickets.