[
https://issues.apache.org/jira/browse/IGNITE-15845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17444093#comment-17444093
]
Ignite TC Bot commented on IGNITE-15845:
----------------------------------------
{panel:title=Branch: [pull/9564/head] Base: [master] : Possible Blockers
(10)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (Windows){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6270092]]
* exe: CacheTest.TestCacheWithExpiryPolicyOnCreate - Test has low fail rate in
base branch 0,0% and is not flaky
{color:#d04437}SPI{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6270162]]
* IgniteSpiTestSuite:
IgniteClientReconnectMassiveShutdownTest.testMassiveServersShutdown1 - Test has
low fail rate in base branch 0,0% and is not flaky
{color:#d04437}PDS (Compatibility){color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=6270146]]
* IgniteCompatibilityBasicTestSuite:
InlineJavaObjectCompatibilityTest.testQueryOldInlinedIndex[ver=2.10.0,
cfgInlineSize=true] - Test has low fail rate in base branch 0,0% and is not
flaky
* IgniteCompatibilityBasicTestSuite:
InlineJavaObjectCompatibilityTest.testQueryOldInlinedIndex[ver=2.9.1,
cfgInlineSize=false] - Test has low fail rate in base branch 0,0% and is not
flaky
* IgniteCompatibilityBasicTestSuite:
InlineJavaObjectCompatibilityTest.testQueryOldInlinedIndex[ver=2.9.0,
cfgInlineSize=false] - Test has low fail rate in base branch 0,0% and is not
flaky
{color:#d04437}PDS 2{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6270157]]
* IgnitePdsTestSuite2:
IgniteWalRebalanceLoggingTest.testHistoricalRebalanceLogMsg - Test has low fail
rate in base branch 0,0% and is not flaky
{color:#d04437}Basic 3{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6270099]]
* IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testStartClusterSnapshotRestoreMultipleThreadsDiffNode[Encryption
is disabled] - Test has low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Cache 6{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6270116]]
* IgniteCacheTestSuite6:
CacheExchangeMergeTest.testFailExchangeCoordinatorChange_NoMerge_2 - Test has
low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Cache 5{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6270123]]
* IgniteCacheTestSuite5: CacheLateAffinityAssignmentTest.testBlockedFinishMsg2
- Test has low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Activate / Deactivate Cluster{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6270095]]
* IgniteStandByClusterSuite:
IgniteClusterActivateDeactivateTest.testDeactivateSimple_5_Servers_5_Clients -
Test has low fail rate in base branch 0,0% and is not flaky
{panel}
{panel:title=Branch: [pull/9564/head] Base: [master] : New Tests
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Platform .NET (Windows){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6270092]]
* {color:#013220}exe: TypeNameParserTest.TestCompilerGeneratedTypes -
PASSED{color}
{color:#00008b}Platform .NET (Core Linux){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6270085]]
* {color:#013220}dll: TypeNameParserTest.TestCompilerGeneratedTypes -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6270179&buildTypeId=IgniteTests24Java8_RunAll]
> .NET: CreateCache fails - Invalid array specification
> -----------------------------------------------------
>
> Key: IGNITE-15845
> URL: https://issues.apache.org/jira/browse/IGNITE-15845
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Critical
> Labels: .NET
> Fix For: 2.13
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Ignition.Start fails with an exception:
> {code}
> Failure in Java callback Apache.Ignite.Core.Common.IgniteException: Invalid
> array specification:
> MassTransit.Initializers.PropertyConverters.MessageDataPropertyConverter+<MassTransit-Initializers-IPropertyConverter<MassTransit-MessageData<System-Byte\[\]>\,MassTransit-MessageData<System-String>>-Convert>d__4`1
> at Apache.Ignite.Core.Impl.Binary.TypeNameParser.ParseArrayDefinition()
> at Apache.Ignite.Core.Impl.Binary.TypeNameParser.Parse()
> at Apache.Ignite.Core.Impl.Binary.TypeNameParser..ctor(String typeName,
> Int32& pos)
> at Apache.Ignite.Core.Impl.Binary.TypeNameParser.Parse(String typeName)
> at Apache.Ignite.Core.Binary.BinaryBasicNameMapper.GetTypeName(String name)
> at
> Apache.Ignite.Core.Impl.Binary.TypeResolver.<>c__DisplayClass8_0.<FindType>b__0(Type
> x)
> at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source,
> Func`2 predicate, Boolean& found)
> at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source,
> Func`2 predicate)
> at Apache.Ignite.Core.Impl.Binary.TypeResolver.FindType(Assembly asm,
> String typeName, IBinaryNameMapper mapper)
> at
> Apache.Ignite.Core.Impl.Binary.TypeResolver.<>c__DisplayClass4_0.<ResolveNonGenericType>b__1(Assembly
> a)
> at System.Linq.Enumerable.SelectArrayIterator`2.MoveNext()
> at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source,
> Func`2 predicate, Boolean& found)
> at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source,
> Func`2 predicate)
> at
> Apache.Ignite.Core.Impl.Binary.TypeResolver.ResolveNonGenericType(String
> assemblyName, String typeName, ICollection`1 assemblies, IBinaryNameMapper
> nameMapper)
> at Apache.Ignite.Core.Impl.Binary.TypeResolver.ResolveType(String
> assemblyName, TypeNameParser typeName, ICollection`1 assemblies,
> IBinaryNameMapper nameMapper)
> at Apache.Ignite.Core.Impl.Binary.TypeResolver.ResolveType(String
> typeName, String assemblyName, IBinaryNameMapper nameMapper)
> at Apache.Ignite.Core.Impl.Binary.Marshaller.ResolveType(String typeName)
> at Apache.Ignite.Core.Impl.Binary.Marshaller.GetDescriptor(Boolean
> userType, Int32 typeId, Boolean requiresType, String typeName, Type knownType)
> at Apache.Ignite.Core.Impl.Binary.Marshaller.GetDescriptor(String
> typeName, Boolean requiresType)
> at
> Apache.Ignite.Core.Impl.Unmanaged.UnmanagedCallbacks.<>c__DisplayClass98_0.<BinaryTypeGet>b__0()
> at Apache.Ignite.Core.Impl.Unmanaged.UnmanagedCallbacks.SafeCall[T](Func`1
> func, Boolean allowUnitialized)
> {code}
> 1. ResolveNonGenericType should skip all generic types when scanning
> assemblies
> 2. ParseArrayDefinition should be fixed
> *Workaround*
> Register SQL key and value types manually before starting the cache:
> {code}
> ignite.GetBinary().GetBinaryType(typeof(TKey));
> ignite.GetBinary().GetBinaryType(typeof(TValue));
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)