Closed
Description
Is there any way to figure out, why this run failed?
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
Labels
No labels