You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2020/02/14 19:39:00 UTC

[jira] [Issue Comment Deleted] (IGNITE-12680) Cleanup unneeded explicit usages of SystemPropertiesRule

     [ https://issues.apache.org/jira/browse/IGNITE-12680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirill Tkalenko updated IGNITE-12680:
-------------------------------------
    Comment: was deleted

(was: [~agoncharuk] Please merge.)

> Cleanup unneeded explicit usages of SystemPropertiesRule
> --------------------------------------------------------
>
>                 Key: IGNITE-12680
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12680
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>             Fix For: 2.9
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In some test classes there are explicit declarations like:
> {code}
> @ClassRule public static final TestRule classRule = new SystemPropertiesRule();
> {code}
> Usually there is no need for it as class and instance rules needed for \{{@WithSystemProperty}} annotation are already present in \{{GridAbstractTest}}.
> Let's cleanup such usages from code.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)