This is an automated email from the ASF dual-hosted git repository.
dixie pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from fa34122 GEODE-5885: Exclude geode-core from geode-[jd]unit
dependencies. (#2640)
add 1d70390 Revert "Merge pull request #2669 from
onichols-pivotal/GEODE-5904"
add 9bcb440 GEODE-5904 fix broken rsync_down due to JAVA_HOME change
new 3fa307e Merge pull request #2670 from onichols-pivotal/GEODE-5905
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:
ci/images/google-geode-builder/scripts/setup.sh | 3 -
.../windows-packer.json | 9 +-
ci/images/test-container/Dockerfile | 4 -
ci/pipelines/geode-build/jinja.template.yml | 2 +-
ci/pipelines/meta/deploy_meta.sh | 37 ++---
ci/pipelines/shared/jinja.variables.yml | 2 -
...artitionedRegionCompactRangeIndexDUnitTest.java | 89 ++++++------
.../gms/locator/GMSLocatorRecoveryJUnitTest.java | 25 ++--
.../geode/internal/ClassPathLoaderDeployTest.java | 161 ---------------------
.../internal/ClassPathLoaderIntegrationTest.java | 127 ++++++++++++++++
.../internal/beans/ManagementAdapterTest.java | 2 +-
.../ConfigurePDXCommandIntegrationTest.java | 2 +-
.../ExportLogsFunctionIntegrationTest.java | 3 +-
.../cli/util/LogExporterIntegrationTest.java | 2 +-
.../geode/distributed/internal/ProductUseLog.java | 2 +-
.../membership/gms/locator/GMSLocator.java | 10 +-
.../dunit/rules/tests/MemberStarterRuleTest.java | 22 ++-
.../geode/test/dunit/rules/ClusterStartupRule.java | 1 -
.../geode/test/junit/rules/MemberStarterRule.java | 63 +++++---
.../apache/geode/test/junit/rules/VMProvider.java | 2 -
.../internal/cli/commands/CommandOverHttpTest.java | 2 +-
21 files changed, 279 insertions(+), 291 deletions(-)
delete mode 100644
geode-core/src/integrationTest/java/org/apache/geode/internal/ClassPathLoaderDeployTest.java