我有以下问题。
我在 tfs 构建服务器(TFS 2010)上有一个自动构建设置
构建定义的工作区包含我配置为构建的 2 个解决方案
构建时,构建需要很长时间才能完成(超过 35 分钟)
经过一番搜索,我发现 MStest 导致构建需要很长时间。我在 MStest.exe ( http://my2centsontfs.blogspot.be/2012/03/enabling-logging-on-mstestexe.html )上启用了日志记录(请参阅本文末尾的日志的缩短版本)和我看到在某一点上一切都非常顺利。然后在 30 分钟内,日志每 20 秒仅吐出以下 2 条语句:
V, 1368, 15, 2012/08/03, 11:22:17.542, IXB20725TFB431\MSTest.exe, ControllerExecution: 向监听器发送心跳 V, 1368, 15, 2012/08/03, 11:22:37.541, IXB20725TFB431\ MSTest.exe,LocalRunMessageListener:RestartTimer
在这 30 分钟之后,MsTest 继续工作 1 分钟,并以代码 1 退出。然后我的构建完成。
我不知道以下是否相关,但只是为了完整:
其中一种解决方案包含 XUnit 测试
我已经在构建服务器上安装了 VS(2010),还有一个插件可以在 VS(或 tfs)中运行 XUnit 测试,它被称为 XUnitForVS,可以在这里找到:http: //xunit.codeplex.com/ workitem/5648(我已经安装了 1.2 版)。在 VS 中运行测试不是问题。
多亏了这个插件,自动构建会选择我的 XUnit 测试并运行它们
谁能解释在 MSTest 似乎什么也没做的那 30 分钟内发生了什么。我该如何解决这个问题。我的构建 + 测试实际上应该只需要 35 - 30 = 5 分钟。
谢谢
僵硬
我的(由于实际日志文件为 7MB 而缩短)MStest 日志文件:
V, 1368, 1, 2012/08/03, 10:53:25.318, IXB20725TFB431\MSTest.exe, Runner.Main: starting...
V, 1368, 1, 2012/08/03, 10:53:25.725, IXB20725TFB431\MSTest.exe, Tmi:Tmi
I, 1368, 1, 2012/08/03, 10:53:25.896, IXB20725TFB431\MSTest.exe, New test type record: {13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}
V, 1368, 1, 2012/08/03, 10:53:25.896, IXB20725TFB431\MSTest.exe, Test type {13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}: Satellite DLL found OK
I, 1368, 1, 2012/08/03, 10:53:25.896, IXB20725TFB431\MSTest.exe, Test type {13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}: TIP 'Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestTip, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Tip, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
V, 1368, 1, 2012/08/03, 10:53:25.912, IXB20725TFB431\MSTest.exe, Test type {13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}: Satellite DLL loaded OK
V, 1368, 1, 2012/08/03, 10:53:25.912, IXB20725TFB431\MSTest.exe, Test type {13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}: assosiated with editor {00000000-0000-0000-0000-000000000000}
I, 1368, 1, 2012/08/03, 10:53:25.912, IXB20725TFB431\MSTest.exe, New test type record: {3451566b-e89a-4b09-ac24-6cb67cfb8a04}
W, 1368, 1, 2012/08/03, 10:53:25.912, IXB20725TFB431\MSTest.exe, TestType: {3451566b-e89a-4b09-ac24-6cb67cfb8a04}: Cannot load a Satellite DLL because the Registry Value 'SatelliteBasePath' cannot be found. Will attempt to use default values for name and icon.
V, 1368, 1, 2012/08/03, 10:53:25.912, IXB20725TFB431\MSTest.exe, Test type {3451566b-e89a-4b09-ac24-6cb67cfb8a04}: Satellite DLL found OK
I, 1368, 1, 2012/08/03, 10:53:25.912, IXB20725TFB431\MSTest.exe, Test type {3451566b-e89a-4b09-ac24-6cb67cfb8a04}: TIP 'XUnitForVS.UnitTestTip, XUnitForVS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
W, 1368, 1, 2012/08/03, 10:53:26.053, IXB20725TFB431\MSTest.exe, TestType: XUnit Test for VS, {3451566b-e89a-4b09-ac24-6cb67cfb8a04}: No VsEditor was defined for this TestType. This situation should be examined and probably corrected before shipping.
I, 1368, 1, 2012/08/03, 10:53:26.053, IXB20725TFB431\MSTest.exe, New test type record: {7a24f8ff-85da-d664-ef44-83ff4743dae6}
V, 1368, 1, 2012/08/03, 10:53:26.053, IXB20725TFB431\MSTest.exe, Test type {7a24f8ff-85da-d664-ef44-83ff4743dae6}: Satellite DLL found OK
I, 1368, 1, 2012/08/03, 10:53:26.053, IXB20725TFB431\MSTest.exe, Test type {7a24f8ff-85da-d664-ef44-83ff4743dae6}: TIP 'Microsoft.VisualStudio.TestTools.TestTypes.Manual.ManualTestTip, Microsoft.VisualStudio.QualityTools.Tips.ManualTest.Tip, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
V, 1368, 1, 2012/08/03, 10:53:26.053, IXB20725TFB431\MSTest.exe, Test type {7a24f8ff-85da-d664-ef44-83ff4743dae6}: Satellite DLL loaded OK
V, 1368, 1, 2012/08/03, 10:53:26.053, IXB20725TFB431\MSTest.exe, Test type {7a24f8ff-85da-d664-ef44-83ff4743dae6}: assosiated with editor {0cc3387e-c1f8-96de-b5fd-a93d48110d16}
I, 1368, 1, 2012/08/03, 10:53:26.053, IXB20725TFB431\MSTest.exe, New test type record: {982b8c01-1a8a-48f5-b98a-67ee64bc8687}
V, 1368, 1, 2012/08/03, 10:53:26.053, IXB20725TFB431\MSTest.exe, Test type {982b8c01-1a8a-48f5-b98a-67ee64bc8687}: Satellite DLL found OK
I, 1368, 1, 2012/08/03, 10:53:26.053, IXB20725TFB431\MSTest.exe, Test type {982b8c01-1a8a-48f5-b98a-67ee64bc8687}: TIP 'Microsoft.VisualStudio.TestTools.TestTypes.Generic.GenericTestTip, Microsoft.VisualStudio.QualityTools.Tips.GenericTest.Tip, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
..BLABLABLA...
V, 1368, 24, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Common.TestMessage>(ControllerExecution.TestMessageSender)+ExternalJob.ProcessJob: successfully invoked job processor for job 'run id {78ddd80e-17b2-4055-b4bd-4a56c6b8054d}, test 'CanWriteLog' with id c99d2be9-9a58-4724-9e5e-cf266a199b82: MessageKind: Result, Outcome: Passed'
V, 1368, 25, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, LocalRunMessageListener.OnProcessReceivedTestMessage: Handling message 'run id {78ddd80e-17b2-4055-b4bd-4a56c6b8054d}, test 'CanWriteLog' with id c99d2be9-9a58-4724-9e5e-cf266a199b82: MessageKind: Result, Outcome: Passed'
V, 1368, 25, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
V, 1368, 25, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, Tmi.AddOrUpdateResult: AcceptChanges: started.
V, 1368, 25, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, Tmi.AddOrUpdateResult: AcceptChanges: finished.
V, 1368, 25, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, LocalRunMessageListener.OnProcessReceivedTestMessage: Handling message 'Run {78ddd80e-17b2-4055-b4bd-4a56c6b8054d}, Test {c99d2be9-9a58-4724-9e5e-cf266a199b82}: Completed'
V, 1368, 25, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
V, 1368, 25, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, AggregationManager: No collector event sink for Session '{78ddd80e-17b2-4055-b4bd-4a56c6b8054d}'; no need to raise data collection event.
V, 1368, 25, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, LocalRunMessageListener.OnProcessReceivedTestMessage: Handling message 'Run {78ddd80e-17b2-4055-b4bd-4a56c6b8054d}, Test {8e12d9e6-017d-40e1-af89-1f802cc1b119}: Started'
V, 1368, 25, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
V, 1368, 25, 2012/08/03, 10:54:49.833, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Common.TestMessage>(LocalRunMessageListener.TestMessageReceiver)+ExternalJob.ProcessJob: successfully invoked job processor for job 'Microsoft.VisualStudio.TestTools.Common.TestMessageBulk'
V, 1368, 15, 2012/08/03, 10:54:57.552, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
V, 1368, 15, 2012/08/03, 10:54:57.552, IXB20725TFB431\MSTest.exe, ControllerExecution: Sent heartbeat to listeners
V, 1368, 15, 2012/08/03, 10:55:17.552, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
V, 1368, 15, 2012/08/03, 10:55:17.552, IXB20725TFB431\MSTest.exe, ControllerExecution: Sent heartbeat to listeners
V, 1368, 15, 2012/08/03, 10:55:37.552, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
V, 1368, 15, 2012/08/03, 10:55:37.552, IXB20725TFB431\MSTest.exe, ControllerExecution: Sent heartbeat to listeners
V, 1368, 15, 2012/08/03, 10:55:57.552, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
... continues during 30minutes every 20 seconds...
V, 1368, 15, 2012/08/03, 11:23:37.541, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
V, 1368, 15, 2012/08/03, 11:23:37.541, IXB20725TFB431\MSTest.exe, ControllerExecution: Sent heartbeat to listeners
V, 1368, 15, 2012/08/03, 11:23:57.541, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
V, 1368, 15, 2012/08/03, 11:23:57.541, IXB20725TFB431\MSTest.exe, ControllerExecution: Sent heartbeat to listeners
V, 1368, 15, 2012/08/03, 11:24:17.541, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
V, 1368, 15, 2012/08/03, 11:24:17.541, IXB20725TFB431\MSTest.exe, ControllerExecution: Sent heartbeat to listeners
V, 1368, 15, 2012/08/03, 11:24:37.541, IXB20725TFB431\MSTest.exe, LocalRunMessageListener: RestartTimer
V, 1368, 15, 2012/08/03, 11:24:37.541, IXB20725TFB431\MSTest.exe, ControllerExecution: Sent heartbeat to listeners
V, 1368, 116, 2012/08/03, 11:24:50.025, IXB20725TFB431\MSTest.exe, BackgroundSpecialJobProcessor<Microsoft.VisualStudio.TestTools.Controller.ReceivedTestMessageWrapper>(ControllerExecution.TestMessageReceiver).TryEnqueueJob: invoking special job checker for job 'ReceivedTestMessageWrapper for test message 'run id {78ddd80e-17b2-4055-b4bd-4a56c6b8054d}, test 'StartAndStopServiceAsInLiveEnvironment' with id 8e12d9e6-017d-40e1-af89-1f802cc1b119: MessageKind: Result, Outcome: Timeout' from agent 'IXB20725TFB431''
V, 1368, 116, 2012/08/03, 11:24:50.025, IXB20725TFB431\MSTest.exe, BackgroundSpecialJobProcessor<Microsoft.VisualStudio.TestTools.Controller.ReceivedTestMessageWrapper>(ControllerExecution.TestMessageReceiver).TryEnqueueJob: successfully invoked special job checker for job 'ReceivedTestMessageWrapper for test message 'run id {78ddd80e-17b2-4055-b4bd-4a56c6b8054d}, test 'StartAndStopServiceAsInLiveEnvironment' with id 8e12d9e6-017d-40e1-af89-1f802cc1b119: MessageKind: Result, Outcome: Timeout' from agent 'IXB20725TFB431''
V, 1368, 116, 2012/08/03, 11:24:50.025, IXB20725TFB431\MSTest.exe, BackgroundSpecialJobProcessor<Microsoft.VisualStudio.TestTools.Controller.ReceivedTestMessageWrapper>(ControllerExecution.TestMessageReceiver).TryEnqueueJob: isSpecial = False
V, 1368, 116, 2012/08/03, 11:24:50.025, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Controller.ReceivedTestMessageWrapper>(ControllerExecution.TestMessageReceiver).TryEnqueueJob: Queuing job 'Type Microsoft.VisualStudio.TestTools.Controller.ReceivedTestMessageWrapper: ReceivedTestMessageWrapper for test message 'run id {78ddd80e-17b2-4055-b4bd-4a56c6b8054d}, test 'StartAndStopServiceAsInLiveEnvironment' with id 8e12d9e6-017d-40e1-af89-1f802cc1b119: MessageKind: Result, Outcome: Timeout' from agent 'IXB20725TFB431''
...BLABLABLA...
V, 1368, 118, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, LocalControllerProxy: TestRunFinished.
V, 1368, 118, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, LocalControllerProxy: TestRunFinished: disconnecting listener...
I, 1368, 118, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, LocalRunMessageListener.Dispose: Disconnecting the listener.
V, 1368, 116, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry>(ControllerObject.RunQueueMessageProcessor)+ExternalJob.ProcessJob: invoking job processor for job 'Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry'
V, 1368, 116, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry>(ControllerObject.RunQueueMessageProcessor)+ExternalJob.ProcessJob: successfully invoked job processor for job 'Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry'
V, 1368, 118, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, LocalControllerProxy: StopProcess.
V, 1368, 23, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Common.TestMessage>(LocalRunMessageListener.TestMessageReceiver).DoAbort: Clearing 0 queued jobs and 0 jobs waiting to be queued
V, 1368, 118, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, LocalControllerProxy: Shutting down agent processes
I, 1368, 118, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, OutOfProcessStrategy: received Shutdown command.
V, 1368, 118, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, OutOfProcessStrategy.StopMonitorThread: starting.
V, 1368, 118, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, OutOfProcessStrategy.StopMonitorThread: set m_monitorStopped.
I, 1368, 11, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, OutOfProcessStrategy.ProcessMonitorThread: Stop event was set. Shutting down.
V, 1368, 118, 2012/08/03, 11:25:20.431, IXB20725TFB431\MSTest.exe, OutOfProcessStrategy.Shutdown(OutOfProcessTestAgentStrategy): waiting for agent process to exit ...
V, 1368, 118, 2012/08/03, 11:25:20.494, IXB20725TFB431\MSTest.exe, OutOfProcessStrategy.Shutdown(OutOfProcessTestAgentStrategy): done waiting for agent process to exit, success = True
V, 1368, 13, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, ControllerObject: RunQueueThread exit
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry>(ControllerObject.RunQueueMessageProcessor).TryEnqueueJob: Queuing job 'Type Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry: Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry'
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry>(ControllerObject.RunQueueMessageProcessor).Flush: Waiting for 1 jobs to be processed
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry>(ControllerObject.RunQueueMessageProcessor).TryEnqueueJob: Queuing job 'FlushJob'
V, 1368, 116, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry>(ControllerObject.RunQueueMessageProcessor)+ExternalJob.ProcessJob: invoking job processor for job 'Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry'
V, 1368, 116, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry>(ControllerObject.RunQueueMessageProcessor)+ExternalJob.ProcessJob: successfully invoked job processor for job 'Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry'
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry>(ControllerObject.RunQueueMessageProcessor).Dispose
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.ControllerQueueEntry>(ControllerObject.RunQueueMessageProcessor).DoAbort: Clearing 0 queued jobs and 0 jobs waiting to be queued
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.SynchronizedEventInfo>(ControllerObject.DataCollectionEventReceiver).DoAbort: Clearing 0 queued jobs and 0 jobs waiting to be queued
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.SynchronizedEventInfo>(ControllerObject.DataCollectionEventReceiver).Dispose
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.SynchronizedEventInfo>(ControllerObject.DataCollectionEventReceiver).DoAbort: Clearing 0 queued jobs and 0 jobs waiting to be queued
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.SynchronizedEventInfo>(AgentProcessManager.DataCollectionEventReceiver).DoAbort: Clearing 0 queued jobs and 0 jobs waiting to be queued
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.SynchronizedEventInfo>(AgentProcessManager.DataCollectionEventReceiver).Dispose
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.SynchronizedEventInfo>(AgentProcessManager.DataCollectionEventReceiver).DoAbort: Clearing 0 queued jobs and 0 jobs waiting to be queued
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, LocalControllerProxy: Cleanup is done.
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, TMI.TestRunEndUpdateProxies: Removed proxy for run 78ddd80e-17b2-4055-b4bd-4a56c6b8054d.
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, Tmi.TestRunEndUpdateProxies: finished successfully.
V, 1368, 118, 2012/08/03, 11:25:20.525, IXB20725TFB431\MSTest.exe, Tmi.SaveResults(runId): starting
V, 1368, 12, 2012/08/03, 11:25:20.587, IXB20725TFB431\MSTest.exe, DeploymentQueue: Deployment thread exiting.
V, 1368, 118, 2012/08/03, 11:25:20.962, IXB20725TFB431\MSTest.exe, Tmi.SaveResults(runId): done, successfully
I, 1368, 118, 2012/08/03, 11:25:20.962, IXB20725TFB431\MSTest.exe, GetObjectsNoLockT(): select * from result where runid_column = convert('78ddd80e-17b2-4055-b4bd-4a56c6b8054d', 'System.Guid').
I, 1368, 118, 2012/08/03, 11:25:20.962, IXB20725TFB431\MSTest.exe, GetObjectsNoLockT(): 400 records for runid_column = convert('78ddd80e-17b2-4055-b4bd-4a56c6b8054d', 'System.Guid').
V, 1368, 118, 2012/08/03, 11:25:20.962, IXB20725TFB431\MSTest.exe, Tmi.TestRunEndInternal: finished.
V, 1368, 118, 2012/08/03, 11:25:20.962, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Common.TestMessage>(LocalRunMessageListener.TestMessageReceiver)+ExternalJob.ProcessJob: successfully invoked job processor for job 'IXB20725TFB431: Run {78ddd80e-17b2-4055-b4bd-4a56c6b8054d}: Completed'
V, 1368, 23, 2012/08/03, 11:25:20.962, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Common.TestMessage>(LocalRunMessageListener.TestMessageReceiver).Dispose
V, 1368, 23, 2012/08/03, 11:25:20.962, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Common.TestMessage>(LocalRunMessageListener.TestMessageReceiver).DoAbort: Clearing 0 queued jobs and 0 jobs waiting to be queued
I, 1368, 1, 2012/08/03, 11:25:22.775, IXB20725TFB431\MSTest.exe, TestFormatsConverter.LoadAsCurrentVersion: D:\bld\A2\B11\TestResults\svc-tfs_IXB20725TFB431 2012-08-03 10_53_33_Any CPU_Release.trx is already the current file format.
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, Tmi.Dispose: starting
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, Tmi.Dispose: calling Dispose on proxies...
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, ControllerProxy: Dispose is called.
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, LocalControllerProxy: Dispose(True) is called.
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, LocalControllerProxy: EnsureNoActiveRuns
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, LocalControllerProxy: StopProcess.
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, LocalControllerProxy: Cleanup is done.
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, LocalControllerProxy: Dispose(True) is done, disposed.
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, Tmi.Dispose: calling Dispose on TIPs...
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.Aggregation.FileDataMessage>(FileDataReceiver.FileDataMessageReceiver).DoAbort: Clearing 0 queued jobs and 0 jobs waiting to be queued
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.Aggregation.FileDataMessage>(FileDataReceiver.FileDataMessageReceiver).Dispose
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, BackgroundJobProcessor<Microsoft.VisualStudio.TestTools.Execution.Aggregation.FileDataMessage>(FileDataReceiver.FileDataMessageReceiver).DoAbort: Clearing 0 queued jobs and 0 jobs waiting to be queued
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, Tmi.Dispose: finished...
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, Runner.Main: Exiting with exit code 1
V, 1368, 1, 2012/08/03, 11:25:41.712, IXB20725TFB431\MSTest.exe, Runner.Main: finished.