Re: Jenkins wrong output and failures

2013-08-07 Thread Alexandra Sandulescu
tain order, an earlier test leaves some state that >> causes a later test to fail. >> >> ** ** >> >> *From:* jenkins...@googlegroups.com [mailto: >> jenkins...@googlegroups.com ] *On Behalf Of *Alexandra >> Sandulescu >> *Sent:* 07 August

Re: Jenkins wrong output and failures

2013-08-07 Thread Richard Bywater
ome state that causes > a later test to fail. > > ** ** > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Alexandra Sandulescu > *Sent:* 07 August 2013 11:01 > *To:* jenkinsci-users@googlegroups.com > *Subject

RE: Jenkins wrong output and failures

2013-08-07 Thread Matthew.Webber
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Alexandra Sandulescu Sent: 07 August 2013 11:01 To: jenkinsci-users@googlegroups.com Subject: Jenkins wrong output and failures When running my tests on jenkins they fail RANDOMLY. I made some research and I found out that the tests which fail are

Jenkins wrong output and failures

2013-08-07 Thread Alexandra Sandulescu
When running my tests on jenkins they fail RANDOMLY. I made some research and I found out that the tests which fail are those which are contained by classes with MORE THAN 4 testcases. my test suites look like this: class FooTest extends GenericTest { @Test public void Test1{ /* stuff*/} @Test