[
https://issues.apache.org/jira/browse/IGNITE-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178244#comment-15178244
]
ASF GitHub Bot commented on IGNITE-2757:
----------------------------------------
GitHub user agura opened a pull request:
https://github.com/apache/ignite/pull/535
ignite-2757 Test fixed
Fix for https://issues.apache.org/jira/browse/IGNITE-2757
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/agura/incubator-ignite ignite-2757
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/535.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 #535
----
commit 8f14e6bb01cc00a46d31031e74fc9a3140a710b2
Author: agura <[email protected]>
Date: 2016-03-03T17:54:18Z
ignite-2757 Test fixed
----
> [Failed test] Test GridTaskCancelSingleNodeSelfTest.testImmediateCancellation
> fails in rare cases
> -------------------------------------------------------------------------------------------------
>
> Key: IGNITE-2757
> URL: https://issues.apache.org/jira/browse/IGNITE-2757
> Project: Ignite
> Issue Type: Test
> Reporter: Andrey Gura
> Assignee: Andrey Gura
> Labels: test
> Fix For: 1.6
>
>
> Test {{GridTaskCancelSingleNodeSelfTest.testImmediateCancellation}} fails in
> rare cases.
> {noformat}
> java.lang.AssertionError: Failed on iteration [i=2, finished=0, cancelled=0,
> rejected=1]
> at
> org.apache.ignite.internal.GridTaskCancelSingleNodeSelfTest.checkCancellation(GridTaskCancelSingleNodeSelfTest.java:127)
> at
> org.apache.ignite.internal.GridTaskCancelSingleNodeSelfTest.testImmediateCancellation(GridTaskCancelSingleNodeSelfTest.java:64)
> {noformat}
> And more rare failures happen with:
> {noformat}
> java.lang.AssertionError: Failed on iteration [i=2, finished=1, cancelled=1,
> rejected=0]
> at
> org.apache.ignite.internal.GridTaskCancelSingleNodeSelfTest.checkCancellation(GridTaskCancelSingleNodeSelfTest.java:127)
> at
> org.apache.ignite.internal.GridTaskCancelSingleNodeSelfTest.testImmediateCancellation(GridTaskCancelSingleNodeSelfTest.java:64)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)