Maxim Muzafarov created IGNITE-13066: ----------------------------------------
Summary: Test framework must print which tests start regardless logger configured or not Key: IGNITE-13066 URL: https://issues.apache.org/jira/browse/IGNITE-13066 Project: Ignite Issue Type: Task Reporter: Maxim Muzafarov Assignee: Maxim Muzafarov For most of the TeamCity test suites logger is turned off for performance reasons (log size can be more than a thousand MB). In case of exceptions happened it's hard to identify which of running tests fail. It is necessary to log which tests are started regardless of the logger configured or not. Example: {code:java} info(">>> Starting test: " + testDescription() + " <<<"); {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)