You need to sign in to do that
Don't have an account?

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.
We are currently getting DML record locks when we perform the tests in parallel, but when we run them serially the execute properly.

bump