You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2021/02/11 21:14:00 UTC

[jira] [Commented] (IGNITE-12941) .NET: Support .NET 5

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

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

{panel:title=Branch: [pull/8790/head] Base: [master] : Possible Blockers (15)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Control Utility{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5869471]]
* IgniteControlUtilityTestSuite: BaselineEventsRemoteTest.testChangeAutoAdjustEnabled - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}JCache TCK 1.1{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5869419]]

{color:#d04437}SPI{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5869407]]
* IgniteSpiTestSuite: TcpDiscoverySslSelfTest.testFailedNodes3 - Test has low fail rate in base branch 0,0% and is not flaky

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

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

{color:#d04437}Basic 1{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5869417]]
* IgniteBasicTestSuite: BaselineAutoAdjustTest.testBaselineAutoAdjustIgnoreClientNodes - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Cache 1{color} [[tests 6|https://ci.ignite.apache.org/viewLog.html?buildId=5869433]]
* IgniteBinaryCacheTestSuite: CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testNormalWriteAllWithCoalescing - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheTestSuite: CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testReadWithCoalescingSmallRegionWithEviction - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheTestSuite: CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testReadWithCoalescingNormalRegion - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheTestSuite: CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testUpdateAndReadTheSameKeyWithCoalescingHangWriteAll - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheTestSuite: CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testHangWriteAllWithCoalescing - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheTestSuite: CacheJdbcPojoWriteBehindStoreWithCoalescingTest.testUpdateAndReadTheSameKeyWithCoalescing - 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=5869418]]
* IgniteBasicWithPersistenceTestSuite: IgniteClusterSnapshotSelfTest.testClusterSnapshotWithRebalancing - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Basic 2{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5869380]]
* IgniteComputeBasicConfigVariationsFullApiTestSuite: IgniteComputeConfigVariationsFullApiTest_45.testDeployExecuteByName - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}[Missing Tests]{color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5869477]]

{panel}
{panel:title=Branch: [pull/8790/head] Base: [master] : New Tests (1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}JCache TCK 1.1{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5869419]]
* {color:#013220}IgniteDbMemoryLeakTestSuite: IgniteDbMemoryLeakTest.testMemoryLeak - PASSED{color}

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

> .NET: Support .NET 5
> --------------------
>
>                 Key: IGNITE-12941
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12941
>             Project: Ignite
>          Issue Type: New Feature
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, newbie
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> .NET 5 is released. Breaking changes: https://blog.miguelbernard.com/net-5-the-breaking-changes-you-need-to-know-about/
> * Run tests on .NET 5 on Windows and Linux
> * Add nightly .NET TeamCity project (?)
> * Check deployment scenarios
> * Document single-file publish specifics ({{IncludeAllContentForSelfExtract}})
> ------------
> *Self-contained single-file publish issue*
> {code}
> Unhandled exception. System.DllNotFoundException: Unable to load shared library 'libcoreclr.so' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibcoreclr.so: cannot open shared object file: No such file or directory
>    at Apache.Ignite.Core.Impl.Unmanaged.Jni.DllLoader.NativeMethodsCore.dlopen(String filename, Int32 flags)
>    at Apache.Ignite.Core.Impl.Unmanaged.Jni.DllLoader.Load(String dllPath)
>    at Apache.Ignite.Core.Impl.Unmanaged.Jni.JvmDll.LoadDll(String filePath, String simpleName)
>    at Apache.Ignite.Core.Impl.Unmanaged.Jni.JvmDll.Load(String configJvmDllPath, ILogger log)
>    at Apache.Ignite.Core.Ignition.Start(IgniteConfiguration cfg)
>    at Apache.Ignite.Core.Ignition.Start()
>    at IgniteNet5Test.Program.Main(String[] args)
> {code}
> See https://github.com/dotnet/runtime/issues/41859
> h2. Workaround
> {code}
> NativeLibrary.SetDllImportResolver(
>     typeof(Ignition).Assembly,
>     (libraryName, _, _) => libraryName == "libcoreclr.so"
>         ? (IntPtr) (-1)
>         : IntPtr.Zero);
> {code}



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