Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Suite fails to execute when there are many transaction invalidators #834

Closed
@jgebal

Description

@jgebal

When runnign a test suite with default transaction control (automatic) and there are many places where transaction control is issued, an unhandled exception is raised.

ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "UT3.UT_SUITE_ITEM", line 88
ORA-06512: at "UT3.UT_SUITE_ITEM", line 73
ORA-01086: savepoint 'gZxGhD/5YqDgU26O8AqlQg==' never established in this session or is invalid
ORA-06512: at "UT3.UT_RUNNER", line 157
ORA-06512: at "UT3.UT", line 123
ORA-06512: at "UT3.UT", line 429
ORA-06512: at "UT3.UT", line 540
ORA-06512: at line 2
ORA-06512: at "UT3.UT_SUITE_ITEM", line 88
ORA-06512: at "UT3.UT_SUITE_ITEM", line 73
ORA-06512: at "UT3.UT_SUITE", line 77
ORA-06512: at "UT3.UT_SUITE_ITEM", line 49
ORA-06512: at "UT3.UT_LOGICAL_SUITE", line 51
ORA-06512: at "UT3.UT_SUITE_ITEM", line 49
ORA-06512: at "UT3.UT_LOGICAL_SUITE", line 51
ORA-06512: at "UT3.UT_RUN", line 66
ORA-06512: at "UT3.UT_SUITE_ITEM", line 49
ORA-06512: at "UT3.UT_RUNNER", line 149
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "UT3.UT_SUITE_ITEM", line 88
ORA-06512: at "UT3.UT_SUITE_ITEM", line 73
ORA-01086: savepoint 'gZxGhD/5YqDgU26O8AqlQg==' never established in this session or is invalid

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions