function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kibitzerkibitzer 

Apex Test Execution on Spring Preview - breaking change?

One of the changes I've noticed with Spring is that Apex test execution now tries to run all selected tests as well instead of queuing most of them and actually running about two at a time. As a result (I believe), I find that I'm getting a lot of "Request Limit Exceeded" failures.  They seem to be fairly sporadic and common - and all of the tests pass without problem when run standalone (the problem only occurs when using Apex test execution, and does not occur on Winter 12).

 

We have about 130 unit tests in about 30 classes - and many of the tests are complex and time consuming (bulk-tests, etc).

 

Has anyone else experienced this? Is it a known issue?

 

Rahul_sgRahul_sg

Yeah! I'm also experiancing weird issues with this new  Apex Test Execution feature.

 

Rahul_sgRahul_sg

better use Eclipse IDE to validate the coverage