VS 2013 Test Controller 和 TFS Build Agent 之间尝试连接失败

Connection being attempted between VS 2013 Test Controller and TFS Build Agent, failing

当我使用 VS 2013 开始负载测试时,当负载测试作为 TFS 构建的一部分(MSTEST 调用)被启动时,我收到以下错误。

Failed calling event listener
 Microsoft.VisualStudio.TestTools.Execution.RemoteObjectContainer`1[Microsoft.Visua
 lStudio.TestTools.Controller.IControllerEvents]: System.Net.Sockets.SocketException (0x80004005): 
 No connection could be made because the target machine actively refused it

架构完全 VS 2013 Update 4,但出于某种原因,测试控制器正试图通过一个陌生端口(在本例中为端口 58687。

我检查了我的 TFS Build Controller 配置,我能找到的唯一可配置端口是 8080,连接成功。为什么要使用端口 58687,是否需要为某些范围的动态端口向防火墙添加额外的规则?

我敢打赌这是某处被封锁的端口。尝试 运行 Wireshark 查找被阻止的端口。