You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Amogh Shetkar (JIRA)" <ji...@apache.org> on 2015/07/24 16:12:04 UTC

[jira] [Updated] (GEODE-155) RegionWithHDFS*BasicDUnitTest.testWOTimeForRollOverParam failed due to incorrect number of files created.

     [ https://issues.apache.org/jira/browse/GEODE-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amogh Shetkar updated GEODE-155:
--------------------------------
    Description: 
The same test case in two distributed tests failed with the same error in Jenkins build #165.

{code}
com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSOffHeapBasicDUnitTest > testWOTimeForRollOverParam FAILED
    junit.framework.AssertionFailedError: there should be exactly two files, but there are 1

com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSBasicDUnitTest > testWOTimeForRollOverParam FAILED
    junit.framework.AssertionFailedError: there should be exactly two files, but there are 1
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.Assert.assertTrue(Assert.java:22)
        at junit.framework.TestCase.assertTrue(TestCase.java:192)
        at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSBasicDUnitTest.verifyTwoHDFSFiles(RegionWithHDFSBasicDUnitTest.java:1075)
        at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSBasicDUnitTest.testWOTimeForRollOverParam(RegionWithHDFSBasicDUnitTest.java:1023)
{code}

  was:
The same test case in two distributed tests failed with the same error in Jenkins build #165.

{{{
com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSOffHeapBasicDUnitTest > testWOTimeForRollOverParam FAILED
    junit.framework.AssertionFailedError: there should be exactly two files, but there are 1

com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSBasicDUnitTest > testWOTimeForRollOverParam FAILED
    junit.framework.AssertionFailedError: there should be exactly two files, but there are 1
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.Assert.assertTrue(Assert.java:22)
        at junit.framework.TestCase.assertTrue(TestCase.java:192)
        at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSBasicDUnitTest.verifyTwoHDFSFiles(RegionWithHDFSBasicDUnitTest.java:1075)
        at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSBasicDUnitTest.testWOTimeForRollOverParam(RegionWithHDFSBasicDUnitTest.java:1023)
}}}


> RegionWithHDFS*BasicDUnitTest.testWOTimeForRollOverParam failed due to incorrect number of files created.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-155
>                 URL: https://issues.apache.org/jira/browse/GEODE-155
>             Project: Geode
>          Issue Type: Bug
>          Components: hdfs
>    Affects Versions: 1.0.0-incubating
>            Reporter: Amogh Shetkar
>            Assignee: Amogh Shetkar
>
> The same test case in two distributed tests failed with the same error in Jenkins build #165.
> {code}
> com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSOffHeapBasicDUnitTest > testWOTimeForRollOverParam FAILED
>     junit.framework.AssertionFailedError: there should be exactly two files, but there are 1
> com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSBasicDUnitTest > testWOTimeForRollOverParam FAILED
>     junit.framework.AssertionFailedError: there should be exactly two files, but there are 1
>         at junit.framework.Assert.fail(Assert.java:57)
>         at junit.framework.Assert.assertTrue(Assert.java:22)
>         at junit.framework.TestCase.assertTrue(TestCase.java:192)
>         at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSBasicDUnitTest.verifyTwoHDFSFiles(RegionWithHDFSBasicDUnitTest.java:1075)
>         at com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSBasicDUnitTest.testWOTimeForRollOverParam(RegionWithHDFSBasicDUnitTest.java:1023)
> {code}



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