Hi Igniters, Recently I created 2 PRs with simple changes related our testing framework. 1. Remove several @RunWith(JUnit4.class) lines left after migration to junit 4 [1]. 2. Remove custom assumption handler in order to improve reporting on TC for tests skipped by failed assumption [2]. See the ticket for more details.
First patch is rather trivial. Second patch was already reviewed but it still waits for someone able to merge it. Please take a look. [1] https://issues.apache.org/jira/browse/IGNITE-11398 [2] https://issues.apache.org/jira/browse/IGNITE-11356 -- Best regards, Ivan Pavlukhin