You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr (Jira)" <ji...@apache.org> on 2023/03/16 13:46:00 UTC

[jira] [Comment Edited] (IGNITE-18553) When tests are run using IDEA runner, wrong log format is used

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

Aleksandr edited comment on IGNITE-18553 at 3/16/23 1:45 PM:
-------------------------------------------------------------

Thanks for the contribution, merged into main:db46430312f916cfa012ae85fefb14c3397ac06a


was (Author: JIRAUSER287438):
Thanks for the contribution, merged into main: 7687e0c4d58fdece26723e932b73d64916890023

> When tests are run using IDEA runner, wrong log format is used
> --------------------------------------------------------------
>
>                 Key: IGNITE-18553
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18553
>             Project: Ignite
>          Issue Type: Bug
>          Components: build
>            Reporter: Roman Puchkovskiy
>            Assignee: Mikhail Pochatkin
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> An example of such test is {{{}ItComputeTest{}}}. When run with Gradle Runner, I get the following in the log:
> 2023-01-16 11:41:06:381 +0400 [INFO][Test worker][ConnectionManager] Server started [address=/0:0:0:0:0:0:0:0:3344]
> But when I run same test with IDEA runner, I get this:
> янв. 16, 2023 12:01:03 PM org.apache.ignite.internal.logger.IgniteLogger logInternal
> INFO: Server started [address=/0:0:0:0:0:0:0:0:3344]
> The latter is wrong, so it looks like under IDEA runner our logging properties are not picked up.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)