#25421 closed Bug (fixed)
Twice run tests with --keepdb option in Oracle fails
| Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | 1.8 |
| Severity: | Normal | Keywords: | Oracle test keepdb |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Twice run tests with --keepdb option in Oracle fails
Using existing test database for alias 'default'... Failed (ORA-01543: tablespace 'TEST_DJANGO_TEST' already exists )
To reproduce this:
- run test with keepdb option: ./manage.py test --keepdb
- repeat it
Change History (9)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
comment:4 by , 10 years ago
| Patch needs improvement: | set |
|---|
Shai and I left some comments for improvement.
comment:5 by , 10 years ago
I made a little mess in 5312 PR with rebase, and I need to close it. New one is open PR and ready to check I have followed your comments.
comment:6 by , 10 years ago
| Patch needs improvement: | unset |
|---|
Note:
See TracTickets
for help on using tickets.
Note that the Oracle backend has had, for a very long time, the
CREATE_DBandCREATE_USERtest settings that let you achieve an effect similar to--keepdb.