testing - Executing test on remote agent fails with "Target machine actively refused it" -


i attempting run tests on remote agent using test controller on same remote machine. have set testsettings file follows:

<remotecontroller name="machinename" /> <execution location="remote">     <agentrule name="allagentsdefaultrole">     </agentrule> 

when tell mstest execute selected test in release or debug mode, builds project , returns "failed queue test run 'run name': no connection made because target machine actively refused it." visual studio 2013 has been installed on controller/agent machine, , agent, controller, , client can communicate successfully. default ports being used communication (6901 , 6910), , telnet able connect. how test executing successfully?

found answer. agents cannot debug remotely, , while build executing against in above post "release" (in 1 instance), still attempting debug. if select test , click "run" instead, executes on remote agent.


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -