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 8e8991a  Don't need ssh timing fixes
 discard ef8c342  Back to public IPs
 discard fb58a20  Use private IP addresses
 discard 6e86711  Use heavy-lifters-2 network
 discard 2bca4fc  initial commit for windows heavy lifting
     add 64845ab  GEODE-5594: Rename SSL hostname validation property name 
(#2398)
     add 574530c  GEODE-5536: Force unitTest compilation to be dependency of 
source classes (#2337)
     add 9e4912f  GEODE-5662: improve timeouts in ExecutorServiceRuleTest
     add ff56282  GEODE-5645 Client cache misses invalidate
     add c6fe1df  GEODE-5596 Client ends up with destroyed entry after 
invalidate()
     add 14cbd3e  Revert "GEODE-5596 Client ends up with destroyed entry after 
invalidate()"
     add 623d4de  GEODE-5596 Client ends up with destroyed entry after 
invalidate()
     add 9ee8cbf  GEODE-3780 member is not considered suspect after failing 
final check
     add 06ba32c  GEODE-5475: rule improvement
     add e76f1e3  GEODE-5594 Enable endpoint validation during using SSL 
handshake (#2406)
     add 52a6e42  GEODE-5652: use unlimited ThreadPoolExecutor in 
ExecutorServiceRule
     new 62d84b7  GEODE-5668: Switch Windows build jobs to 'heavy-lifter' model

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   (8e8991a)
            \
             N -- N -- N   refs/heads/windows-heavy-lifter (62d84b7)

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 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/pipelines/shared/jinja.variables.yml            |  12 +-
 .../geode/cache30/ClientServerCCEDUnitTest.java    |  72 +++++-
 .../cache/PartitionedRegionCreationDUnitTest.java  |   1 -
 .../tier/sockets/ClientServerMiscDUnitTest.java    |  86 +++++++
 .../internal/locks/DLockServiceLeakTest.java       |   5 +-
 .../gms/fd/GMSHealthMonitorJUnitTest.java          |  16 ++
 .../apache/geode/internal/SSLConfigJUnitTest.java  |  19 ++
 .../internal/cache/InterruptDiskJUnitTest.java     | 120 ++++------
 .../org/apache/geode/cache/AttributesFactory.java  |   2 +-
 .../geode/distributed/ConfigurationProperties.java |   2 +-
 .../membership/gms/fd/GMSHealthMonitor.java        |  79 +++----
 .../geode/internal/cache/AbstractRegionMap.java    |  37 ++-
 .../apache/geode/internal/cache/LocalRegion.java   |   4 +-
 .../geode/cache/AttributesFactoryJUnitTest.java    |   1 +
 .../managing/security/implementing_ssl.html.md.erb |  12 +-
 .../topics/gemfire_properties.html.md.erb          |   9 +
 .../sockets/ClientServerMiscDUnitTestBase.java     |  44 ++--
 .../geode/test/junit/rules/ServerStarterRule.java  |  29 ++-
 .../rules/ExecutorServiceRuleIntegrationTest.java  |  10 +-
 .../test/junit/rules/ExecutorServiceRule.java      |  68 +-----
 .../test/junit/rules/ExecutorServiceRuleTest.java  | 260 +++------------------
 gradle/test.gradle                                 |   1 +
 22 files changed, 404 insertions(+), 485 deletions(-)

Reply via email to