microsoft / azure-devops-engineering-extensions

AzureDevOps marketplace extension that contains various engineering oriented Pipeline tasks
MIT License
19 stars 19 forks source link

Incorrect duration seen in report sent though Email task in Azure devops pipeline #69

Open akumarche opened 2 years ago

akumarche commented 2 years ago

We are running several Tosca test suits though Azure devops pipeline. We have configured email task to send email test report after pipeline job completion.

Out of many pipelines that we are running, there is one pipeline that is displaying incorrect duration. The duration of pipeline is 31m and but it displays 1h32m. (Snapshot attached).We can see the correct duration if we go inside the job in the pipeline.

We are seeing this issue consistently from months. Is there anything we could do to correct this? All other pipeline display correct duration.

Please see https://developercommunity.visualstudio.com/t/Incorrect-duration-seen-in-report-sent-t/1658802 for more details I am also attaching Azure debug logs and yml file of pipeline definition email job azure-pipelines-yml.txt

debug_logs.txt

akumarche commented 2 years ago

Any update on this ticket?