Run many tests simultaniously - almost all get terminated

Issue #277 resolved
Vladyslav Kushney created an issue

When I create run configuration Apex unit tests, and add all tests to it and run them all, I have only last run successfully. The last one in class for creating test data, it is referenced testSetup methods of other classes.

Comments (12)

  1. Scott Wells repo owner

    Sorry for the issue. Would you mind reproducing it with debug logging enabled? You can do so by going into Help>Debug Log Settings and adding the following line:

    #com.illuminatedcloud.intellij.unittest.ApexUnitTestRunProcessHandler
    

    You can then get the log results using Help>Show Log in Explorer in the file idea.log.

    Thanks!

  2. Robert Conner

    This happens to me sometimes. After a while of hunting it always turns out to be an issue in my code. Not sure why the error reporting is so vague sometimes, but I think it's a SF issue more than this plugin.

  3. Scott Wells repo owner

    Thanks for the info, Robert. I definitely want to provide more useful diagnostic info when this happens if possible. If there's a reproducible test case, particularly one that I can run locally, please send it on. I would love to eliminate this confusion for users.

  4. Scott Wells repo owner

    Vladyslav, would you mind adding the debug information requested above, running the tests from IC, and providing the resulting log? Let me know if you're not sure what I'm requesting.

  5. Vladyslav Kushney reporter

    @RoseSilverSoftware can you give me your email because logs contain sensitive information, I will send it you directly

  6. Scott Wells repo owner

    No problem. Send it to support@illuminatedcloud.com. I will keep the contained information confidential.

  7. Scott Wells repo owner

    Vladyslav has confirmed that the prospective fix in the attached test build addressed the issue for him. Moving this issue into 1.6.9.3 for release.

  8. Log in to comment