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

jensdeppe pushed a change to branch windows-heavy-lifter
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard 1f9ff3b  Revert to using the external IP
 discard 38dbb09  generate key
 discard e7b63a2  Correct regex for windows job detection
 discard 7d7e83e  Debug output
 discard 8ffda62  initial commit for windows heavy lifting
     add 04ecdbb  GEODE-5505 Cache listener not invoked on a retried destroy() 
operation
     add 5602d02  GEODE-5615: Capturing more data in the case of hangs or OOMEs
     add a77905d  GEODE-5600: Add build property skipVersionFileRegeneration
     add 0e792a5  suggested feedback: pass revision as build parameter, only 
create version file when present (or file does not exist).  Remove input based 
on .git/index.
     add b02d3f7  0 -> unknown, specify sourceRepository also, auto-format 
adjusts whitespace.
     add c404191  Some stuff
     add be57a3b  Merge remote-tracking branch 'origin/develop' into geode-5602
     add 793335e  wip
     add 3598afd  Add SOURCE_REPOSITORY to Jinja template for script calls, and 
git rev-parse for revision info.
     add 926a0d6  Correct whitespace issue in jinja template
     add 2fadf46  Correct directory for git command.
     add b5e80b5  Merge remote-tracking branch 'origin/develop' into geode-5600
     add 98a0b7d  Merge pull request #2349 from smgoller/geode-5600
     add 114be74  GEODE-5547: cleanup RegionManagementDUnitTest
     add 6c2bc15  GEODE-5547: increase Await timeout
     add c435bc7  GEODE-5615: Removing gradle build scan plugin
     add 14a6a05  GEODE-3530: Deleting CliCommandTestBase
     add b6ba0fa  GEODE-5613: Add winrm-cli for Windows CI support (#2364)
     add 966852d  GEODE-5619: Change scanning for XSDRootElement to consider 
all packag… (#2361)
     add 9f13a5b  GEODE-5610: CI Failure: DiskRegionJUnitTest 
testAssertionErrorIfMissingOplog (#2357)
     add c7ca13d  GEODE-5460: Fixing a race condition in TestFunctionsDUNitTest
     add 6ee86d6  GEODE-5597 verify geode-dependency jar ClassPath (#2369)
     add 879b2cd  GEODE-5597: Fixes formatting.
     add a1f747c  GEODE-5440: when we need re-evaluate a entry in a index, we 
need to pass in the outer value key in the equiJoin. (#2338)
     add abb2702  GEODE-5630: fix use of Awaitility in 
BucketCreationCrashCompletesRegressionTest
     add 9be422c  GEODE-5617: FIxing a race in AutoBalancerJUnitTest
     add cfa7ca5  GEODE-5627: ConcurrencyRule passes when not used. (#2370)
     add 39b2236  GEODE-5597 let AssemblyContentsIntegrationTest pass on windows
     new 97a7795  initial commit for windows heavy lifting
     new 1fe319a  Debug output
     new 757b988  Correct regex for windows job detection
     new 341430b  generate key
     new 79fee3b  Revert to using the external IP
     new b45f425  Use the public key

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1f9ff3b)
            \
             N -- N -- N   refs/heads/windows-heavy-lifter (b45f425)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 6 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:
 build.gradle                                       |    2 -
 ci/docker/Dockerfile                               |    4 -
 ci/images/alpine-tools/Dockerfile                  |   11 +-
 ci/pipelines/geode-build/jinja.template.yml        |    3 +
 ci/pipelines/shared/shared_jinja.yml               |    2 +-
 ci/scripts/archive_results.sh                      |    1 +
 ci/scripts/build.sh                                |    3 +-
 ci/scripts/capture-call-stacks.sh                  |    4 +-
 ci/scripts/execute_tests.sh                        |    4 +-
 ci/scripts/rsync_code_down.sh                      |    2 +-
 ci/scripts/start_instance.sh                       |    2 +-
 ci/scripts/windows/test-run.sh                     |    2 +
 .../geode/AssemblyContentsIntegrationTest.java     |    4 +-
 ...java => GeodeDependencyJarIntegrationTest.java} |   69 +-
 .../resources/dependency_classpath.txt             |   67 +
 geode-core/build.gradle                            |   77 +-
 .../partitioned/PRColocatedEquiJoinDUnitTest.java  |   47 -
 .../query/partitioned/PRQueryDUnitHelper.java      |   86 +-
 ...BucketCreationCrashCompletesRegressionTest.java |    4 +-
 .../geode/management/ManagementTestRule.java       |   83 +-
 .../management/RegionManagementDUnitTest.java      | 1336 ++++++++++----------
 .../internal/pulse/TestFunctionsDUnitTest.java     |   96 +-
 .../query/internal/IndexManagerJUnitTest.java      |   12 +-
 .../query/partitioned/PRColocatedEquiJoinTest.java |  110 ++
 .../geode/internal/cache/DiskRegionJUnitTest.java  |   94 +-
 .../query/internal/IndexTrackingQueryObserver.java |    1 +
 .../geode/cache/query/internal/QueryUtils.java     |   10 +-
 .../cache/query/internal/index/IndexManager.java   |   30 +-
 .../cache/query/internal/index/RangeIndex.java     |    7 +-
 .../distributed/internal/DistributionAdvisor.java  |   11 +-
 .../InternalConfigurationPersistenceService.java   |    2 +-
 .../internal/cli/util/ClasspathScanLoadHelper.java |   17 +-
 ...nternalConfigurationPersistenceServiceTest.java |    2 +-
 .../internal/cache/functions/TestFunction.java     |  286 ++---
 .../internal/cli/commands/CliCommandTestBase.java  |  554 --------
 .../main/java/org/apache/geode/test/dunit/VM.java  |    7 +
 .../geode/test/dunit/rules/ClusterStartupRule.java |    8 +
 .../geode/test/junit/rules/ServerStarterRule.java  |   21 +
 .../geode/test/junit/rules/ConcurrencyRule.java    |    8 +-
 .../test/junit/rules/ConcurrencyRuleTest.java      |    7 +
 .../geode/cache/util/AutoBalancerJUnitTest.java    |    6 +-
 gradle.properties                                  |    8 +-
 42 files changed, 1319 insertions(+), 1791 deletions(-)
 copy 
geode-assembly/src/integrationTest/java/org/apache/geode/{AssemblyContentsIntegrationTest.java
 => GeodeDependencyJarIntegrationTest.java} (50%)
 create mode 100644 
geode-assembly/src/integrationTest/resources/dependency_classpath.txt
 create mode 100644 
geode-core/src/integrationTest/java/org/apache/geode/cache/query/partitioned/PRColocatedEquiJoinTest.java
 delete mode 100644 
geode-dunit/src/main/java/org/apache/geode/management/internal/cli/commands/CliCommandTestBase.java

Reply via email to