You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2022/12/07 09:07:00 UTC

[jira] [Updated] (IGNITE-18346) .NET return Ignite version with a wrong timestamp part

     [ https://issues.apache.org/jira/browse/IGNITE-18346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Sapego updated IGNITE-18346:
---------------------------------
    Description: 
The following code reproduces the issue:
{code:c#}
var node = Ignition.Start(cfg);
Console.WriteLine("Version: " + node.GetVersion());
{code}

For version 2.14:
Expected: 2.14.0#20220929-sha1:951e8deb
Actual: 2.14.0#19700102-sha1:951e8deb

  was:
The following code reproduces the issue:
{code:dotnet}
var node = Ignition.Start(cfg);
Console.WriteLine("Version: " + node.GetVersion());
{code}

For version 2.14:
Expected: 2.14.0#20220929-sha1:951e8deb
Actual: 2.14.0#19700102-sha1:951e8deb


> .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
>
> The following code reproduces the issue:
> {code:c#}
> var node = Ignition.Start(cfg);
> Console.WriteLine("Version: " + node.GetVersion());
> {code}
> For version 2.14:
> Expected: 2.14.0#20220929-sha1:951e8deb
> Actual: 2.14.0#19700102-sha1:951e8deb



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