Re: Jenkins wrong output and failures

2013-08-07 Thread Alexandra Sandulescu
Thank you for your answer. All tests are run in an independent driver. and they are parallel by class. What is interesting is that nothing goes wrong but a random test from the classes with more than 4 methods. Alexandra miercuri, 7 august 2013, 13:13:24 UTC+3, Richard Bywater a scris: > > Espe

Re: Jenkins wrong output and failures

2013-08-07 Thread Richard Bywater
Especially in Java 7 onwards... On Wed, Aug 7, 2013 at 10:11 PM, wrote: > Remember that tests are not always run in the order in which they appear > in the source. My guess is that your tests are not independent, and that if > they run in a certain order, an earlier test leaves some state that

RE: Jenkins wrong output and failures

2013-08-07 Thread Matthew.Webber
Remember that tests are not always run in the order in which they appear in the source. My guess is that your tests are not independent, and that if they run in a certain order, an earlier test leaves some state that causes a later test to fail. From: jenkinsci-users@googlegroups.com [mailto:j