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

Pavel Tupitsyn commented on IGNITE-5338:
----------------------------------------

Found the problem. NUnit runner on TeamCity attaches its own console listener, 
{{NUnit.Core.EventListenerTextWriter}}, and it appears in the log4net object 
graph (inside {{log4net.Util.QuietTextWriter}}). And somewhere deeper there is 
a {{WaitHandle}}, which can't be serialized.

So there is no bug in Ignite, we should just fix the test and get rid of 
log4net there.

> .NET: TestMultipleAssembliesIndirectDependencyMultiLevel fails on TC
> --------------------------------------------------------------------
>
>                 Key: IGNITE-5338
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5338
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: .NET
>             Fix For: 2.1
>
>
> {{PeerAssemblyLoadingTest.TestMultipleAssembliesIndirectDependencyMultiLevel}}
>  fails on TC. Does not reproduce locally.
> The problem is that we try to serialize WaitHandle for some reason, and this 
> does not happen locally.
> Try to add debug output to see the entire object graph.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to