You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/06/15 14:06:00 UTC

[jira] [Created] (IGNITE-5504) Failures in GridTcpCommunicationSpiRecoverySelfTest

Vladimir Ozerov created IGNITE-5504:
---------------------------------------

             Summary: Failures in GridTcpCommunicationSpiRecoverySelfTest
                 Key: IGNITE-5504
                 URL: https://issues.apache.org/jira/browse/IGNITE-5504
             Project: Ignite
          Issue Type: Bug
            Reporter: Vladimir Ozerov
             Fix For: 2.1


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)