This is an automated email from the ASF dual-hosted git repository.
randgalt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git.
from 7f65c9e CURATOR-500 - move to Gitbox
add ea505f5 CURATOR-498
add 5751526 CURATOR-498
add e0b6c9b CURATOR-498
add e6defc4 CURATOR-498
add eada598 CURATOR-498
add 782448e CURATOR-498
add 6cf28ec CURATOR-498 - minor tuning to testSessionSurvives() test
new 973cb0b Merge branch 'CURATOR-498'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/curator/utils/Compatibility.java | 45 ++++++--
.../curator/utils/InjectSessionExpiration.java | 34 +-----
.../test/java/org/apache/curator/BasicTests.java | 4 +-
.../apache/curator/TestSessionFailRetryLoop.java | 10 +-
.../curator/framework/imps/CreateBuilderImpl.java | 80 +++++++-------
.../curator/framework/imps/ProtectedMode.java | 113 ++++++++++++++++++++
.../imps/TestEnabledSessionExpiredState.java | 4 +-
.../curator/framework/imps/TestFrameworkEdges.java | 118 ++++++++++++++++++---
.../curator/framework/imps/TestWithCluster.java | 4 +-
.../state/TestConnectionStateManager.java | 34 +++---
.../framework/recipes/leader/LeaderLatch.java | 32 +++++-
.../framework/recipes/cache/BaseTestTreeCache.java | 13 ++-
.../framework/recipes/cache/TestNodeCache.java | 4 +-
.../recipes/cache/TestPathChildrenCache.java | 10 +-
.../framework/recipes/cache/TestTreeCache.java | 16 ++-
.../framework/recipes/leader/TestLeaderLatch.java | 36 +++++++
.../recipes/leader/TestLeaderSelector.java | 8 +-
.../recipes/locks/TestInterProcessMutex.java | 4 +-
.../recipes/locks/TestInterProcessMutexBase.java | 4 +-
.../recipes/nodes/TestPersistentEphemeralNode.java | 52 ++++-----
.../org/apache/curator/test/Compatibility.java | 8 --
.../org/apache/curator/test/Compatibility.java | 7 --
.../curator/test/compatibility/KillSession2.java | 40 -------
.../x/discovery/details/TestServiceDiscovery.java | 8 +-
24 files changed, 455 insertions(+), 233 deletions(-)
create mode 100644
curator-framework/src/main/java/org/apache/curator/framework/imps/ProtectedMode.java
delete mode 100644
curator-test/src/main/java/org/apache/curator/test/compatibility/KillSession2.java