GitHub user nabarunnag opened a pull request:

    https://github.com/apache/incubator-geode/pull/189

    GEODE-1586: Re-arranged the validation sequence in the test case.

        * Validate that the receiver region side before validating that the 
sender's queues are drained.
        * This gives the sender's queues additional time to drain.
        * size() in CustomEntryConcurrentHashMap is written such that if the 
counts do not change in two iterations, that value is returned as size.
        * This size() will not be always consistent.
        * Only the test can be modified to ensure that the queues get enough 
time to drain out.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nabarunnag/incubator-geode feature/GEODE-1586

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-geode/pull/189.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #189
    
----
commit 2a60afea39c50042c631bf8e8732e5a86a186ceb
Author: nabarun <[email protected]>
Date:   2016-06-30T17:47:16Z

    GEODE-1586: Re-arranged the validation sequence in the test case.
        * Validate that the receiver region side before validating that the 
sender's queues are drained.
        * This gives the sender's queues additional time to drain.
        * size() in CustomEntryConcurrentHashMap is written such that if the 
counts do not change in two iterations, that value is returned as size.
        * This size() will not be always consistent.
        * Only the test can be modified to ensure that the queues get enough 
time to drain out.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to