----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45048/ -----------------------------------------------------------
Review request for geode, anilkumar gingade, Barry Oglesby, Jason Huynh, nabarun nag, Dan Smith, and xiaojian zhou. Repository: geode Description ------- Test issue. Before validation test checks to see if the events are drained on the server side, but doesn't count for time taken to receive the event on client side and invoke its cache listener. Based on the machine speed and thread invocation timing, this test can intermediately fail. Added wait logic at client side CacheListener. Diffs ----- geode-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientInterestNotifyDUnitTest.java 1559506d068fe03f4f46de67abeab147ce08cf4a Diff: https://reviews.apache.org/r/45048/diff/ Testing ------- Run the test by simulating the problem (using thread and sleep) and validated test working as expected. Thanks, anilkumar gingade
