You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2021/11/10 23:50:32 UTC

[geode] branch develop updated (917b83d -> 01eeaa6)

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

jinmeiliao pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 917b83d  GEODE-9747: add expected DistributedSystemDisconnectedException to the test (#7093)
     add 01eeaa6  GEODE-9746: do not logout old subjects immediately when we get a new subject for the same uniqueId (#7063)

No new revisions were added by this update.

Summary of changes:
 .../internal/cache/DeltaPropagationDUnitTest.java  |  4 +-
 ...ientServerConnectDisconnectDistributedTest.java |  6 +-
 .../SecurityWithExpirationIntegrationTest.java     |  9 ++
 .../cache/tier/sockets/CacheClientProxy.java       | 36 +++++---
 .../cache/tier/sockets/ClientUserAuths.java        | 95 +++++++++++++++-------
 .../cache/tier/sockets/CacheClientProxyTest.java   | 91 ++++++++++++++++-----
 .../cache/tier/sockets/ClientUserAuthsTest.java    | 63 +++++++++++---
 .../geode/security/ExpirableSecurityManager.java   |  4 +-
 8 files changed, 227 insertions(+), 81 deletions(-)