Login  Register

Re: TestRunner anomaly

Posted by larrry on Sep 22, 2011; 5:31pm
URL: https://forum.world.st/TestRunner-anomaly-tp3833764p3834114.html

I think I've tracked it down to contention for a mutex. That would explain why they're always failing in pairs. Do the tests run in parallel in TestRunner? 


On Thu, Sep 22, 2011 at 11:48 AM, Stéphane Ducasse <[hidden email]> wrote:
do you have dependencies between your tests?
Do you use tearDown to clean your resources?
Stef

On Sep 22, 2011, at 5:35 PM, Larry White wrote:

> When I run my tests in TestRunner by clicking Run Selected, they all pass.  When I run them by clicking Run Coverage, a couple fail.
>
> Does anyone know why that might be?
>
> thanks.