Unable to load Visual Studio 2013 boot tests queued to the controller

To test Visual Studio web performance performance, I have:

  • My local workstation working with Visual Studio 2013 Ultimate
  • Windows 2008 R2 server for the controller
  • Another Windows 2008 R2 server configured as a boot verification agent

Windows 2008 R2 servers connect to each other in order. In Visual Studio, I can go to Load Test -> Manage Controller and see the controller and agent.

However, when I have test settings with a controller, I cannot queue any tests. The test results say: Not Executed - test run error. With detail: the test run cannot be performed:

Failed to start a test run to the controller, which dcollects data and diagnostics: VSCONTROLLER: 6901. This host is not known.

I checked that all service accounts have the appropriate administrator rights and controller groups, and all firewalls are disabled.

+4
source share
1 answer

Check the hosts file. I have the same problem. If you have entries, your client computer sends the computer name that it finds in the first controller entry as its name. The controller completes the DNS query for the name it received.

So, in my case, let's say my first entry is: 127.0.0.1 abcd

abcd.yourdomain.com, , . , hosts, ( , DNS , ).

, , , , , .

+3

Source: https://habr.com/ru/post/1546031/


All Articles