我正在按照http://msdn.microsoft.com/en-us/library/windowsazure/hh674491.aspx的说明部署一个测试平台,控制器和代理托管在 Windows azure 上。我已正确遵循所有指示,并且我的 VS 客户端能够看到控制器和代理。但是,当我执行负载测试时,测试仍处于挂起状态,并且我在控制器的事件日志中看到以下错误。我的问题类似于在以下位置找到的问题:http ://social.msdn.microsoft.com/Forums/en-US/windowsazureconnectivity/thread/4040619f-5667-4445-804a-84f37d823c9f/ 。请帮忙!
(QTController.exe, PID 692, Thread 11) ControllerDeployment.DoDeployment: System.Net.Sockets.SocketException (0x80004005): 连接尝试失败,因为连接方一段时间后没有正确响应,或者建立连接失败,因为连接主机未能响应 [xxx:xxx:xxxx:xxx:xxxx:xxxx:xxxx:220]:6915
服务器堆栈跟踪:在 System.Net.Sockets.Socket.Connect(EndPoint remoteEP) 在 System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(EndPoint ipEndPoint) 的 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) ) 在 System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket() 在 System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew) 在 System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage消息,ITransportHeaders requestHeaders,流 requestStream)在 System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg,ITransportHeaders requestHeaders,流 requestStream,ITransportHeaders& responseHeaders,Stream& responseStream)在 System.Runtime.Remoting。Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage 消息)
在 [0] 处重新引发异常:在 Microsoft.VisualStudio 的 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) 处的 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)。 TestTools.Common.FileCopyService.get_DeploymentFlags() 在 Microsoft.VisualStudio.TestTools.Controller.ControllerExecution.b__6(FileCopyService fileCopyService) 在 Microsoft.VisualStudio.TestTools.Execution.RemoteObjectContainer 1.InvokeAsRemoteUser(Action
1 调用) 在 Microsoft.VisualStudio.TestTools.Controller.ControllerExecution.DoDeployment ()