You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vitaliy Biryukov (JIRA)" <ji...@apache.org> on 2017/10/03 17:33:00 UTC

[jira] [Comment Edited] (IGNITE-5504) Failures in GridTcpCommunicationSpiRecoverySelfTest

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

Vitaliy Biryukov edited comment on IGNITE-5504 at 10/3/17 5:32 PM:
-------------------------------------------------------------------

Hi, [~vozerov], test fixed.
The cause of these failures was sleep before closing socket in this [Line|https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridNioServer.java#L2283].

[TC run for Ignite SPI suite|https://ci.ignite.apache.org/viewLog.html?buildId=868753&tab=buildResultsDiv&buildTypeId=Ignite20Tests_IgniteSpi]



was (Author: vitaliyb):
Hi, [~vozerov], test fixed.
The cause of these failures was sleep before closing socket in this [line|https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridNioServer.java#L2283]

[TC run for Ignite SPI suite|https://ci.ignite.apache.org/viewLog.html?buildId=868753&tab=buildResultsDiv&buildTypeId=Ignite20Tests_IgniteSpi]


> Failures in GridTcpCommunicationSpiRecoverySelfTest
> ---------------------------------------------------
>
>                 Key: IGNITE-5504
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5504
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vladimir Ozerov
>            Assignee: Vitaliy Biryukov
>              Labels: MakeTeamcityGreenAgain, Muted_test, test-fail
>
> Reproducible only on TeamCity.
> Affected tests:
> {{GridTcpCommunicationSpiRecoverySelfTest.testBlockRead1}}
> {{GridTcpCommunicationSpiRecoverySelfTest.testBlockRead2}}
> {{GridTcpCommunicationSpiRecoverySelfTest.testBlockRead3}}
> Root cause:
> {code}
> [2017-06-14 18:16:30,016][ERROR][main][root] Test failed.
> junit.framework.AssertionFailedError: Failed to wait for session close
>     at junit.framework.Assert.fail(Assert.java:57)
>     at junit.framework.Assert.assertTrue(Assert.java:22)
>     at junit.framework.TestCase.assertTrue(TestCase.java:192)
>     at org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiRecoverySelfTest.testBlockRead1(GridTcpCommunicationSpiRecoverySelfTest.java:333)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at junit.framework.TestCase.runTest(TestCase.java:176)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:1992)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:131)
>     at org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:1907)
>     at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)