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/19 21:55:32 UTC

[geode] branch feature/GEODE-6143-9 updated (d41ab83 -> ddbe4aa)

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

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


 discard d41ab83  GEODE-6143: remove PowerMock from HARegionQueueIntegrationTest GEODE-6143: remove PowerMock from HARegionQueueJUnitTest
     add 947c4db  GEODE-6215: Making session meta-data region distributed (#3012)
     add ddbe4aa  GEODE-6143: remove PowerMock from HARegionQueueIntegrationTest GEODE-6143: remove PowerMock from HARegionQueueJUnitTest

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   (d41ab83)
            \
             N -- N -- N   refs/heads/feature/GEODE-6143-9 (ddbe4aa)

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:
 extensions/geode-modules/build.gradle              |   7 +
 .../util/ClientServerSessionCacheDUnitTest.java    | 267 +++++++++++++++++++
 .../geode/modules/util/CreateRegionFunction.java   |   6 +-
 .../geode/modules/util/SessionCustomExpiry.java    |   4 +
 .../geode/session/tests/ContainerManager.java      |   7 +
 .../session/tests/TomcatClientServerTest.java      |  18 +-
 .../Tomcat8ClientServerRollingUpgradeTest.java     | 293 +++++++++++++++++++++
 .../internal/ClusterDistributionManager.java       |   5 +
 .../distributed/internal/DistributionManager.java  |   2 +
 .../internal/LonerDistributionManager.java         |   5 +
 .../cache/xmlcache/RegionAttributesCreation.java   |  10 +-
 11 files changed, 615 insertions(+), 9 deletions(-)
 create mode 100644 extensions/geode-modules/src/distributedTest/java/org/apache/geode/modules/util/ClientServerSessionCacheDUnitTest.java
 create mode 100644 geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/Tomcat8ClientServerRollingUpgradeTest.java