You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2015/07/24 20:37:04 UTC

[jira] [Created] (GEODE-156) unit tests that call pauseIfNecessary will intermittently fail

Darrel Schneider created GEODE-156:
--------------------------------------

             Summary: unit tests that call pauseIfNecessary will intermittently fail
                 Key: GEODE-156
                 URL: https://issues.apache.org/jira/browse/GEODE-156
             Project: Geode
          Issue Type: Bug
            Reporter: Darrel Schneider
            Assignee: Darrel Schneider
            Priority: Minor


Many of the unit tests in MultiVMRegionTestCase call pauseIfNecessary.
They do this to allow previous operations done on a no-ack region to complete.
But since the pause is simply a sleep it is possible for these tests to not sleep long enough and still fail.
They may also sleep longer than is needed.
We have a StateFlushOperation that can be used by the sender to wait until all the no-ack ops it did on a particular region have completed.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)