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

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

     [ https://issues.apache.org/jira/browse/IGNITE-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amelchev Nikita updated IGNITE-9654:
------------------------------------
    Description: 
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}


  was:
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}
java.lang.RuntimeException: Not all Ignite instances has been stopped. Please, see log for details.
{noformat}



> 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)