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

Ignite TC Bot commented on IGNITE-14826:
----------------------------------------

{panel:title=Branch: [pull/9154/head] Base: [master] : Possible Blockers 
(7)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}RDD{color} [[tests 0 Exit Code 
|https://ci.ignite.apache.org/viewLog.html?buildId=6038991]]

{color:#d04437}Cache (Failover) 2{color} [[tests 0 TIMEOUT , Exit Code 
|https://ci.ignite.apache.org/viewLog.html?buildId=6038755]]

{color:#d04437}Activate / Deactivate Cluster{color} [[tests 0 TIMEOUT , Exit 
Code |https://ci.ignite.apache.org/viewLog.html?buildId=6038711]]

{color:#d04437}Cache (Full API){color} [[tests 1 TIMEOUT , Exit Code 
|https://ci.ignite.apache.org/viewLog.html?buildId=6038758]]
* IgniteCacheFullApiSelfTestSuite: 
GridCacheLocalFullApiSelfTest.testEvictExpired - Test has low fail rate in base 
branch 0,0% and is not flaky

{color:#d04437}Compute (Affinity Run){color} [[tests 1 TIMEOUT , Exit Code 
|https://ci.ignite.apache.org/viewLog.html?buildId=6038714]]
* IgniteCacheAffinityRunTestSuite: 
IgniteCacheLockPartitionOnAffinityRunTest.testReleasePartitionJobMasterLeave - 
Test has low fail rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/9154/head] Base: [master] : New Tests 
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Platform .NET (Long Running){color} [[tests 
2|https://ci.ignite.apache.org/viewLog.html?buildId=6038785]]
* {color:#013220}exe: CacheTest.TestPutGetArrayKey - PASSED{color}
* {color:#013220}exe: CacheTest.TestPutGetArrayKey - PASSED{color}

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6038808&buildTypeId=IgniteTests24Java8_RunAll]

> .NET: Thin client fails to compute hash code for string and array keys
> ----------------------------------------------------------------------
>
>                 Key: IGNITE-14826
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14826
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms, thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Critical
>              Labels: .NET
>             Fix For: 2.11
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> String keys are not supported in BinaryHashCodeUtils. The following code 
> throws "Failed to compute hash code for object" exception:
> {code}
>             var server = Ignition.Start();
>             var client = Ignition.StartClient(new IgniteClientConfiguration
>             {
>                 Endpoints = new[] {"127.0.0.1"},
>                 EnablePartitionAwareness = true
>             });
>             var cache = client.CreateCache<string, string>("c");
>             cache.Put("hello", "world");
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to