[
https://issues.apache.org/jira/browse/IGNITE-8887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16524980#comment-16524980
]
ASF GitHub Bot commented on IGNITE-8887:
----------------------------------------
GitHub user andrey-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/4265
IGNITE-8887 Failing test method explicitly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrey-kuznetsov/ignite ignite-8887
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4265.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 #4265
----
commit 56b2ffdafbea0856f09fd483062d78bb588ed211
Author: Andrey Kuznetsov <stkuzma@...>
Date: 2018-06-27T12:27:24Z
IGNITE-8887 Failing test method explicitly.
----
> IgfsLocalSecondaryFileSystemDualAsyncSelfTest.testAccessAndModificationTimeUpwardsPropagation
> fails flakily on master
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-8887
> URL: https://issues.apache.org/jira/browse/IGNITE-8887
> Project: Ignite
> Issue Type: Bug
> Components: igfs
> Affects Versions: 2.5
> Reporter: Andrey Kuznetsov
> Priority: Major
> Fix For: 2.7
>
>
> {noformat}
> junit.framework.AssertionFailedError: expected:<IgniteBiTuple
> [val1=1530089110000, val2=1530089110000]> but was:<IgniteBiTuple
> [val1=1530089111000, val2=1530089110000]>
> 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:86)
> at junit.framework.TestCase.assertEquals(TestCase.java:253)
> at
> org.apache.ignite.internal.processors.igfs.IgfsDualAbstractSelfTest.testAccessAndModificationTimeUpwardsPropagation(IgfsDualAbstractSelfTest.java:1544)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)