Roman Puchkovskiy created IGNITE-18553:
------------------------------------------
Summary: When tests are run using IDEA runner, wrong lock format
is used
Key: IGNITE-18553
URL: https://issues.apache.org/jira/browse/IGNITE-18553
Project: Ignite
Issue Type: Bug
Reporter: Roman Puchkovskiy
Assignee: Mikhail Pochatkin
Fix For: 3.0.0-beta2
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)