Azure开发版本发布测试执行中止

时间:2019-04-25 04:53:25

标签: azure-devops azure-pipelines coded-ui-tests

每当我尝试使用Azure构建-发布管道在本地代理计算机中运行编码的UI测试时,自昨天以来,我的测试都将中止。在发布管道和构建定义上,我什么都没改变。

以下是我在发布管道测试运行控制台中收到的错误消息:-

2019-04-24T06:48:27.4475294Z test settings id : 1026822
2019-04-24T06:48:27.4475397Z Build location: C:\agent\_work\r1\a
2019-04-24T06:48:27.4475515Z Build Id: 5133
2019-04-24T06:48:28.0903047Z Test run with Id 1038940 associated
2019-04-24T06:48:37.6929302Z Received the command : Start
2019-04-24T06:48:37.6944608Z TestExecutionHost.ProcessCommand. Start Command handled
2019-04-24T06:48:58.8010958Z Received the command : Stop
2019-04-24T06:48:58.8011508Z TestExecutionHost.ProcessCommand. Stop Command handled
2019-04-24T06:48:58.8011845Z SliceFetch Aborted. Moving to the TestHostEnd phase
2019-04-24T06:48:58.9585180Z Please use this link to analyze the test run : 'test run URL'
2019-04-24T06:48:58.9585816Z Test run '1038940' is in 'Aborted' state with 'Total Tests' : 3 and 'Passed Tests' : 0.
2019-04-24T06:48:58.9604537Z ##[error]Test run is aborted. Logging details of the run logs.
2019-04-24T06:48:58.9606187Z ##[error]System.Exception: The test run was aborted, failing the task.
2019-04-24T06:48:59.0826921Z ##########################################################################
2019-04-24T06:48:59.1608855Z ##[section]Finishing: Test run for Test plans

我正在运行过去6个月的测试,但是我没有在构建或发布管道上进行任何更改,并且突然在触发运行时,我在azure发布管道测试运行控制台上收到了以上错误。

注意:这是从昨天(2019年4月24日)开始发生的。直到星期一(2019年4月22日)一切正常。

我认为Microsoft端可能会有一些更改,但是我不确定。 我正在Windows 10环境中运行测试。

0 个答案:

没有答案