Skip to content

Executing utplsql cli from Azure results in exit code 1 #188

Closed
@TobiasDo1

Description

@TobiasDo1

Is there any way to figure out, why this run failed?

image

It is being executed on Azure server via pipeline.

The command is:
utplsql run <connection_detials> --tags=portal -d=true -f=ut_tfs_junit_reporter -o=ut_tests.xml -f=ut_coverage_cobertura_reporter -o=x_cobertura.xml

Observations I made:

  • Running the same locally on server does not raise any error, while the Azure Pipelines Agent does use the same account I tested it with locally. So should behave identically.
  • If I change tags to some other value (with other packages inlcuded), it does work.
  • 'Portal' tag does include 118 packages.
  • parameter -d is already being set to true

How to get more debug info? Any help is appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions