DonalEvans commented on pull request #7010: URL: https://github.com/apache/geode/pull/7010#issuecomment-966669272
The reason that the tests are currently failing is that there are only 50 entries in the region but the default value for the index threshold limit is 100, so that limit is not being surpassed and so the `limitAppliedAtIndex` flag is not being set to true. Increasing the number of objects in the region to a value above 100 results in the tests passing. I think that this fix is fine, since the previous assertion was based on the incorrect behaviour which this PR is fixing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
