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 Tim Graham, 7 years ago

Summary: Test settings to specified initial and autoextend size of the Oracle tablespaces datafiles used for testsAdd settings to specify initial and autoextend size of the Oracle tablespaces datafiles used for tests
Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 7 years ago

Has patch: set

comment:3 by GitHub <noreply@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 516b766:

Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle.

Thanks Tim Graham for the review.

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