#30087 closed Bug (fixed)
The error handling logic for empty default db config isn't tested
Reported by: | Benjy Weinberger | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 2.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Currently there is a test for the case of an entirely empty DATABASES setting, but not for the case of a DATABASES setting that contains an entry for DEFAULT_DB_ALIAS, but that entry is itself empty.
Change History (3)
comment:5 by , 6 years ago
Component: | Uncategorized → Database layer (models, ORM) |
---|---|
Type: | Uncategorized → Bug |
Note:
See TracTickets
for help on using tickets.
PR