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/04/04 22:37:00 UTC

[jira] [Commented] (IGNITE-16788) .NET: verify-nuget.ps1 fails

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

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

{panel:title=Branch: [pull/9933/head] Base: [master] : Possible Blockers (6)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}ZooKeeper (Discovery) 1{color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=6504581]]

{color:#d04437}Snapshots{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6504595]]
* IgniteSnapshotTestSuite: IgniteClusterSnapshotRestoreSelfTest.testStartClusterSnapshotRestoreMultipleThreadsDiffNode[Encryption=false] - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Cache (Failover) 1{color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=6504519]]

{color:#d04437}Cassandra Store{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6504538]]
* IgniteCassandraStoreTestSuite: CassandraDirectPersistenceTest.pojoStrategyTransactionTest - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}ZooKeeper (Discovery) 2{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=6504582]]
* ZookeeperDiscoverySpiTestSuite2: IgniteCacheEntryListenerWithZkDiscoAtomicTest.testEvents - Test has low fail rate in base branch 0,0% and is not flaky
* ZookeeperDiscoverySpiTestSuite2: IgniteCacheEntryListenerWithZkDiscoAtomicTest.testEventsObjectKeyValue - Test has low fail rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/9933/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=6504619&amp;buildTypeId=IgniteTests24Java8_RunAll]

> .NET: verify-nuget.ps1 fails
> ----------------------------
>
>                 Key: IGNITE-16788
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16788
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.13
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>             Fix For: 2.13
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> *verify-nuget.ps1* fails with the following error:
> {code}
> Unhandled Exception: System.TypeInitializationException: The type initializer for 'NLog.LogManager' threw an exception. ---> System.MissingMethodException: Method not found: 'System.AppDomainSetup System.AppDomain.get_SetupInformation()'.
>    at NLog.Internal.Fakeables.AppDomainWrapper..ctor(AppDomain appDomain)
>    at NLog.LogFactory.get_CurrentAppDomain()
>    at NLog.LogFactory..ctor()
>    at NLog.LogManager..cctor()
>    --- End of inner exception stack trace ---
>    at NLog.Internal.ExceptionHelper.MustBeRethrown(Exception exception)
>    at NLog.Config.Factory`2.ScanTypes(Type[] types, String prefix)
>    at NLog.Config.ConfigurationItemFactory.RegisterItemsFromAssembly(Assembly assembly, String itemNamePrefix)
>    at NLog.Config.ConfigurationItemFactory..ctor(Assembly[] assemblies)
>    at NLog.Config.ConfigurationItemFactory.BuildDefaultFactory()
>    at NLog.Config.ConfigurationItemFactory.get_Default()
>    at NLog.Targets.TargetWithLayout..ctor()
>    at NLog.Targets.ColoredConsoleTarget..ctor()
>    at test_proj.Program.InitLoggers() in /home/pavel/w/ignite/modules/platforms/dotnet/release/test-proj/Program.cs:line 105
>    at test_proj.Program.MainAsync() in /home/pavel/w/ignite/modules/platforms/dotnet/release/test-proj/Program.cs:line 44
>    at test_proj.Program.Main() in /home/pavel/w/ignite/modules/platforms/dotnet/release/test-proj/Program.cs:line 39
> {code}
> Additionally, it requires unsupported .NET Core 2.1 SDK via global.json.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)