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

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

    [ https://issues.apache.org/jira/browse/IGNITE-18346 ]


    Pavel Tupitsyn deleted comment on IGNITE-18346:
    -----------------------------------------

was (Author: ignitetcbot):
{panel:title=Branch: [pull/10426/head] Base: [master] : Possible Blockers (6)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Cache 6{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6955565]]
* IgniteCacheTestSuite6: CacheExchangeMergeTest.testMergeAndHistoryCleanup - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Platform .NET (Core Linux){color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=6955628]]

{color:#d04437}JDBC Driver{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=6955606]]
* IgniteJdbcDriverTestSuite: JdbcThinJdbcToCacheDataTypesCoverageTest.testBigIntDataType[atomicityMode=ATOMIC, cacheMode=PARTITIONED, ttlFactory=null, backups=2, evictionFactory=null, onheapCacheEnabled=false, writeSyncMode=FULL_SYNC, persistenceEnabled=false, useBinaryArrays=false] - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteJdbcDriverTestSuite: JdbcThinErrorsSelfTest.testConnectionError - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Thin client: Node.js{color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=6955650]]

{color:#d04437}Cache 5{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6955564]]
* IgniteCacheWithIndexingTestSuite: ClientReconnectAfterClusterRestartTest.testReconnectClient - Test has low fail rate in base branch 0,0% and is not flaky

{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=6955628]]
* {color:#013220}DotNetCore: IgniteProductVersionTests.TestVersionStringMatchesIgniteVersionInLog - PASSED{color}

{color:#00008b}Platform .NET (Windows){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6955629]]
* {color:#013220}exe: IgniteProductVersionTests.TestVersionStringMatchesIgniteVersionInLog - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6955660&amp;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: 0.5h
>  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)