----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42261/ -----------------------------------------------------------
Review request for geode. Repository: geode Description ------- GEODE-779: Adding upgrade offline diskstore unit test This test has mostly (the main logic) been migrated from the closed source side. Much of the old code was dead and has been removed. The test has also been converted from DUnit to JUnit. One unusual aspect is that the test relies on running an older version of GemFire (6.6.4). This is achieved by creating a 'gemfire664' configuration (in Gradle) and setting a special system property, containing the correct classpath, which the test then utilizes. Any other suggestions on how to approach this would be welcome! Diffs ----- build.gradle 13b2f33be75a9e1ab9981a473ef0d46521df8a49 gemfire-core/build.gradle 3e3c19bd779619f7e5d44cf4a192eb2bc3e64243 gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/CliCommandTestBase.java a0fb8f8e8f4d485d88799acb8ec1a72a40972af0 gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/UpgradeOfflineDiskStoreJUnitTest.java PRE-CREATION gradle/dependency-versions.properties 0bbbccd10b3a5c1e951b3314da82f49dfd899ecf Diff: https://reviews.apache.org/r/42261/diff/ Testing ------- Thanks, Jens Deppe