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 2022/05/13 11:27:00 UTC

[jira] [Commented] (IGNITE-16958) .NET: IgniteConfigurationSection does not inherit from IConfigurationSectionHandler

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

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

{panel:title=Branch: [pull/10022/head] Base: [master] : Possible Blockers (6)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Cache 5{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6567437]]
* IgniteCacheWithIndexingTestSuite: IgniteClientReconnectQueriesTest.testScanQueryReconnectInProgress2 - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Snapshots{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6567489]]
* IgniteSnapshotTestSuite: IgniteClusterSnapshotRestoreSelfTest.testNodeLeftDuringCacheStartOnExchangeFinish[Encryption=true] - 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=6567400]]
* dll: BinaryDynamicRegistrationTest.TestRegistrationMultithreaded(True) - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}JDBC Driver{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=6567452]]
* IgniteJdbcDriverTestSuite: JdbcThinJdbcToCacheDataTypesCoverageTest.testTimestampDataType[atomicityMode=TRANSACTIONAL, cacheMode=PARTITIONED, ttlFactory=null, backups=2, evictionFactory=null, onheapCacheEnabled=false, writeSyncMode=FULL_SYNC, persistenceEnabled=false, useBinaryArrays=false] - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteJdbcDriverTestSuite: JdbcThinJdbcToCacheDataTypesCoverageTest.testUUIDDataType[atomicityMode=TRANSACTIONAL, cacheMode=PARTITIONED, ttlFactory=null, backups=2, evictionFactory=null, onheapCacheEnabled=false, writeSyncMode=FULL_SYNC, persistenceEnabled=false, useBinaryArrays=false] - Test has low fail rate in base branch 0,0% and is not flaky

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

{panel}
{panel:title=Branch: [pull/10022/head] Base: [master] : No new tests found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6567513&amp;buildTypeId=IgniteTests24Java8_RunAll]

> .NET: IgniteConfigurationSection does not inherit from IConfigurationSectionHandler
> -----------------------------------------------------------------------------------
>
>                 Key: IGNITE-16958
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16958
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.12, 2.13
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Blocker
>              Labels: .NET
>             Fix For: 2.14
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Run Apache.Ignite.exe from apache-ignite-2.13.0-bin\platforms\dotnet\bin\net461 with default config file:
> {code}
> ERROR: System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for igniteConfiguration: Type 'Apache.Ignite.Core.IgniteConfigurationSection' does not inherit from 'System.Configuration.IConfigurationSectionHandler'. (C:\Program Files\apache-ignite-2.13.0-bin\platforms\dotnet\bin\net461\Apache.Ignite.exe.Config line 23) ---> System.TypeLoadException: Type 'Apache.Ignite.Core.IgniteConfigurationSection' does not inherit from 'System.Configuration.IConfigurationSectionHandler'. at System.Configuration.TypeUtil.VerifyAssignableType(Type baseType, Type type, Boolean throwOnError) at System.Configuration.MgmtConfigurationRecord.CreateSectionFactory(FactoryRecord factoryRecord) at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere) --- End of inner exception stack trace --- at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at Apache.Ignite.Config.Configurator.ReadConfigurationSection(Tuple2[] args) at Apache.Ignite.Config.Configurator.GetConfiguration(Tuple2[] args) at Apache.Ignite.IgniteRunner.Main(String[] args)
> {code}
> Additionally, Apache.Ignite.exe.config contains some autogenerated binding redirects and {{supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"}}.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)