agingade commented on a change in pull request #5124: URL: https://github.com/apache/geode/pull/5124#discussion_r427615425
########## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ########## @@ -408,22 +394,21 @@ public void clearShouldFailWhenCoordinatorMemberIsBouncedAndExpirationTasksShoul @TestCaseName("[{index}] {method}(Coordinator:{0}, RegionType:{1})") public void clearShouldSucceedAndRemoveRegisteredExpirationTasksWhenNonCoordinatorMemberIsBounced( TestVM coordinatorVM, RegionShortcut regionShortcut) { - final int entries = 1500; + final int entries = 500; + + RegionShortcut rs = regionShortcut; Review comment: Fixed the way it was getting used. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org