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 Kuznetsov (JIRA)" <ji...@apache.org> on 2018/06/27 08:52:00 UTC

[jira] [Created] (IGNITE-8887) IgfsLocalSecondaryFileSystemDualAsyncSelfTest.testAccessAndModificationTimeUpwardsPropagation fails flakily on master

Andrey Kuznetsov created IGNITE-8887:
----------------------------------------

             Summary: 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
             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)