You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Lynn Gallinat (JIRA)" <ji...@apache.org> on 2017/09/14 16:13:00 UTC

[jira] [Resolved] (GEODE-3185) CI failure (windows): org.apache.geode.internal.cache.BackupJUnitTest, 3 tests failing with java.lang.AssertionError: Null entry

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

Lynn Gallinat resolved GEODE-3185.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

commit a5c67bae8546fd66dbb2b374015e34196a713d66
Author: Lynn Gallinat <lg...@pivotal.io>
Date:   Tue Sep 12 16:56:49 2017 -0700

    GEODE-3185: Fixes CI failures in windows in org.apache.geode.internal.cache.BackupJUnitTest

    The windows restore script now cds to the directory containing the script.
    This makes the windows restore script similar to the unix restore script
    The restore script uses relative path names, so the cd is required for it to work.


> CI failure (windows): org.apache.geode.internal.cache.BackupJUnitTest, 3 tests failing with java.lang.AssertionError: Null entry
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-3185
>                 URL: https://issues.apache.org/jira/browse/GEODE-3185
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Lynn Gallinat
>            Assignee: Lynn Gallinat
>              Labels: storage_3, windows_test
>             Fix For: 1.3.0
>
>
> {noformat}
> org.apache.geode.internal.cache.BackupJUnitTest > testBackupAndRecover FAILED
>     java.lang.AssertionError: Null entry 512
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at org.apache.geode.internal.cache.BackupJUnitTest.validateEntriesExist(BackupJUnitTest.java:354)
>         at org.apache.geode.internal.cache.BackupJUnitTest.backupAndRecover(BackupJUnitTest.java:229)
>         at org.apache.geode.internal.cache.BackupJUnitTest.testBackupAndRecover(BackupJUnitTest.java:126)
> org.apache.geode.internal.cache.BackupJUnitTest > testCompactionDuringBackup FAILED
>     java.lang.AssertionError: Null entry 0
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at org.apache.geode.internal.cache.BackupJUnitTest.validateEntriesExist(BackupJUnitTest.java:354)
>         at org.apache.geode.internal.cache.BackupJUnitTest.testCompactionDuringBackup(BackupJUnitTest.java:309)
> org.apache.geode.internal.cache.BackupJUnitTest > testBackupAndRecoverOldConfig FAILED
>     java.lang.AssertionError: Null entry 512
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at org.apache.geode.internal.cache.BackupJUnitTest.validateEntriesExist(BackupJUnitTest.java:354)
>         at org.apache.geode.internal.cache.BackupJUnitTest.backupAndRecover(BackupJUnitTest.java:229)
>         at org.apache.geode.internal.cache.BackupJUnitTest.testBackupAndRecoverOldConfig(BackupJUnitTest.java:136)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)