[03/21] incubator-geode git commit: GEODE-185: Fix races in testRegionIdleInvalidate

2015-09-24 Thread klund
GEODE-185: Fix races in testRegionIdleInvalidate The test code is now careful to wait for the expiration clock to advance. A different assertion will be triggered if the expiration clock goes back in time. Fixed two places in the product expiration code that did not use the expiration clock. P

[28/50] [abbrv] incubator-geode git commit: GEODE-185: Fix races in testRegionIdleInvalidate

2015-08-14 Thread bschuchardt
GEODE-185: Fix races in testRegionIdleInvalidate The test code is now careful to wait for the expiration clock to advance. A different assertion will be triggered if the expiration clock goes back in time. Fixed two places in the product expiration code that did not use the expiration clock. P

[16/19] incubator-geode git commit: GEODE-185: Fix races in testRegionIdleInvalidate

2015-08-06 Thread qihong
GEODE-185: Fix races in testRegionIdleInvalidate The test code is now careful to wait for the expiration clock to advance. A different assertion will be triggered if the expiration clock goes back in time. Fixed two places in the product expiration code that did not use the expiration clock. P

incubator-geode git commit: GEODE-185: Fix races in testRegionIdleInvalidate

2015-08-06 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/develop 82de565d2 -> 7d4ae09fc GEODE-185: Fix races in testRegionIdleInvalidate The test code is now careful to wait for the expiration clock to advance. A different assertion will be triggered if the expiration clock goes back in time.