[geode] branch mass-test-run updated (52bde64 -> 533de13)

2020-03-09 Thread mhanson
This is an automated email from the ASF dual-hosted git repository.

mhanson pushed a change to branch mass-test-run
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard 52bde64  remove meta-* jobs that we won't use for mass-test-run
 discard ac7ded2  Mass-test-run branch, no windows or publication jobs
 add c8198f1  Revert "GEODE-6536: Added retry in borrowConnection/single 
hop (#4719)" (#4749)
 add bf0012d  Feature/geode 6807 1 (#4711)
 add cceaa66  Revert fluent style API fix in ClientRegionFactory (#4748)
 add 0af6264  GEODE-7808: standardize on use of HostAndPort to form 
client-side connections (#4743)
 add d603b21  GEODE-7835: Correct doc typo of file name 
gfsecurity.properties (#4756)
 add 3ad4f17  GEODE-7839: add gfsh oauth token support (#4736)
 add bcd3655  GEODE-7819: Add debugging support to 
SerializableTemporaryFolder (#4740)
 add a61f951  GEODE-7421: deployment should use PUT instead of POST in REST 
request
 add 4b06a7a  Revert "GEODE-7808: standardize on use of HostAndPort to form 
client-side connections (#4743)" (#4761)
 add 2f6bf01  GEODE-7828: Convert backing store for Redis Hashes and Sets 
to single regions (#4745)
 add 2a3e09f  GEODE-7832: Remove Connection Semaphores (#4754)
 add b3af99e  GEODE-7752: Delete the extra 
GeodeClusterManagementServiceBuilder (#4760)
 add f15bbc7  GEODE-7421: use RequestParam instead of RequestPart to be 
compatible with all rest client (#4766)
 add a5c8e2b  GEODE-7842: Improve concurrent region creation (#4767)
 add 5c2b959  GEODE-7808: standardize on use of HostAndPort for creating 
connections (#4765)
 add 838e070  GEODE-7840: Redis pub/sub does not handle binary messages 
correctly (#4762)
 add b57456e  GEODE-7841 Add benchmarking scripts for Geode-Redis module 
(#4763)
 add a9a7d15  GEODE-7853: Remove unused field (#4777)
 add f0982cd  Revert "GEODE-7828: Convert backing store for Redis Hashes 
and Sets to single regions (#4745)" (#4780)
 add d5adfbe  GEODE-7849: change release urls from www.apache.org/dist/ to 
downloads.apache.org (#4770)
 add 69ade72  GEODE-7851: configure pulse security using java code instead 
of using xml (#4772)
 new ab40070  Mass-test-run branch, no windows or publication jobs
 new 533de13  remove meta-* jobs that we won't use for mass-test-run

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   (52bde64)
\
 N -- N -- N   refs/heads/mass-test-run (533de13)

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 2 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:
 dev-tools/release/promote_rc.sh|   9 +-
 docker/Dockerfile  |   3 +-
 .../apache/geode/metrics/CacheCommonTagsTest.java  |   3 +-
 .../rest/ClientClusterManagementSSLTest.java   |   2 +-
 .../ClientClusterManagementServiceDunitTest.java   |   2 +-
 .../rest/ClusterManagementServiceOnServerTest.java |   2 +-
 .../rest/GeodeClientClusterManagementSSLTest.java  |   2 +-
 .../GeodeClientClusterManagementSecurityTest.java  |   2 +-
 .../geode/tools/pulse/PulseConnectivityTest.java   |  14 -
 .../PulseSecurityConfigDefaultProfileTest.java |  81 +
 .../PulseSecurityConfigGemfireProfileTest.java | 101 ++
 .../internal/LocatorLoadBalancingDUnitTest.java|   6 +-
 .../geode/cache30/ClientMembershipDUnitTest.java   |   3 -
 .../internal/cache/DeltaPropagationDUnitTest.java  |  64 ++--
 .../AutoConnectionSourceImplJUnitTest.java |  28 +-
 .../pooling/ConnectionManagerImplTest.java |  32 +-
 .../pooling/ConnectionManagerJUnitTest.java|   6 +-
 .../distributed/LauncherIntegrationTestCase.java   |   3 +-
 .../geode/distributed/LocatorIntegrationTest.java  |   4 +-
 .../tcpserver/TCPClientSSLIntegrationTest.java |  12 +-
 .../internal/tcpserver/TCPServerSSLJUnitTest.java  |   5 +-
 .../CacheDistributionAdvisorConcurrentTest.java| 103 ++
 .../net/ClientSocketFactoryIntegrationTest.java|   4 +-
 .../internal/net/SSLSocketIntegrationTest.java |  13 +-
 .../GemFireStatSamplerIntegrationTest.java |   3 +-
 .../SimpleStatSamplerIntegrationTest.java  |   3 +-
 ...SSLSocketParameterExtensionIntegrationTest.java |  11 +-
 

[geode] branch mass-test-run updated (52bde64 -> 533de13)

2020-03-09 Thread mhanson
This is an automated email from the ASF dual-hosted git repository.

mhanson pushed a change to branch mass-test-run
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard 52bde64  remove meta-* jobs that we won't use for mass-test-run
 discard ac7ded2  Mass-test-run branch, no windows or publication jobs
 add c8198f1  Revert "GEODE-6536: Added retry in borrowConnection/single 
hop (#4719)" (#4749)
 add bf0012d  Feature/geode 6807 1 (#4711)
 add cceaa66  Revert fluent style API fix in ClientRegionFactory (#4748)
 add 0af6264  GEODE-7808: standardize on use of HostAndPort to form 
client-side connections (#4743)
 add d603b21  GEODE-7835: Correct doc typo of file name 
gfsecurity.properties (#4756)
 add 3ad4f17  GEODE-7839: add gfsh oauth token support (#4736)
 add bcd3655  GEODE-7819: Add debugging support to 
SerializableTemporaryFolder (#4740)
 add a61f951  GEODE-7421: deployment should use PUT instead of POST in REST 
request
 add 4b06a7a  Revert "GEODE-7808: standardize on use of HostAndPort to form 
client-side connections (#4743)" (#4761)
 add 2f6bf01  GEODE-7828: Convert backing store for Redis Hashes and Sets 
to single regions (#4745)
 add 2a3e09f  GEODE-7832: Remove Connection Semaphores (#4754)
 add b3af99e  GEODE-7752: Delete the extra 
GeodeClusterManagementServiceBuilder (#4760)
 add f15bbc7  GEODE-7421: use RequestParam instead of RequestPart to be 
compatible with all rest client (#4766)
 add a5c8e2b  GEODE-7842: Improve concurrent region creation (#4767)
 add 5c2b959  GEODE-7808: standardize on use of HostAndPort for creating 
connections (#4765)
 add 838e070  GEODE-7840: Redis pub/sub does not handle binary messages 
correctly (#4762)
 add b57456e  GEODE-7841 Add benchmarking scripts for Geode-Redis module 
(#4763)
 add a9a7d15  GEODE-7853: Remove unused field (#4777)
 add f0982cd  Revert "GEODE-7828: Convert backing store for Redis Hashes 
and Sets to single regions (#4745)" (#4780)
 add d5adfbe  GEODE-7849: change release urls from www.apache.org/dist/ to 
downloads.apache.org (#4770)
 add 69ade72  GEODE-7851: configure pulse security using java code instead 
of using xml (#4772)
 new ab40070  Mass-test-run branch, no windows or publication jobs
 new 533de13  remove meta-* jobs that we won't use for mass-test-run

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   (52bde64)
\
 N -- N -- N   refs/heads/mass-test-run (533de13)

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 2 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:
 dev-tools/release/promote_rc.sh|   9 +-
 docker/Dockerfile  |   3 +-
 .../apache/geode/metrics/CacheCommonTagsTest.java  |   3 +-
 .../rest/ClientClusterManagementSSLTest.java   |   2 +-
 .../ClientClusterManagementServiceDunitTest.java   |   2 +-
 .../rest/ClusterManagementServiceOnServerTest.java |   2 +-
 .../rest/GeodeClientClusterManagementSSLTest.java  |   2 +-
 .../GeodeClientClusterManagementSecurityTest.java  |   2 +-
 .../geode/tools/pulse/PulseConnectivityTest.java   |  14 -
 .../PulseSecurityConfigDefaultProfileTest.java |  81 +
 .../PulseSecurityConfigGemfireProfileTest.java | 101 ++
 .../internal/LocatorLoadBalancingDUnitTest.java|   6 +-
 .../geode/cache30/ClientMembershipDUnitTest.java   |   3 -
 .../internal/cache/DeltaPropagationDUnitTest.java  |  64 ++--
 .../AutoConnectionSourceImplJUnitTest.java |  28 +-
 .../pooling/ConnectionManagerImplTest.java |  32 +-
 .../pooling/ConnectionManagerJUnitTest.java|   6 +-
 .../distributed/LauncherIntegrationTestCase.java   |   3 +-
 .../geode/distributed/LocatorIntegrationTest.java  |   4 +-
 .../tcpserver/TCPClientSSLIntegrationTest.java |  12 +-
 .../internal/tcpserver/TCPServerSSLJUnitTest.java  |   5 +-
 .../CacheDistributionAdvisorConcurrentTest.java| 103 ++
 .../net/ClientSocketFactoryIntegrationTest.java|   4 +-
 .../internal/net/SSLSocketIntegrationTest.java |  13 +-
 .../GemFireStatSamplerIntegrationTest.java |   3 +-
 .../SimpleStatSamplerIntegrationTest.java  |   3 +-
 ...SSLSocketParameterExtensionIntegrationTest.java |  11 +-