Fix file mapping of the test files #19
Merged
Azure Pipelines / utPLSQL.utPLSQL-demo-sqlcl-liquibase-cicd
failed
May 18, 2024 in 2m 27s
Build #20240518.1 had test failures
Details
- Failed: 2 (16.67%)
- Passed: 9 (75.00%)
- Other: 1 (8.33%)
- Total: 12
- 11 of 11 lines covered (100.00%)
Annotations
Check failure on line 11 in Build log
azure-pipelines / utPLSQL.utPLSQL-demo-sqlcl-liquibase-cicd
Build log #L11
Variables are missing. Please make sure that you are running the Prepare task before running the Analyze task.
Make sure you are not mixing tasks from different major versions. If you are using a multistage pipeline, make sure the tasks are in the same stage.
Check failure on line 1 in A demo of test raising runtime exception
azure-pipelines / utPLSQL.utPLSQL-demo-sqlcl-liquibase-cicd
A demo of test raising runtime exception
Test failed
Raw output
ORA-06502: PL/SQL: numeric or value error: character to number conversion error
ORA-06512: at "UT3_DEMO.TEST_BETWNSTR", line 25
ORA-06512: at "UT3_DEMO.TEST_BETWNSTR", line 25
ORA-06512: at line 6
Check failure on line 1 in A demo of failing test
azure-pipelines / utPLSQL.utPLSQL-demo-sqlcl-liquibase-cicd
A demo of failing test
Test failed
Raw output
Actual: '1234567' (varchar2) was expected to equal: '1' (varchar2)
at "UT3_DEMO.TEST_BETWNSTR.BAD_TEST", line 31 ut.expect( betwnstr( '1234567', 0, 500 ) ).to_( equal('1') );
Loading