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
public void Test1{ /* stuff*/}
@Test
public void Test1{ /* stuff*/}
@Test
public void Test1{ /* stuff*/}
@Test
public void Test1{ /* stuff*/}
}
i have 10 test classes (test suites) which contain 4 tests, one contains 5
and one 6 tests and the tests which fail are contained by the classes with
more than 4 tests.
If i remove 3 tests and all classes contain maximum 4 tests everything is
ok.
I want to know if is there any method to solve this problem avoiding
creating a new suite for the tests which are over the 4 ones.
Thank you,
Alexandra Sandulescu
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.