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
Matthew P CraigMatthew P Craig 

Chatter APEX Unit Testing in Parallel?

I am currently working on a project that requires the use of chatter and integrating some of our features into chatter. One of the requirements is that the apex unit tests execute in parallel. So far all of the documentation I have found says in order to test chatter features the SeeAllData flag must be set to True however this is breaking the ability to test in parallel. Is there a way to perform testing involving Chatter in parallel?

We are currently getting DML record locks when we perform the tests in parallel, but when we run them serially the execute properly.
Matthew P CraigMatthew P Craig
bump