You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2015/11/27 15:25:11 UTC

[jira] [Created] (IGNITE-2020) [Test failed] GridProjectionLocalJobMultipleArgumentsSelfTest cain fail sometimes

Andrey Gura created IGNITE-2020:
-----------------------------------

             Summary: [Test failed] GridProjectionLocalJobMultipleArgumentsSelfTest cain fail sometimes
                 Key: IGNITE-2020
                 URL: https://issues.apache.org/jira/browse/IGNITE-2020
             Project: Ignite
          Issue Type: Test
            Reporter: Andrey Gura
            Assignee: Andrey Gura
             Fix For: 1.5


Test from {{GridProjectionLocalJobMultipleArgumentsSelfTest}} class can fail because collisions of {{ids}} happen due to  {{System.identityHashCode}} method invocation.

{noformat}
junit.framework.AssertionFailedError: expected:<3> but was:<2>
    at junit.framework.Assert.fail(Assert.java:57)
    at junit.framework.Assert.failNotEquals(Assert.java:329)
    at junit.framework.Assert.assertEquals(Assert.java:78)
    at junit.framework.Assert.assertEquals(Assert.java:234)
    at junit.framework.Assert.assertEquals(Assert.java:241)
    at junit.framework.TestCase.assertEquals(TestCase.java:409)
    at org.apache.ignite.internal.GridProjectionLocalJobMultipleArgumentsSelfTest.testCallWithProducer(GridProjectionLocalJobMultipleArgumentsSelfTest.java:154)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)