utPLSQL-cli icon indicating copy to clipboard operation
utPLSQL-cli copied to clipboard

Command line client for invoking utPLSQL

Results 35 utPLSQL-cli issues
Sort by recently updated
recently updated
newest added

Hi! tried to run a report via utplsql-cli like that: `utplsql.bat run login/pass@tns -f=ut_coverage_html_reporter -o=report.html` and get an error: `jdbc:oracle:oci8:****/****@tns: no ocijdbc12 in java,library.path jdbc:oracle:oci8:****/****@tns: Unknown host specified` Running like...

enhancement

While we still want to compile cli with JDK 8, we want to assure its compatibility with java 8, 9, 10, 11, 12. All Oracle versions supported by utPLSQL are...

enhancement

Hi I am calling utplsql-cli via GitHub Actions on a runner server on OCI as ADMIN user. I pass in multiple schemas to be processed and am writing the documentation...

At the moment, there is no Github Actions workflow to create release artifacts. What it should include: - update utplsql-cli.version - mvn package verify jar:jar appassembler:assemble - make sure jar...

Hello, I get the error message above regularly after two or three succesfull testings. Then I have two or three unsuccesful tries with the Oracle Driver stucks, after that in...

Is they any way we can get the UTPLSQL historical runs by using RUN ID which gets generated automatically and their coverage using the inbuilt tables of UTPLSQL. used the...

question

Hi all, I do have a problem, when executing utplsql based on a tag. This is what I am executing: `utplsql run /@:/ --tags=erudities --debug -f=ut_coverage_cobertura_reporter -o=hex_cc_erudities.xml -s --failure-exit-code=0` And...

As mentioned in https://github.com/utPLSQL/utPLSQL-cli/issues/188 the new command-line library doesn't support single-dash, multi-char arguments. Multi-Char args need to be prefixed with double-dash `--` So we should remove all multi-char, single-dash options...

bug

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