You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ri...@apache.org on 2021/10/06 14:46:02 UTC

[geode] branch GEODE-9567-next-geode-for-redis-rename updated (e5a1694 -> 5cb7c73)

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

ringles pushed a change to branch GEODE-9567-next-geode-for-redis-rename
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard e5a1694  Rename help/serializable files
 discard 47e7dfc  Full rename
     add 4b3c49e  GEODE-9640: Initiate threadId in EventID. (#6905)
     add ccccc5e  GEODE-9663: throw and handle AuthenticationExpiredException at login time (#6927)
     add d5995b5  GEODE-9662: increase acceptance test timeout (#6940)
     add c2ad63a  Full rename
     add 5cb7c73  Rename help/serializable files

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   (e5a1694)
            \
             N -- N -- N   refs/heads/GEODE-9567-next-geode-for-redis-rename (5cb7c73)

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:
 ci/pipelines/shared/jinja.variables.yml            |   4 +-
 .../ClusterConfigurationSecurityDUnitTest.java     |   2 +-
 .../IntegratedSecurityPeerAuthDUnitTest.java       |   9 +-
 .../PeerSecurityWithEmbeddedLocatorDUnitTest.java  |   2 +-
 .../security/StartServerAuthorizationTest.java     |   2 +-
 .../SecurityWithExpirationIntegrationTest.java     |   3 +-
 .../cache/client/internal/AuthenticateUserOp.java  |  27 +-
 .../org/apache/geode/internal/cache/EventID.java   |  19 +-
 .../internal/cache/tier/sockets/Handshake.java     |   3 +-
 .../cache/tier/sockets/ServerConnection.java       |   4 +-
 .../security/IntegratedSecurityService.java        |  12 +-
 .../org/apache/geode/security/SecurityManager.java |   7 +-
 .../client/internal/AuthenticateUserOpTest.java    |  73 ++++-
 .../apache/geode/internal/cache/EventIDTest.java   |  48 +++-
 .../security/IntegratedSecurityServiceTest.java    |  57 ++++
 .../AuthExpirationMultiServerDUnitTest.java        |  56 ++++
 .../DurableClientCQClusterRestartDUnitTest.java    | 316 +++++++++++++++++++++
 .../internal/executor/connection/AuthExecutor.java |  28 +-
 .../executor/connection/AuthExecutorTest.java      |  70 +++++
 .../geode/security/ExpirableSecurityManager.java   |   2 +-
 .../gemstone/gemfire/OldClientSupportProvider.java |  11 +-
 ...usterManagementSecurityRestIntegrationTest.java |   2 +-
 22 files changed, 715 insertions(+), 42 deletions(-)
 create mode 100644 geode-cq/src/distributedTest/java/org/apache/geode/internal/cache/tier/sockets/DurableClientCQClusterRestartDUnitTest.java
 create mode 100644 geode-for-redis/src/test/java/org/apache/geode/redis/internal/executor/connection/AuthExecutorTest.java