Search code examples
azure-devopsperformance-testingload-testing

VS1550059: Test run has been aborted because all the test agents failed during the test execution


Hi when we are testing for load test using visual studio online, we are getting below error,

VS1550059: Test run has been aborted because all the test agents failed during the test execution somebody, please help me to resolve this issue?

we are getting above error when a number of the test case. so is there any limitation for a test case on cloud load testing (visual studio online)


Solution

  • One possible cause for this issue is that the number of scenarios is high.

    The reason is -- there are few limits on the size (64KB) of the load test scenario metadata which gets stored.

    Meanwhile, I would suggest the following workaround:

    Shorten the names of the scenarios or reduce the number of scenarios.

    I do not have the exact limits (number of scenarios, name length etc) handy right now, will get back with more details soon.

    Thanks, Ganesh.