You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2020/06/22 16:17:00 UTC

[jira] [Commented] (IGNITE-13066) Test framework must print which tests for quite mode

    [ https://issues.apache.org/jira/browse/IGNITE-13066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142240#comment-17142240 ] 

Maxim Muzafarov commented on IGNITE-13066:
------------------------------------------

[~ilyak]

Hello, can we proceed with this change?

> Test framework must print which tests for quite mode
> ----------------------------------------------------
>
>                 Key: IGNITE-13066
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13066
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Maxim Muzafarov
>            Assignee: Maxim Muzafarov
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)