8000 Possible introduction of performance criteria to tests. · Issue #698 · utPLSQL/utPLSQL · GitHub
[go: up one dir, main page]

Skip to content
8000
Possible introduction of performance criteria to tests.  #698
Open
@lwasylow

Description

@lwasylow

We could introduce new annotation that could define a performance criteria regarding time execution of test. E.g. - - %timelimit(5s).
This could fail the test after it passes the criteria regarding of the assertion result.
We should allow to pass probably at least two time units : s as seconds and ms as millisecond.
currently discussed solution was

  1. use resource manager - this got implications of higher privs required to be granted to framework owner. https://blog.pythian.com/oracle-limiting-query-runtime-without-killing-the-session/
    This could be possibly added as optional feature in installation step to allow users who are not able to install with more grants.
  2. executables to start running as plsql tasks https://oracle-base.com/articles/11g/dbms_parallel_execute_11gR2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0