[
https://issues.apache.org/jira/browse/GEODE-4929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund updated GEODE-4929:
-----------------------------
Description:
While renaming Bug42055DUnitTest as BucketRegionSizeWithOverflowRegressionTest,
I found that the test had never been "completed" so I finished writing it
according to the summary and description of the original TRAC bug.
Javadocs on the test say:
{noformat}
Test that the bucket size does not go negative when we fault out and in a delta
object.
{noformat}
...but the original bug doesn't seem to be specific to delta, so I recommend
writing another test to cover what this javadoc describes.
The summary of TRAC #42055 is:
{noformat}
a pr accessor configured for OverflowToDisk fails during creation because of
disk
{noformat}
I interpret the bug as saying:
{noformat}
PR accessor configured for OverflowToDisk should not create a diskstore.
{noformat}
Unfortunately, the test shows that the Accessor does in fact create a
diskstore. I'm marking the test with {{\@Ignore("GEODE-4929")}} until we can
fix this bug or determine that the assertion is invalid.
was:
While renaming Bug42055DUnitTest as BucketRegionSizeWithOverflowRegressionTest,
I found that the test had never been "completed" so I finished writing it
according to the summary and description of the original TRAC bug.
Javadocs on the test say:
{noformat}
Test that the bucket size does not go negative when we fault out and in a delta
object.
{noformat}
...bug the original bug doesn't seem to be specific to delta, so I recommend
writing another test to cover what this javadoc describes.
The summary of TRAC #42055 is:
{noformat}
a pr accessor configured for OverflowToDisk fails during creation because of
disk
{noformat}
I interpret the bug as saying:
{noformat}
PR accessor configured for OverflowToDisk should not create a diskstore.
{noformat}
Unfortunately, the test shows that the Accessor does in fact create a
diskstore. I'm marking the test with {{\@Ignore("GEODE-4929")}} until we can
fix this bug or determine that the assertion is invalid.
> PR Accessor with Overflow should not create DiskStore
> -----------------------------------------------------
>
> Key: GEODE-4929
> URL: https://issues.apache.org/jira/browse/GEODE-4929
> Project: Geode
> Issue Type: Bug
> Components: persistence
> Reporter: Kirk Lund
> Priority: Major
>
> While renaming Bug42055DUnitTest as
> BucketRegionSizeWithOverflowRegressionTest, I found that the test had never
> been "completed" so I finished writing it according to the summary and
> description of the original TRAC bug.
> Javadocs on the test say:
> {noformat}
> Test that the bucket size does not go negative when we fault out and in a
> delta object.
> {noformat}
> ...but the original bug doesn't seem to be specific to delta, so I recommend
> writing another test to cover what this javadoc describes.
> The summary of TRAC #42055 is:
> {noformat}
> a pr accessor configured for OverflowToDisk fails during creation because of
> disk
> {noformat}
> I interpret the bug as saying:
> {noformat}
> PR accessor configured for OverflowToDisk should not create a diskstore.
> {noformat}
> Unfortunately, the test shows that the Accessor does in fact create a
> diskstore. I'm marking the test with {{\@Ignore("GEODE-4929")}} until we can
> fix this bug or determine that the assertion is invalid.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)