Hello, I created JIRA task for this move, with detailed explanation and step-by-step subtasks, your comments are welcome:
- https://issues.apache.org/jira/browse/IGNITE-10173 In brief, the plan is to gradually migrate the part of tests that still uses Junit 3 (hundreds if not thousands of those that depend on GridAbstractTest and its subclasses) to newer version. The trick proposed to avoid doing all this in one (big and risky) step is to introduce a Junit4-based "twin" of GridAbstractTest (and respective twins of its subclasses) and use it to gradually change tests to use that newer API instead. After above is over, Junit 3 and all its related stuff (including GridAbstractTest) could be safely removed from project. regards, Oleg -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/