Hi all,

The past few days we had observed various problems on Jenkins (and
elsewhere) which made our test suite hang.

Haisheng and Ruben found out that the problem was the parallel execution of
parameterized tests [1]. I see two ways to unblock this situation and avoid
such problems in the future:

* disable parallel execution of unit tests;
* forbid the use of @RunWith(Parameterized.class) annotation;

at least till [1] is resolved.

What do you think?

[1] https://issues.apache.org/jira/browse/SUREFIRE-1430

Reply via email to