Opened 14 years ago

Closed 13 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)

oracle_tests.diff (879 bytes ) - added by Andrii Kurinnyi 14 years ago.

Download all attachments as: .zip

Change History (3)

by Andrii Kurinnyi, 14 years ago

Attachment: oracle_tests.diff added

comment:1 by Paul McMillan, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Russell Keith-Magee, 13 years ago

Resolution: duplicate
Status: newclosed

This was duplicated and then closed (with an almost identical patch) as #14630.

Note: See TracTickets for help on using tickets.
Back to Top