You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2018/12/15 01:07:38 UTC

[geode] branch feature/GEODE-6143-5 updated (a4c76d4 -> d7c262b)

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

zhouxj pushed a change to branch feature/GEODE-6143-5
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard a4c76d4  GEODE-6143: remove PowerMock from DataTypeJUnitTest
     add a17d659  GEODE-6189: Remove unused windows scripts.
     add d3d420b  Merge pull request #2989 from PurelyApplied/geode-6189
     add 8caf2c9  GEODE-6102: fail destroy data-source if in use  (#2996)
     add 0b87a36  Geode-5793: LocatorDUnitTest. testNonSSLLocatorDiesWhenConnectingToSSLLocator (#2654)
     add 35041a5  GEODE-6036: order sanctioned serializables lists (#2997)
     add 6a1a302  GEODE-6143: remove PowerMock from HeapMemoryMonitorTest
     add 03d5629  Merge pull request #3005 from apache/feature/GEODE-6143-8
     add e3e7c3a  GEODE-6197: Fix create and destroy jdbc-mapping (#2994)
     add e6d2a6c  GEODE-6122: Delete old Logging performance tests
     add e7181ee  GEODE-5674: Stop picking ports randomly for tests (#3007)
     add 088fd4d  GEODE-5971: refactor expiration config objects (#2991)
     add d7c262b  GEODE-6143: remove PowerMock from DataTypeJUnitTest

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   (a4c76d4)
            \
             N -- N -- N   refs/heads/feature/GEODE-6143-5 (d7c262b)

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:
 ci/scripts/windows/test-archive.sh                 |  130 --
 ci/scripts/windows/test-run.sh                     |   94 --
 .../integrationTest/resources/assembly_content.txt |    7 +-
 .../cli/DestroyDataSourceCommandDUnitTest.java     |   31 +-
 .../jdbc/internal/cli/CreateMappingCommand.java    |    2 +-
 .../internal/cli/DestroyDataSourceCommand.java     |   36 +
 .../jdbc/internal/cli/DestroyMappingCommand.java   |    2 +-
 .../internal/cli/CreateMappingCommandTest.java     |    6 +-
 .../internal/cli/DestroyDataSourceCommandTest.java |   49 +
 .../internal/cli/DestroyMappingCommandTest.java    |    6 +-
 ...tServerHostNameVerificationDistributedTest.java |   73 +-
 .../apache/geode/distributed/LocatorDUnitTest.java | 1538 +++++++++-----------
 .../distributed/LocatorUDPSecurityDUnitTest.java   |   27 +-
 .../TcpServerBackwardCompatDUnitTest.java          |  189 +--
 .../geode/internal/cache/GridAdvisorDUnitTest.java | 1340 ++++++-----------
 ...egionCommandPersistsConfigurationDUnitTest.java |   23 +-
 .../codeAnalysis/sanctionedDataSerializables.txt   |  231 ++-
 .../apache/geode/cache/ExpirationAttributes.java   |    9 -
 .../configuration/ExpirationAttributesType.java    |  155 --
 .../cache/configuration/RegionAttributesType.java  |  287 ++--
 .../geode/distributed/DistributedSystem.java       |    2 +-
 .../distributed/internal/InternalLocator.java      |   14 +-
 .../distributed/internal/tcpserver/TcpClient.java  |   55 +-
 .../distributed/internal/tcpserver/TcpServer.java  |    4 +-
 .../internal/cache/control/MemoryThresholds.java   |    6 +-
 .../internal/cli/domain/RegionConfigFactory.java   |  321 ++--
 .../cli/functions/RegionAlterFunction.java         |   42 -
 .../sanctioned-geode-core-serializables.txt        |    4 +-
 .../logging/LogWriterDisabledPerformanceTest.java  |   46 -
 .../internal/logging/LogWriterPerformanceTest.java |  105 --
 .../logging/LoggingPerformanceTestCase.java        |  200 ---
 .../log4j/Log4J2DisabledPerformanceTest.java       |   49 -
 .../logging/log4j/Log4J2PerformanceTest.java       |  126 --
 .../LogWriterLoggerDisabledPerformanceTest.java    |   49 -
 .../log4j/LogWriterLoggerPerformanceTest.java      |  125 --
 .../geode/cache/configuration/CacheConfigTest.java |   38 +-
 .../cache/control/HeapMemoryMonitorTest.java       |   10 +-
 .../geode/internal/offheap/DataTypeJUnitTest.java  |   62 +-
 .../cli/domain/RegionConfigFactoryTest.java        |   20 +-
 .../AnalyzeSerializablesJUnitTestBase.java         |    3 -
 .../geode/codeAnalysis/CompiledClassUtils.java     |   18 +-
 .../apache/geode/internal/AvailablePortHelper.java |    2 +-
 .../internal/logging/TestLogWriterFactory.java     |  133 --
 .../sanctioned-geode-lucene-serializables.txt      |    2 +-
 44 files changed, 1889 insertions(+), 3782 deletions(-)
 delete mode 100755 ci/scripts/windows/test-archive.sh
 delete mode 100755 ci/scripts/windows/test-run.sh
 delete mode 100644 geode-core/src/main/java/org/apache/geode/cache/configuration/ExpirationAttributesType.java
 delete mode 100644 geode-core/src/performanceTest/java/org/apache/geode/internal/logging/LogWriterDisabledPerformanceTest.java
 delete mode 100644 geode-core/src/performanceTest/java/org/apache/geode/internal/logging/LogWriterPerformanceTest.java
 delete mode 100644 geode-core/src/performanceTest/java/org/apache/geode/internal/logging/LoggingPerformanceTestCase.java
 delete mode 100644 geode-core/src/performanceTest/java/org/apache/geode/internal/logging/log4j/Log4J2DisabledPerformanceTest.java
 delete mode 100644 geode-core/src/performanceTest/java/org/apache/geode/internal/logging/log4j/Log4J2PerformanceTest.java
 delete mode 100644 geode-core/src/performanceTest/java/org/apache/geode/internal/logging/log4j/LogWriterLoggerDisabledPerformanceTest.java
 delete mode 100644 geode-core/src/performanceTest/java/org/apache/geode/internal/logging/log4j/LogWriterLoggerPerformanceTest.java
 delete mode 100644 geode-junit/src/main/java/org/apache/geode/internal/logging/TestLogWriterFactory.java