Oleg Ignatenko created IGNITE-10758:
---------------------------------------

             Summary: remove from tests scaffolding annotations 
"@RunWith(JUnit4.class)" and their respective imports
                 Key: IGNITE-10758
                 URL: https://issues.apache.org/jira/browse/IGNITE-10758
             Project: Ignite
          Issue Type: Sub-task
    Affects Versions: 2.8
            Reporter: Oleg Ignatenko


In the course of IGNITE-10175 and IGNITE-10176 many test classes were annotated 
{{@RunWith(JUnit4.class)}}. This was necessary to allow gradual switching to 
JUnit 4 to let classes run under the version that worked for these.

After IGNITE-10177 is over, these scaffolding annotations will be not needed 
anymore (and will become even somewhat damaging by misleading readers to think 
that they serve some real purpose).

The task is to remove these annotations and respective import statements after 
IGNITE-10177 is merged to master. Note it was initially planned as a part of 
IGNITE-10177 but per discussion with [~EdShangGG] we decided that it will be 
more convenient to do this in a separate ticket because this will make changes 
much easier to review, test and merge.

(!) Thing worth paying attention is that mentioned annotations should be kept 
in one case - namely in root test class {{GridAbstractTest}} because over there 
these are necessary until JUnit 3 dependencies are wiped out from remaining 
cases listed in IGNITE-10739.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to