This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 875294c Revert "add 1.10.0 to old versions" until GEODE-7250 is fixed
add 3c0174c GEODE-7250 accomodate new versions greater than 1.9
add 390ebf4 sort versions before handing them out to tests
No new revisions were added by this update.
Summary of changes:
.../Tomcat8ClientServerRollingUpgradeTest.java | 3 +-
...omcatSessionBackwardsCompatibilityTestBase.java | 11 ++-
.../geode/ClusterCommunicationsDUnitTest.java | 1 -
...aAuthorizationUsingLegacySecurityDUnitTest.java | 10 +--
...onUsingLegacySecurityWithFailoverDUnitTest.java | 10 +--
.../geode/test/dunit/internal/ProcessManager.java | 15 ++--
.../org/apache/geode/test/version/TestVersion.java | 96 ++++++++++++++++++++++
.../apache/geode/test/version/VersionManager.java | 34 +++-----
.../LuceneSearchWithRollingUpgradeDUnit.java | 3 +-
geode-old-versions/build.gradle | 5 +-
...ipleReceiversDefinedInClusterConfiguration.java | 3 +-
settings.gradle | 3 +-
12 files changed, 145 insertions(+), 49 deletions(-)
create mode 100644
geode-junit/src/main/java/org/apache/geode/test/version/TestVersion.java