It appears the test database, test_GFJOM_prada_, already exists. Type
'yes' to delete it, or 'no' to cancel:
}}}
To me this seems that the error ('you are not allowed to create a db
because you have no privs for that" is mistaken for "the db already exists
thus you cannot make it"
--
Ticket URL: <https://code.djangoproject.com/ticket/25898>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/25898#comment:1>
Comment (by aaugustin):
As a workaround, you can try `manage.py test --keep-db`. I'm not saying
this is the ideal resolution of this ticket. I'm just trying to give you a
way forwards while we figure out a solution.
--
Ticket URL: <https://code.djangoproject.com/ticket/25898#comment:2>
* stage: Unreviewed => Accepted
Comment:
Code in question:
https://github.com/django/django/blob/1aa8bf9b43bbc214770389b9b8d084552040fa44/django/db/backends/oracle/creation.py#L37-L48
--
Ticket URL: <https://code.djangoproject.com/ticket/25898#comment:3>
* owner: nobody => felixxm
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/25898#comment:4>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/8015 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/25898#comment:5>
* stage: Accepted => Ready for checkin
Comment:
I think the PR is almost good to go, left minor style comments.
--
Ticket URL: <https://code.djangoproject.com/ticket/25898#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"965f678a39b79f8e0bdc8222df094916fd7f8ed4" 965f678a]:
{{{
#!CommitTicketReference repository=""
revision="965f678a39b79f8e0bdc8222df094916fd7f8ed4"
Fixed #25898 -- Made test database/user creation on Oracle reraise
unexpected errors.
Thanks Shai Berger and Tim Graham for review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25898#comment:7>