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 225c382 Merge pull request #2643 from onichols-pivotal/GEODE-5846
add f403f26 add OpenJDK12 to the mix to see if it fixes SSL failures
add 7261fe3 deploy_meta will now retrigger red jobs (once per invocation)
add 4116e5d GEODE-5892: test rules should not modify the user.dir system
property
add a7a541d GEODE-5904 fix broken rsync_down due to JAVA_HOME change
add 6db1dc8 Merge pull request #2669 from onichols-pivotal/GEODE-5904
No new revisions were added by this update.
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 +
ci/scripts/execute_tests.sh | 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 +-
22 files changed, 292 insertions(+), 280 deletions(-)
create mode 100644
geode-core/src/integrationTest/java/org/apache/geode/internal/ClassPathLoaderDeployTest.java