Skip to content

Fix file mapping of the test files #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2024

Fix file mapping of the test files

44b99fd
Select commit
Loading
Failed to load commit list.
Merged

Fix file mapping of the test files #19

Fix file mapping of the test files
44b99fd
Select commit
Loading
Failed to load commit list.
Azure Pipelines / utPLSQL.utPLSQL-demo-sqlcl-liquibase-cicd failed May 18, 2024 in 2m 27s

Build #20240518.1 had test failures

Details

Tests

  • Failed: 2 (16.67%)
  • Passed: 9 (75.00%)
  • Other: 1 (8.33%)
  • Total: 12
Code coverage

  • 11 of 11 lines covered (100.00%)

Annotations

Check failure on line 11 in Build log

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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') );