Opened 7 years ago
Closed 7 years ago
#28260 closed New feature (fixed)
Add settings to specify initial and autoextend size of the Oracle tablespaces datafiles used for tests
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | oracle test |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It could be worth to add new test settings to specified initial and autoextend size of the Oracle tablespaces datafiles used for tests, e.g.:
TEST.DATAFILE_SIZE
,
TEST.DATAFILE_EXTSIZE
,
TEST.DATAFILE_TMP_SIZE
,
TEST.DATAFILE_TMP_EXTSIZE
,
We can avoid test tablespace datafile autoextend which can be painful in a big test suites.
Change History (3)
comment:1 by , 7 years ago
Summary: | Test settings to specified initial and autoextend size of the Oracle tablespaces datafiles used for tests → Add settings to specify initial and autoextend size of the Oracle tablespaces datafiles used for tests |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 7 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
PR