Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8
-
None
Description
IgniteConfigVariationsAbstractTest and part of test framework that uses this class very heavily rely on JUnit 3 specific features.
The task is to get rid of these and use newer versions instead - preferably JUnit 4, although JUnit 5 is also an option
This will allow consistent JUnit framework version across Ignite tests which in turn is expected to simplify maintenance and development of the tests (including ignoring tests, workiing on Teamcity related things etc).
Attachments
Issue Links
- depends upon
-
IGNITE-10177 cleanup Junit 3 from the project
- Resolved
- is depended upon by
-
IGNITE-10758 remove from tests scaffolding annotations "@RunWith(JUnit4.class)" and their respective imports
- Resolved
- is related to
-
IGNITE-2521 Need to increase test coverage (support all configurations combinations)
- Open
- relates to
-
IGNITE-10776 Migrate from JUnit 3 to 4 config variations test suites
- Resolved
- links to