utPLSQL-cli
utPLSQL-cli copied to clipboard
Command line client for invoking utPLSQL
In line 85 the double quotes are missing for the JAVACMD variable. I need to use the client in a non accessible build agent server environment remotely where java home...
While all necessary information is available, it might help folks new to cli to have a comprehensive list of usage examples - Using suite-path instead of package - call tests...
Just like described in #88, if the tnsnames.ora file is not located in ORACLE_HOME/network/admin it is not found, which will result in the error described in #88. If the Oracle...
When I run `utPLSQL-cli` with multiple reporters and outputs like: ``` time utPLSQL-cli/bin/utplsql run ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@${CONNECTION_STR} \ -source_path=source -owner=ut3 \ -test_path=test -c \ -f=ut_sonar_test_reporter -o=test_results.xml \ -f=ut_junit_reporter -o=junit_test_results.xml \ -f=ut_tfs_junit_reporter -o=tfs_test_results.xml...
We should make sure cli works against all supported Oracle versions
If you run a larger set of tests it might be useful to indicate the current progress (n of m tests run) in the active console line (if Output is...
Hey, I downloaded latest distribution of utPLSQL-cli and tried to execute it on my local environment. I copied ojdbc8.jar as was written in README and even orai18n.jar from Oracle website...
We have here an enterprise application with more than 1000 packages, functions and procedures with over 1 million LoC in one of the schemas. We have created one fresh test...
A call with the following parameters ``` -source_path=test/bar/src/main/resources/db/oracle/repeatable/ -regex_expression=".*(\\|\/)((\w+)\.)?(\w+)\.(\w{3})" -owner_subexpression=3 -name_subexpression=4 -type_subexpression=5 -test_path=test/bar/src/test/resources/db/oracle/repeatable/ -regex_expression=".*(\\|\/)((\w+)\.)?(\w+)\.(\w{3})" -owner_subexpression=3 -name_subexpression=4 -type_subexpression=5 ``` will result in different build_file_mappings on linux and windows. Windows: `.*(\\|\/)(\w+)(\\|\/)(\w+)(\\|\/)R__[0-9.]+_(\w+).(\w{3})` (correct)...