[jira] [Updated] (IGNITE-5971) Ignite Continuous Query 2: Flaky failure of #testMultiThreadedFailover

2017-09-26 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-5971:

Fix Version/s: (was: 2.3)

> Ignite Continuous Query 2: Flaky failure of #testMultiThreadedFailover
> --
>
> Key: IGNITE-5971
> URL: https://issues.apache.org/jira/browse/IGNITE-5971
> Project: Ignite
>  Issue Type: Test
>Affects Versions: 2.1
>Reporter: Ivan Rakov
>  Labels: MakeTeamcityGreenAgain
>
> Bunch of tests inherited from CacheContinuousQueryFailoverAbstractSelfTest 
> have flaky #testMultiThreadedFailover test. It fails from time to time in all 
> inherited test classes.
> CacheContinuousQueryAsyncFailoverAtomicSelfTest.testFailoverStartStopBackup 
> fails with problem that looks the same.
> {noformat}
> junit.framework.AssertionFailedError: Lose events, see log for details.
>   at junit.framework.Assert.fail(Assert.java:57)
>   at junit.framework.TestCase.fail(TestCase.java:227)
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest.checkEvents(CacheContinuousQueryFailoverAbstractSelfTest.java:1225)
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest.access$3600(CacheContinuousQueryFailoverAbstractSelfTest.java:117)
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest$22$3.run(CacheContinuousQueryFailoverAbstractSelfTest.java:1962)
>   at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
>   at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:435)
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest$23.run(CacheContinuousQueryFailoverAbstractSelfTest.java:2025)
>   at 
> org.apache.ignite.testframework.GridTestUtils$9.call(GridTestUtils.java:1236)
>   at 
> org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-5971) Ignite Continuous Query 2: Flaky failure of #testMultiThreadedFailover

2017-08-07 Thread Ivan Rakov (JIRA)

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

Ivan Rakov updated IGNITE-5971:
---
Description: 
Bunch of tests inherited from CacheContinuousQueryFailoverAbstractSelfTest have 
flaky #testMultiThreadedFailover test. It fails from time to time in all 
inherited test classes.
CacheContinuousQueryAsyncFailoverAtomicSelfTest.testFailoverStartStopBackup 
fails with problem that looks the same.
{noformat}
junit.framework.AssertionFailedError: Lose events, see log for details.

at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.TestCase.fail(TestCase.java:227)
at 
org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest.checkEvents(CacheContinuousQueryFailoverAbstractSelfTest.java:1225)
at 
org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest.access$3600(CacheContinuousQueryFailoverAbstractSelfTest.java:117)
at 
org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest$22$3.run(CacheContinuousQueryFailoverAbstractSelfTest.java:1962)
at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:435)
at 
org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest$23.run(CacheContinuousQueryFailoverAbstractSelfTest.java:2025)
at 
org.apache.ignite.testframework.GridTestUtils$9.call(GridTestUtils.java:1236)
at 
org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)

{noformat}

  was:
Bunch of tests inherited from CacheContinuousQueryFailoverAbstractSelfTest have 
flaky #testMultiThreadedFailover test. It fails from time to time in all 
inherited test classes.
CacheContinuousQueryAsyncFailoverAtomicSelfTest.testFailoverStartStopBackup 
fails with problem that looks the same.


> Ignite Continuous Query 2: Flaky failure of #testMultiThreadedFailover
> --
>
> Key: IGNITE-5971
> URL: https://issues.apache.org/jira/browse/IGNITE-5971
> Project: Ignite
>  Issue Type: Test
>Affects Versions: 2.1
>Reporter: Ivan Rakov
>  Labels: MakeTeamcityGreenAgain
> Fix For: 2.2
>
>
> Bunch of tests inherited from CacheContinuousQueryFailoverAbstractSelfTest 
> have flaky #testMultiThreadedFailover test. It fails from time to time in all 
> inherited test classes.
> CacheContinuousQueryAsyncFailoverAtomicSelfTest.testFailoverStartStopBackup 
> fails with problem that looks the same.
> {noformat}
> junit.framework.AssertionFailedError: Lose events, see log for details.
>   at junit.framework.Assert.fail(Assert.java:57)
>   at junit.framework.TestCase.fail(TestCase.java:227)
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest.checkEvents(CacheContinuousQueryFailoverAbstractSelfTest.java:1225)
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest.access$3600(CacheContinuousQueryFailoverAbstractSelfTest.java:117)
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest$22$3.run(CacheContinuousQueryFailoverAbstractSelfTest.java:1962)
>   at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
>   at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:435)
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryFailoverAbstractSelfTest$23.run(CacheContinuousQueryFailoverAbstractSelfTest.java:2025)
>   at 
> org.apache.ignite.testframework.GridTestUtils$9.call(GridTestUtils.java:1236)
>   at 
> org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-5971) Ignite Continuous Query 2: Flaky failure of #testMultiThreadedFailover

2017-08-07 Thread Ivan Rakov (JIRA)

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

Ivan Rakov updated IGNITE-5971:
---
Description: 
Bunch of tests inherited from CacheContinuousQueryFailoverAbstractSelfTest have 
flaky #testMultiThreadedFailover test. It fails from time to time in all 
inherited test classes.
CacheContinuousQueryAsyncFailoverAtomicSelfTest.testFailoverStartStopBackup 
fails with problem that looks the same.

  was:Bunch of tests inherited from 
CacheContinuousQueryFailoverAbstractSelfTest have flaky 
#testMultiThreadedFailover test. It fails from time to time in all inherited 
test classes.


> Ignite Continuous Query 2: Flaky failure of #testMultiThreadedFailover
> --
>
> Key: IGNITE-5971
> URL: https://issues.apache.org/jira/browse/IGNITE-5971
> Project: Ignite
>  Issue Type: Test
>Affects Versions: 2.1
>Reporter: Ivan Rakov
>  Labels: MakeTeamcityGreenAgain
> Fix For: 2.2
>
>
> Bunch of tests inherited from CacheContinuousQueryFailoverAbstractSelfTest 
> have flaky #testMultiThreadedFailover test. It fails from time to time in all 
> inherited test classes.
> CacheContinuousQueryAsyncFailoverAtomicSelfTest.testFailoverStartStopBackup 
> fails with problem that looks the same.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)