You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2020/11/11 16:41:45 UTC

[geode] branch develop updated (70b1ee8 -> ba8f901)

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

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


    from 70b1ee8  GEODE-8686: Prevent potential deadlock during GII and tombstone GC (#5707)
     add ba8f901  GEODE-8684: Setting a session's maxInactiveInterval does not work when the commit valve is disabled (#5724)

No new revisions were added by this update.

Summary of changes:
 .../modules/session/catalina/DeltaSession.java     |  4 +++
 .../geode/session/tests/TomcatContainer.java       | 15 +++++----
 .../apache/geode/session/tests/TomcatInstall.java  | 36 ++++++++++++++++++++--
 .../apache/geode/session/tests/CargoTestBase.java  |  9 +++---
 .../tests/Tomcat6CachingClientServerTest.java      |  2 +-
 .../session/tests/Tomcat6ClientServerTest.java     |  3 +-
 .../apache/geode/session/tests/Tomcat6Test.java    |  3 +-
 .../tests/Tomcat7CachingClientServerTest.java      |  2 +-
 .../session/tests/Tomcat7ClientServerTest.java     |  3 +-
 .../apache/geode/session/tests/Tomcat7Test.java    |  3 +-
 .../tests/Tomcat8CachingClientServerTest.java      |  2 +-
 .../session/tests/Tomcat8ClientServerTest.java     |  3 +-
 .../apache/geode/session/tests/Tomcat8Test.java    |  3 +-
 .../tests/Tomcat9CachingClientServerTest.java      |  2 +-
 ...mcat9CachingClientServerValveDisabledTest.java} |  4 +--
 .../session/tests/Tomcat9ClientServerTest.java     |  3 +-
 .../apache/geode/session/tests/Tomcat9Test.java    |  3 +-
 .../Tomcat8ClientServerRollingUpgradeTest.java     |  4 +--
 ...omcatSessionBackwardsCompatibilityTestBase.java |  8 ++---
 19 files changed, 76 insertions(+), 36 deletions(-)
 copy geode-assembly/src/distributedTest/java/org/apache/geode/session/tests/{Tomcat9CachingClientServerTest.java => Tomcat9CachingClientServerValveDisabledTest.java} (89%)