[ https://issues.apache.org/jira/browse/IGNITE-18346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645093#comment-17645093 ]
Ignite TC Bot commented on IGNITE-18346: ---------------------------------------- {panel:title=Branch: [pull/10426/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel} {panel:title=Branch: [pull/10426/head] Base: [master] : New Tests (2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1} {color:#00008b}Platform .NET (Core Linux){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6950985]] * {color:#013220}DotNetCore: IgniteProductVersionTests.TestVersionStringMatchesIgniteVersionInLog - PASSED{color} {color:#00008b}Platform .NET (Windows){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6950986]] * {color:#013220}exe: IgniteProductVersionTests.TestVersionStringMatchesIgniteVersionInLog - PASSED{color} {panel} [TeamCity *--> Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6951017&buildTypeId=IgniteTests24Java8_RunAll] > .NET return Ignite version with a wrong timestamp part > ------------------------------------------------------ > > Key: IGNITE-18346 > URL: https://issues.apache.org/jira/browse/IGNITE-18346 > Project: Ignite > Issue Type: Bug > Components: platforms > Affects Versions: 2.14 > Reporter: Igor Sapego > Assignee: Igor Sapego > Priority: Major > Fix For: 2.15 > > Time Spent: 10m > Remaining Estimate: 0h > > The following code reproduces the issue: > {code:c#} > var node = Ignition.Start(cfg); > Console.WriteLine("Version: " + node.GetVersion()); > {code} > For version 2.14: > {noformat} > Expected: 2.14.0#20220929-sha1:951e8deb > Actual: 2.14.0#19700102-sha1:951e8deb > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)