Samuel Nitsche

Results 68 comments of Samuel Nitsche

Why do you think it is mandatory for UT3 to create any context? The framework doesn't use Oracle CONTEXT at all, so why should we add it? It will also...

Hey @viktorov-aa at the moment, we are not planning to add parallelism support to the framework, because it will add a lot of complexity (especially regarding the testing of the...

See also https://github.com/utPLSQL/utPLSQL/issues/881

Thank you for bringing this up! Seems the bug might still exist in the latest version

We probably should state this in the documentation.

It's clear that we won't be able to abort tests after a given timeout. But what do you think about the following: New annotation `--%fail_on_overtime(TimeInMilliSeconds)` The test will not abort...

By specifying `--%fail_on_overtime` I would make a specific performance metric into a condition of "passes the test". I don't see the value in treating performance checks different to other checks....

While I like `--%timeout` for its shortness, it will make additional education necessary, because the annotation will *not* cause a timeout (in matters of aborting) after the given time. I'd...

Hi @mrhawk555 , IMO this is what we call "flaky" tests - tests that sometimes work and sometimes not. It is highly discouraged among the tester community to accept flaky...

For it's not possible in Oracle to have CREATE/DROP Privileges for specific Schemas but only the very powerful CREATE ANY PROCEDURE etc. we couldn't go with any of the given...