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 2021/01/29 06:53:00 UTC

[jira] [Issue Comment Deleted] (IGNITE-13639) .NET: No coercion operator is defined between types 'System.Int32' and 'swagger.Models.IndexParameter[]'.

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

Pavel Tupitsyn updated IGNITE-13639:
------------------------------------
    Comment: was deleted

(was: {panel:title=Branch: [pull/8724/head] Base: [master] : Possible Blockers (13)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Control Utility{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5848183]]

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

{color:#d04437}Examples{color} [[tests 8 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5848101]]
* IgniteExamplesSelfTestSuite: BasicExamplesMultiNodeSelfTest.testReducerExample - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite: ContinuationExamplesMultiNodeSelfTest.testContinuationExample - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite: BasicExamplesMultiNodeSelfTest.testTaskSplitExample - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite: BasicExamplesMultiNodeSelfTest.testTaskMapExample - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite: BasicExamplesMultiNodeSelfTest.testClosureExample - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite: BasicExamplesMultiNodeSelfTest.testCallableExample - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite: BasicExamplesMultiNodeSelfTest.testExecutorExample - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteExamplesSelfTestSuite: BasicExamplesMultiNodeSelfTest.testBroadcastExample - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Platform .NET (Core Linux){color} [[tests 1 TC_SERVICE_MESSAGE |https://ci.ignite.apache.org/viewLog.html?buildId=5848165]]
* dll: ProjectFilesTest.TestAllCsharpFilesAreIncludedInProject - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Platform .NET{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5848164]]
* exe: CacheMetricsTest.TestClusterGroupClearStatistics - Test has low fail rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/8724/head] Base: [master] : New Tests (10)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Platform .NET (Core Linux){color} [[tests 7|https://ci.ignite.apache.org/viewLog.html?buildId=5848165]]
* {color:#013220}dll: BinarySelfTestSimpleName.TestNestedLists - PASSED{color}
* {color:#013220}dll: NestedCollectionHandlesCachePutGetTest.TestInnerArray - PASSED{color}
* {color:#013220}dll: BinarySelfTest.TestNestedLists - PASSED{color}
* {color:#013220}dll: BinarySelfTestFullFooter.TestNestedLists - PASSED{color}
* {color:#013220}dll: NestedCollectionHandlesCachePutGetTest.TestInnerObject - PASSED{color}
* {color:#013220}dll: NestedCollectionHandlesCachePutGetTest.TestInnerArrayReferenceLoop - PASSED{color}
* {color:#013220}dll: NestedCollectionHandlesCachePutGetTest.TestInnerList - PASSED{color}

{color:#00008b}Platform .NET{color} [[tests 3|https://ci.ignite.apache.org/viewLog.html?buildId=5848164]]
* {color:#013220}exe: BinarySelfTest.TestNestedLists - PASSED{color}
* {color:#013220}exe: BinarySelfTest.TestNestedLists - PASSED{color}
* {color:#013220}exe: BinarySelfTest.TestNestedLists - PASSED{color}

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

> .NET: No coercion operator is defined between types 'System.Int32' and 'swagger.Models.IndexParameter[]'.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-13639
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13639
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.9
>         Environment: Apache Ignite: v2.9.0
> JDK: v1.8
> .NET Core: v3.1
>            Reporter: Danut Radoaica
>            Assignee: Pavel Tupitsyn
>            Priority: Critical
>              Labels: .NET, 2.9.1-rc
>             Fix For: 2.11
>
>         Attachments: BotXEntityDto.cs, ConsoleApp1.zip, exception.txt, stream_dump.txt
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> [^exception.txt] contains the stack trace
> [^stream_dump.txt]  contains the stream that fails, dumped using System.Text.Encoding.UTF8.GetString
> [^BotXEntityDto.cs] contains the dto definition
> Minimal reproducer:
> {code}
> using System.Collections.Generic;
> using Apache.Ignite.Core;
> var ignite = Ignition.Start();
> var cache = ignite.GetOrCreateCache<int, Entity[]>("c");
> cache.Put(1, new[]
> {
>     new Entity {Inner = new List<object>()},
>     new Entity {Inner = new List<object>()}
> });
> cache.Get(1);
> class Entity
> {
>     public IList<object> Inner { get; set; }
> }
> {code}
> Works on 2.8.0, fails on 2.9.1
> *Workaround*: use {{List<Entity>}} instead of {{Entity[]}}



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