Hi, Igniters.

What do you think, if we will use " IgniteSystemProperties.getString(key)"
instead of " System.getenv(key)"?

IgniteSystemProperties.getString(key) method check System,properties
 and if not found then check for System.getenv(key).

The main purpose is to use it in tests, because it easily to set system
property in Java code,
and very non trivial to do the same for  environment variables.

Does any body have objections if I create JIRA issue (with pull request) to
replace all direct calls of  "System.getenv(key)" with
IgniteSystemProperties.getString(key)?

-- 
Alexey Kuznetsov

Reply via email to