Aleksandr Polovtcev created IGNITE-20328:
--------------------------------------------
Summary: Cleanup in BaseIgniteAbstractTest
Key: IGNITE-20328
URL: https://issues.apache.org/jira/browse/IGNITE-20328
Project: Ignite
Issue Type: Improvement
Reporter: Aleksandr Polovtcev
Assignee: Aleksandr Polovtcev
{{BaseIgniteAbstractTest}} is written in a strange way:
# It does not utilize Junit lifecycle methods and subclasses are expected to
manually call {{setUpBase}} and {{tearDownBase}};
# Logger field is declared as static, but is initialized in the constructor.
This creates a false impression that this logger can be used in static methods.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)