This is an automated email from the ASF dual-hosted git repository.
zhouxj pushed a change to branch feature/GEODE-5908
in repository https://gitbox.apache.org/repos/asf/geode.git.
discard e40880d GEODE-5908: DiskStoreID.compare should compare mostSig, then
leastSig
add dc686ea GEODE-5501: Wait for listener to disconnect (#2583)
add ba96de5 GEODE-5892: test rules should not modify the user.dir system
property (#2651)
add 05ae078 * GEODE-5817: Restrict default membership range to not
conflict with default ports
add f07d749 GEODE-5890: a cleaner fix to skip calling
GatewayConflictResolver if tag has (#2673)
add c16cce2 GEODE-5908: DiskStoreID.compare should compare mostSig, then
leastSig
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 (e40880d)
\
N -- N -- N refs/heads/feature/GEODE-5908 (c16cce2)
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.
No new revisions were added by this update.
Summary of changes:
.../cli/commands/StartLocatorAcceptanceTest.java | 2 +-
...artitionedRegionCompactRangeIndexDUnitTest.java | 89 +++++-----
.../cache/NetSearchMessagingDUnitTest.java | 118 +++++++------
.../gms/locator/GMSLocatorRecoveryJUnitTest.java | 30 ++--
.../geode/internal/ClassPathLoaderDeployTest.java | 161 +++++++++++++++++
.../internal/ClassPathLoaderIntegrationTest.java | 127 --------------
.../internal/beans/ManagementAdapterTest.java | 2 +-
.../ConfigurePDXCommandIntegrationTest.java | 2 +-
.../ExportLogsFunctionIntegrationTest.java | 3 +-
.../cli/util/LogExporterIntegrationTest.java | 10 +-
.../geode/admin/DistributedSystemConfig.java | 2 +-
.../geode/distributed/ConfigurationProperties.java | 2 +-
.../distributed/internal/DistributionConfig.java | 3 +-
.../geode/distributed/internal/ProductUseLog.java | 2 +-
.../membership/gms/locator/GMSLocator.java | 10 +-
.../cache/entries/AbstractRegionEntry.java | 10 +-
.../org/apache/geode/internal/tcp/TCPConduit.java | 3 +-
.../internal/cli/commands/StartLocatorCommand.java | 5 -
.../management/internal/cli/i18n/CliStrings.java | 2 +-
.../cache/entries/AbstractRegionEntryTest.java | 191 +++++++++++++++++++--
.../running/firewalls_ports.html.md.erb | 2 +-
.../topics/gemfire_properties.html.md.erb | 2 +-
.../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 +-
27 files changed, 517 insertions(+), 351 deletions(-)
create mode 100644
geode-core/src/integrationTest/java/org/apache/geode/internal/ClassPathLoaderDeployTest.java