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/20 15:05:00 UTC

[jira] [Commented] (IGNITE-9654) Test testJoinQueryUnstableTopology is flaky in master

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

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

GitHub user NSAmelchev opened a pull request:

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

    IGNITE-9654

    Fix for the **IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest.testJoinQueryUnstableTopology** test.

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

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

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

    https://github.com/apache/ignite/pull/4797.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 #4797
    
----
commit 8a4c4117ebcb84535c076d1e5997f7215a663102
Author: NSAmelchev <ns...@...>
Date:   2018-09-20T15:00:39Z

    Fix test.

----


> Test testJoinQueryUnstableTopology is flaky in master
> -----------------------------------------------------
>
>                 Key: IGNITE-9654
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9654
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Amelchev Nikita
>            Assignee: Amelchev Nikita
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>
> The test IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest.testJoinQueryUnstableTopology is flaky in master. [Example of fail|https://ci.ignite.apache.org/viewLog.html?buildId=1910548&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_Queries1#testNameId-9054712716754027821].
> Log:
> {noformat}
> Failed to stop grid [igniteInstanceName=near.IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest5, cancel=false]
> class org.apache.ignite.internal.IgniteInterruptedCheckedException: sleep interrupted
> 	at org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:7704)
> 	at org.apache.ignite.testframework.GridTestUtils.waitForCondition(GridTestUtils.java:1672)
> 	at org.apache.ignite.testframework.junits.GridAbstractTest.awaitTopologyChange(GridAbstractTest.java:2293)
> 	at org.apache.ignite.testframework.junits.GridAbstractTest.stopGrid(GridAbstractTest.java:1155)
> 	at org.apache.ignite.testframework.junits.GridAbstractTest.stopGrid(GridAbstractTest.java:1130)
> 	at org.apache.ignite.testframework.junits.GridAbstractTest.stopGrid(GridAbstractTest.java:1430)
> 	at org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest.access$100(IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest.java:35)
> 	at org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest$2.call(IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest.java:96)
> 	at org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest$2.call(IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest.java:79)
> 	at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
> Caused by: java.lang.InterruptedException: sleep interrupted
> 	at java.lang.Thread.sleep(Native Method)
> 	at org.apache.ignite.internal.util.IgniteUtils.sleep(IgniteUtils.java:7699)
> 	... 9 more
> java.lang.RuntimeException: Not all Ignite instances has been stopped. Please, see log for details.
> {noformat}



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