You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2018/12/13 07:38:36 UTC

[geode] branch feature/GEODE-6143-5 updated (b58aa50 -> a4c76d4)

This is an automated email from the ASF dual-hosted git repository.

zhouxj pushed a change to branch feature/GEODE-6143-5
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard b58aa50  GEODE-6143: remove PowerMock from DataTypeJUnitTest
     add f932299  GEODE-5674: Stop using random values for test ports (#2958)
     add eabf1de  GEODE-6143: remove PowerMock from RemotePutMessageTest
     add 35d0446  Merge pull request #2992 from apache/feature/GEODE-6143-6
     add a4c76d4  GEODE-6143: remove PowerMock from DataTypeJUnitTest

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b58aa50)
            \
             N -- N -- N   refs/heads/feature/GEODE-6143-5 (a4c76d4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../AvailablePortHelperIntegrationTest.java        |  66 +++++++
 .../org/apache/geode/internal/AvailablePort.java   |   1 +
 .../internal/cache/tx/RemotePutMessageTest.java    |  30 +--
 .../apache/geode/test/dunit/internal/ChildVM.java  |   2 +
 .../apache/geode/internal/AvailablePortHelper.java | 203 ++++++++++++++-------
 5 files changed, 224 insertions(+), 78 deletions(-)