[
https://issues.apache.org/jira/browse/IGNITE-6091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16129339#comment-16129339
]
ASF GitHub Bot commented on IGNITE-6091:
----------------------------------------
GitHub user DmitriyGovorukhin opened a pull request:
https://github.com/apache/ignite/pull/2462
IGNITE-6091 fix flaky test CacheLateAffinityAssignmentTest.testRandom
…Operations
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6091
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2462.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 #2462
----
commit 5c45c26493afbad023f5d42117348381ed2b6669
Author: Dmitriy Govorukhin <[email protected]>
Date: 2017-08-16T20:09:13Z
ignite-6091 fix flaky test
CacheLateAffinityAssignmentTest.testRandomOperations
----
> Test fail CacheLateAffinityAssignmentTest.testRandomOperations
> --------------------------------------------------------------
>
> Key: IGNITE-6091
> URL: https://issues.apache.org/jira/browse/IGNITE-6091
> Project: Ignite
> Issue Type: Test
> Affects Versions: 2.1
> Reporter: Dmitriy Govorukhin
> Assignee: Dmitriy Govorukhin
> Labels: MakeTeamcityGreenAgain
> Fix For: 2.2
>
>
> Flaky test
> {code}
> junit.framework.AssertionFailedError: Unexpected error:
> javax.cache.CacheException: class org.apache.ignite.IgniteCheckedException:
> Failed to perform cache operation (cache topology is not valid): join-cache-24
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at
> org.apache.ignite.internal.processors.cache.distributed.CacheLateAffinityAssignmentTest.checkCaches(CacheLateAffinityAssignmentTest.java:2176)
> at
> org.apache.ignite.internal.processors.cache.distributed.CacheLateAffinityAssignmentTest.afterTest(CacheLateAffinityAssignmentTest.java:225)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)