azure-pipelines-tasks: PublishTestResults@2 version 2.170.0 fails to upload tasks due to missing PTR_TEST_RUNSUMMARY.json file

Question, Bug, or Feature?
Bug

Enter Task Name: PublishTestResults@2

Environment

  • Server - Azure Pipelines

    • If using Azure Pipelines, provide the account name, team project name, build definition name/build number: Account: MQAutomate Team Project Name: MOSAIQLab Build Definition Name: Prereq Test Build number - all
  • Agent - Private (VM Environment) on Windows Servers:

Issue Description

Task version 2.170.0 fails to upload tasks, even though it completes successfully.

“Normal” log:

C:\azagent\A1\_work\_tasks\PublishTestResults_0b0f01ed-7dde-43ff-9cbb-e48954daf9b1\2.170.0\modules\TestResultsPublisher.exe @C:\azagent\A1\_work\_temp\40166ab0-a773-11ea-b9d3-91ff84b586bc.txt 
Finishing: Upload test reports 

With diagnostic logs on, we see the following:

##[debug]Exit code 2148734720 received from tool 'C:\azagent\A1\_work\_tasks\PublishTestResults_0b0f01ed-7dde-43ff-9cbb-e48954daf9b1\2.170.0\modules\TestResultsPublisher.exe' 
##[debug]STDIO streams have closed for tool 'C:\azagent\A1\_work\_tasks\PublishTestResults_0b0f01ed-7dde-43ff-9cbb-e48954daf9b1\2.170.0\modules\TestResultsPublisher.exe' 
##[debug]Exit code of TestResultsPublisher: 2148734720 
##[debug]Agent.Version=2.169.1 
##[debug]Agent.TempDirectory=C:\azagent\A1\_work\_temp 
##[debug]Unable to publish the test run summary to evidencestore, error details:Error: ENOENT: no such file or directory, open 'C:\azagent\A1\_work\_temp\PTR_TEST_RUNSUMMARY.json' 
##[debug]task result: Succeeded 

It appears that the code is looking for the PTR_TEST_RUNSUMMARY.json but this file does not exists. I took a quick scan through the repo and can only find this instance of reading the file - but not where the file is produced.

Task logs

Inline above.

Troubleshooting

Checkout how to troubleshoot failures and collect debug logs: https://docs.microsoft.com/en-us/vsts/build-release/actions/troubleshooting

Error logs

No error logs.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 16 (13 by maintainers)

Most upvoted comments

@navin22 just emailed logs to you