Vikrant More
Vikrant More

Reputation: 5442

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)

Upvotes: 0

Views: 581

Answers (2)

Ganesh-MSFT
Ganesh-MSFT

Reputation: 36

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.

Upvotes: 2

starian chen-MSFT
starian chen-MSFT

Reputation: 33728

I can reproduce this issue too, there is a feedback that you can follow. VSTS load test, Test run has been aborted because all the test agents failed during the test execution.

Upvotes: 1

Related Questions