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

[jira] [Comment Edited] (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=16630488#comment-16630488 ] 

Alexey Goncharuk edited comment on IGNITE-9654 at 9/27/18 2:10 PM:
-------------------------------------------------------------------

Thanks, [~NSAmelchev], merged to master and ignite-2.7.


was (Author: agoncharuk):
Thanks, [~NSAmelchev], merged to master.

> 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
>             Fix For: 2.7
>
>
> 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)