[
https://issues.apache.org/jira/browse/GEODE-8555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sarah Abbey updated GEODE-8555:
-------------------------------
Description:
Updating Junit to 4.13, one test failed on Windows due to failure to delete
some temporary test files.
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsCoreIntegrationTestOpenJDK8/builds/455
{code:java}
org.apache.geode.internal.cache.SimpleDiskRegionJUnitTest > testBasicClose
FAILED
java.lang.AssertionError: Exception in createOverflowOnly due to
java.lang.IllegalStateException: The region "/testRegion" has been persisted to
disk so it can not be recreated on the same disk store without persistence.
Either destroy the persistent region, recreate it as overflow and persistent,
or create the overflow only region on a different disk store.
at org.junit.Assert.fail(Assert.java:89)
at
org.apache.geode.internal.cache.SimpleDiskRegionJUnitTest.testBasicClose(SimpleDiskRegionJUnitTest.java:75)
{code}
was:Updating Junit to 4.13, one test failed on Windows due to failure to
delete some temporary test files.
> SimpleDiskRegionJunitTest fails on Windows
> ------------------------------------------
>
> Key: GEODE-8555
> URL: https://issues.apache.org/jira/browse/GEODE-8555
> Project: Geode
> Issue Type: Test
> Components: core
> Affects Versions: 1.14.0
> Reporter: Raymond Ingles
> Assignee: Sarah Abbey
> Priority: Major
>
> Updating Junit to 4.13, one test failed on Windows due to failure to delete
> some temporary test files.
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsCoreIntegrationTestOpenJDK8/builds/455
> {code:java}
> org.apache.geode.internal.cache.SimpleDiskRegionJUnitTest > testBasicClose
> FAILED
> java.lang.AssertionError: Exception in createOverflowOnly due to
> java.lang.IllegalStateException: The region "/testRegion" has been persisted
> to disk so it can not be recreated on the same disk store without
> persistence. Either destroy the persistent region, recreate it as overflow
> and persistent, or create the overflow only region on a different disk store.
> at org.junit.Assert.fail(Assert.java:89)
> at
> org.apache.geode.internal.cache.SimpleDiskRegionJUnitTest.testBasicClose(SimpleDiskRegionJUnitTest.java:75)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)