[
https://issues.apache.org/jira/browse/IGNITE-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16130349#comment-16130349
]
ASF GitHub Bot commented on IGNITE-6098:
----------------------------------------
GitHub user DmitriyGovorukhin opened a pull request:
https://github.com/apache/ignite/pull/2465
IGNITE-6098 fix test IgniteDataIntegrityTests.testExpandBuffer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6098
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2465.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 #2465
----
commit d298b8bb6e183a51984e3f8db9a9c6b3b92f8695
Author: Dmitriy Govorukhin <[email protected]>
Date: 2017-08-17T12:57:42Z
ignite-6098 fix test IgniteDataIntegrityTests.testExpandBuffer
----
> Test fail IgniteDataIntegrityTests.testExpandBuffer
> ---------------------------------------------------
>
> Key: IGNITE-6098
> URL: https://issues.apache.org/jira/browse/IGNITE-6098
> Project: Ignite
> Issue Type: Test
> Affects Versions: 2.2
> Reporter: Dmitriy Govorukhin
> Assignee: Dmitriy Govorukhin
> Fix For: 2.2
>
>
> {code}
> junit.framework.AssertionFailedError: expected:<0> but was:<13>
> 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.processors.cache.persistence.db.wal.crc.IgniteDataIntegrityTests.testExpandBuffer(IgniteDataIntegrityTests.java:138)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)