Max
Max

Reputation: 175

VS Test fail in Azure DevOps while all tests are sucessed

After we upgrade to VS2019 and use VS test task v2.0 in Azure DevOps, our test task keeps failing with the following message:

enter image description here

Our Visual Studio 2019 is version: 16.2.5

The task version is: Visual Studio Test 2.157.3

What's wrong with the VS test task?

Update, the error message is:

[error]Error: The process 'C:\BldWorkarea\SLB1_VSTS\ZhouShuRen_work_tasks\VSTest_ef087383-ee5e-42c7-9a53-ab56c98420f9\2.157.3\Modules\DTAExecutionHost.exe' failed with exit code 1

Upvotes: 1

Views: 3378

Answers (1)

Leo Liu
Leo Liu

Reputation: 76928

VS Test fail in Azure DevOps while all tests are sucessed

It seems the issue for the version of that VS test task. You can check the following ticket for some more details:

VSTest 2.154.0\Modules\DTAExecutionHost.exe' failed with exit code 1

As workaround, you can switch the task back to V1.

Hope this helps.

Upvotes: 1

Related Questions