Opened 14 years ago
Closed 14 years ago
#14269 closed (duplicate)
It is impossible to run full Django test suite on Oracle because there is 100m maxsize limit for test tablespace
Reported by: | Andrii Kurinnyi | Owned by: | Andrii Kurinnyi |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | 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
If you are trying to run full django test suite on Oracle 10g or 11g,
database throws an error that it is unable to allocate enough space.
Bumping up limits up to 1000m fixes it.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | oracle_tests.diff added |
---|
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was duplicated and then closed (with an almost identical patch) as #14630.