Hi Igniters, During MTCGA monitoring I’ve discovered a number of issues related to test framework itself.
In addition it is not convinient to mute tests on TC, because in branches (e.g. 2.5 and in master) we can’t mute it separately. So some tests, which already fixed are shown as failed in our PRs and release branches. But current JUnit3 test style does not allow to use @Ignore. Is it time to start translating tests to Unit 4 style? Are there any of us who would like to assist in the research and create a new GridCommonAbstractTest and/or IgniteJUnitRunner? Sincerely, Dmitriy Pavlov