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)