[
https://issues.apache.org/jira/browse/IGNITE-15954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446613#comment-17446613
]
Ignite TC Bot commented on IGNITE-15954:
----------------------------------------
{panel:title=Branch: [pull/9574/head] Base: [master] : Possible Blockers
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Cache 6{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6277241]]
* IgniteCacheTestSuite6: CacheExchangeMergeTest.testMergeServersFail1_4 - Test
has low fail rate in base branch 0,0% and is not flaky
{color:#d04437}PDS 1{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6277253]]
* IgnitePdsTestSuite:
IgniteClusterActivateDeactivateTestWithPersistence.testDeactivateDuringEvictionAndRebalance
- Test has low fail rate in base branch 0,0% and is not flaky
{panel}
{panel:title=Branch: [pull/9574/head] Base: [master] : New Tests
(8)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Platform .NET (Windows){color} [[tests
4|https://ci.ignite.apache.org/viewLog.html?buildId=6277437]]
* {color:#013220}exe: TypeResolverTest.TestDynamicallyGeneratedType -
PASSED{color}
* {color:#013220}exe: 0.0\, Culture=neutral\, PublicKeyToken=123\]\]") -
PASSED{color}
* {color:#013220}exe:
TestCompilerGeneratedTypes("Foo.Bar+<Foo-Bar<Abc-Def<System-Byte\[\]>\,Abc-Def<System-String>>-Convert>d__4`1")
- PASSED{color}
* {color:#013220}exe:
TestCompilerGeneratedTypes("Foo.Bar+<Abc-Def<System-String\,System-Byte\[\]>-Convert>d__0")
- PASSED{color}
{color:#00008b}Platform .NET (Core Linux){color} [[tests
4|https://ci.ignite.apache.org/viewLog.html?buildId=6277435]]
* {color:#013220}dll: TypeResolverTest.TestDynamicallyGeneratedType -
PASSED{color}
* {color:#013220}dll: 0.0\, Culture=neutral\, PublicKeyToken=123\]\]") -
PASSED{color}
* {color:#013220}dll:
TestCompilerGeneratedTypes("Foo.Bar+<Foo-Bar<Abc-Def<System-Byte\[\]>\,Abc-Def<System-String>>-Convert>d__4`1")
- PASSED{color}
* {color:#013220}dll:
TestCompilerGeneratedTypes("Foo.Bar+<Abc-Def<System-String\,System-Byte\[\]>-Convert>d__0")
- PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6277149&buildTypeId=IgniteTests24Java8_RunAll]
> .NET: TypeResolver ignores dynamic assemblies
> ---------------------------------------------
>
> Key: IGNITE-15954
> URL: https://issues.apache.org/jira/browse/IGNITE-15954
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Affects Versions: 2.11
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET
> Fix For: 2.12
>
>
> As part of examples modernization (IGNITE-13979), TypeResolver was "fixed" to
> [ignore dynamic
> assemblies|https://github.com/ptupitsyn/ignite/commit/77078c73298b9c9f55837c54c4a9a307e0e15817].
>
> [Some users rely on dynamic
> assemblies|https://stackoverflow.com/questions/70017263/dynamically-generated-type-is-not-restored-from-persistence-region-after-migrati]
> for Ignite cache keys and values, previous behavior should be restored.
> *Workaround*
> Register dynamic types explicitly before using cache APIs:
> {code}
> ignite.GetBinary().GetBinaryType(MY_TYPE);
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)