Lukasz Wasylow

Results 6 issues of Lukasz Wasylow

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...

enhancement
discussion
idea

Consider enable of parallelism inside framework using dbms parallel, job_chains etc. What are pros and cons.

enhancement

When executing tests via CLI I receiving a following error: ```Use connection string jdbc:oracle:thin:****/****@127.0.0.1:1551/ORCLCDB Successfully connected to database. UtPLSQL core: v3.1.11.3380-develop Oracle-Version: 19.0.0.0.0 java.lang.NoClassDefFoundError: com/sun/nio/zipfs/ZipPath at org.utplsql.api.ResourceUtil.getListOfChildren(ResourceUtil.java:64) at org.utplsql.api.reporter.CoverageHTMLReporter.writeReportAssetsTo(CoverageHTMLReporter.java:66) at...

This is to allow to add a comments into a types bodies as per packages e.g. ``` /******************************************************************************** * Member function that prints to file all report instances and return...

Is there a chance to include a type specs and body to be analyzed for member procedures , constructors etc. ? E,g, - member procedure print_red_text(self in out nocopy ut_console_reporter_base,...

enhancement

When parsing the body seems like apache license info on top in certain scenarios causing issue e.g. attached (shortend version) ```sql create or replace package ut authid current_user as /*...

bug