You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/19 06:19:00 UTC

[jira] [Commented] (IGNITE-9627) TcpCommunicationSpiSkipMessageSendTest.testClientSegmented is flaky in master

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

ASF GitHub Bot commented on IGNITE-9627:
----------------------------------------

GitHub user NSAmelchev opened a pull request:

    https://github.com/apache/ignite/pull/4790

    IGNITE-9627

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/NSAmelchev/ignite ignite-9627

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4790.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4790
    
----
commit 70a52b783e869fee31b3fa7a68a845d5f0c28630
Author: NSAmelchev <ns...@...>
Date:   2018-09-19T06:17:18Z

    Fix for issue

----


> TcpCommunicationSpiSkipMessageSendTest.testClientSegmented is flaky in master
> -----------------------------------------------------------------------------
>
>                 Key: IGNITE-9627
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9627
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Amelchev Nikita
>            Assignee: Amelchev Nikita
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>
> The test is flaky in master. Also, it uses the default failure handler and can halt JVM.
> Example of fail: [TC build|https://ci.ignite.apache.org/viewLog.html?buildId=1895268&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_Spi#testNameId-3225493048753223945]. Log:
> {noformat}
> [2018-09-18 06:12:42,466][ERROR][main][root] Test failed.
> junit.framework.AssertionFailedError: Client wasn't segmented.
>     at junit.framework.Assert.fail(Assert.java:57)
>     at junit.framework.TestCase.fail(TestCase.java:227)
>     at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiSkipMessageSendTest.testClientSegmented(TcpCommunicationSpiSkipMessageSendTest.java:104)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:498)
>     at junit.framework.TestCase.runTest(TestCase.java:176)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:2177)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:143)
>     at org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:2092)
>     at java.lang.Thread.run(Thread.java:748)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)