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

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


    omit e72384b  GEODE-4788: change back the behavior of test code of 
getSomeKeys to ignore exceptions.
     add ef1ebdf  GEODE-4781: Categorize Lucene Tests (#1562)
     add 4f0c5c9  GEODE-4775: Apply ArgumentRedactor to JVM arguments.
     add 00e2a45  GEODE-4777: Add UITest job to concourse develop pipeline 
(#1561)
     add ef8fa1a  GEODE-4776: Migrate to chrome driver for Pulse UI Tests 
(#1549)
     add 1a69ddc  GEODE-4781: Converted LuceneTest to an interface
     add eb8f840  GEODE-4787: Re-instate Management REST API endpoints for 
'create index' and 'create region'. (#1563)
     new 378d97a  GEODE-4788: change back the behavior of test code of 
getSomeKeys to ignore exceptions.

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   (e72384b)
            \
             N -- N -- N   refs/heads/feature/GEODE-4788 (378d97a)

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/docker/Dockerfile                               |  17 +-
 ...cribeConfigAreFullyRedactedAcceptanceTest.java} |  82 ++-
 .../internal/locator/LocatorStatusResponse.java    |   2 +-
 .../java/org/apache/geode/internal/Banner.java     |   3 +-
 .../geode/internal/util/ArgumentRedactor.java      |   5 +
 .../cli/commands/DescribeConfigCommand.java        |   5 +-
 .../cli/domain/MemberConfigurationInfo.java        |  17 +-
 .../GetMemberConfigInformationFunction.java        |   3 +-
 .../web/controllers/ShellCommandsController.java   |  47 ++
 .../cache/PartitionedRegionGetSomeKeys.java        |   4 +-
 .../{RestAPITest.java => LuceneTest.java}          |   5 +-
 .../geode/cache/lucene/EvictionDUnitTest.java      |   3 +-
 .../geode/cache/lucene/ExpirationDUnitTest.java    |   3 +-
 .../lucene/FlatFormatPdxSerializerJunitTest.java   |   3 +-
 .../lucene/FlatFormatSerializerJUnitTest.java      |   3 +-
 .../lucene/LuceneClientSecurityDUnitTest.java      |   3 +-
 .../lucene/LuceneCommandsSecurityDUnitTest.java    |   3 +-
 .../apache/geode/cache/lucene/LuceneDUnitTest.java |   1 +
 .../cache/lucene/LuceneIndexCreationDUnitTest.java |   3 +-
 .../lucene/LuceneIndexCreationIntegrationTest.java |   3 +-
 .../LuceneIndexCreationOffHeapIntegrationTest.java |   3 +-
 .../LuceneIndexCreationOnFixedPRDUnitTest.java     |   3 +-
 ...eneIndexCreationPersistenceIntegrationTest.java |   3 +-
 .../cache/lucene/LuceneIndexDestroyDUnitTest.java  |   3 +-
 .../LuceneIndexMaintenanceIntegrationTest.java     |   3 +-
 .../geode/cache/lucene/LuceneIntegrationTest.java  |   1 +
 .../cache/lucene/LuceneQueriesClientDUnitTest.java |   3 +-
 .../geode/cache/lucene/LuceneQueriesDUnitTest.java |   3 +-
 .../cache/lucene/LuceneQueriesIntegrationTest.java |   3 +-
 .../LuceneQueriesPersistenceIntegrationTest.java   |   3 +-
 .../LuceneQueriesReindexClientDUnitTest.java       |   3 +-
 .../lucene/LuceneQueriesReindexDUnitTest.java      |   3 +-
 ...hRegionCreatedBeforeReindexClientDUnitTest.java |   3 +-
 ...iesWithRegionCreatedBeforeReindexDUnitTest.java |   3 +-
 ...hRegionCreatedBeforeReindexIntegrationTest.java |   3 +-
 ...eriesWithReindexFlagEnabledClientDUnitTest.java |   3 +-
 ...ceneQueriesWithReindexFlagEnabledDUnitTest.java |   3 +-
 ...eriesWithReindexFlagEnabledIntegrationTest.java |   3 +-
 .../cache/lucene/MixedObjectIndexDUnitTest.java    |   3 +-
 .../NestedObjectSeralizerIntegrationTest.java      |   3 +-
 .../geode/cache/lucene/PaginationDUnitTest.java    |   3 +-
 .../geode/cache/lucene/RebalanceDUnitTest.java     |   3 +-
 .../lucene/RebalanceWithRedundancyDUnitTest.java   |   3 +-
 .../internal/LuceneEventListenerJUnitTest.java     |   3 +-
 .../LuceneIndexCreationProfileJUnitTest.java       |   3 +-
 .../internal/LuceneIndexFactoryImplJUnitTest.java  |   3 +-
 .../LuceneIndexForPartitionedRegionTest.java       |   3 +-
 .../lucene/internal/LuceneIndexImplJUnitTest.java  |   3 +-
 .../LuceneIndexRecoveryHAIntegrationTest.java      |   3 +-
 .../lucene/internal/LuceneIndexStatsJUnitTest.java |   3 +-
 .../internal/LuceneQueryFactoryImplJUnitTest.java  |   3 +-
 .../lucene/internal/LuceneQueryImplJUnitTest.java  |   3 +-
 .../internal/LuceneRegionListenerJUnitTest.java    |   3 +-
 .../internal/LuceneResultStructImpJUnitTest.java   |   4 +-
 .../internal/LuceneServiceImplIntegrationTest.java |   3 +-
 .../internal/LuceneServiceImplJUnitTest.java       |   3 +-
 .../PageableLuceneQueryResultsImplJUnitTest.java   |   3 +-
 .../PartitionedRepositoryManagerJUnitTest.java     |   3 +-
 .../RawLuceneRepositoryManagerJUnitTest.java       |   1 +
 .../internal/StringQueryProviderJUnitTest.java     |   3 +-
 .../internal/ValidateCommandParametersTest.java    |   4 +-
 .../internal/cli/LuceneIndexCommandsDUnitTest.java |   3 +-
 .../internal/cli/LuceneIndexCommandsJUnitTest.java |   3 +-
 ...neIndexCommandsWithReindexAllowedDUnitTest.java |   1 +
 .../LuceneCreateIndexFunctionJUnitTest.java        |   3 +-
 .../LuceneDescribeIndexFunctionJUnitTest.java      |   3 +-
 .../LuceneDestroyIndexFunctionJUnitTest.java       |   3 +-
 .../LuceneListIndexFunctionJUnitTest.java          |   3 +-
 .../LuceneSearchIndexFunctionJUnitTest.java        |   3 +-
 .../LuceneClusterConfigurationDUnitTest.java       |   3 +-
 ...onWhereRegionCreatedBeforeReindexDUnitTest.java |   3 +-
 .../DumpDirectoryFilesIntegrationTest.java         |   3 +-
 .../directory/DumpDirectoryFilesJUnitTest.java     |   3 +-
 .../directory/RegionDirectoryJUnitTest.java        |   3 +-
 .../distributed/DistributedScoringJUnitTest.java   |   3 +-
 .../internal/distributed/EntryScoreJUnitTest.java  |   3 +-
 .../LuceneQueryFunctionContextJUnitTest.java       |   3 +-
 .../distributed/LuceneQueryFunctionJUnitTest.java  |   3 +-
 .../distributed/TopEntriesCollectorJUnitTest.java  |   3 +-
 .../TopEntriesFunctionCollectorJUnitTest.java      |   3 +-
 .../internal/distributed/TopEntriesJUnitTest.java  |   3 +-
 .../WaitUntilFlushedFunctionJUnitTest.java         |   3 +-
 .../internal/filesystem/ChunkKeyJUnitTest.java     |   3 +-
 .../lucene/internal/filesystem/FileJUnitTest.java  |   3 +-
 .../internal/filesystem/FileSystemJUnitTest.java   |   3 +-
 .../filesystem/FileSystemStatsJUnitTest.java       |   3 +-
 .../management/LuceneManagementDUnitTest.java      |   3 +-
 .../BucketTargetingFixedResolverTest.java          |   3 +-
 .../internal/partition/BucketTargetingMapTest.java |   3 +-
 .../repository/IndexRepositoryImplJUnitTest.java   |   3 +-
 .../IndexRepositoryImplPerformanceTest.java        |   3 +-
 .../repository/LuceneIndexMemoryOverheadTest.java  |   3 +-
 .../HeterogeneousLuceneSerializerJUnitTest.java    |   3 +-
 .../serializer/PdxFieldMapperJUnitTest.java        |   3 +-
 .../serializer/ReflectionFieldMapperJUnitTest.java |   4 +-
 .../results/LuceneGetPageFunctionJUnitTest.java    |   3 +-
 .../internal/results/PageEntryJUnitTest.java       |   3 +-
 .../internal/results/PageResultsJUnitTest.java     |   3 +-
 ...uceneIndexXmlGeneratorIntegrationJUnitTest.java |   3 +-
 .../xml/LuceneIndexXmlGeneratorJUnitTest.java      |   3 +-
 ...onCreatedBeforeReindexIntegrationJUnitTest.java |   3 +-
 ...WithReindexFlagEnabledIntegrationJUnitTest.java |   3 +-
 .../LuceneIndexXmlParserIntegrationJUnitTest.java  |   3 +-
 .../xml/LuceneIndexXmlParserJUnitTest.java         |   3 +-
 .../lucene/test/LuceneFunctionSecurityTest.java    |   3 +-
 .../AnalyzeLuceneSerializablesJUnitTest.java       |   4 +-
 geode-pulse/build.gradle                           |   7 +-
 .../geode/tools/pulse/internal/data/Cluster.java   | 775 +--------------------
 .../tools/pulse/internal/data/IClusterUpdater.java |   3 +-
 .../pulse/testbed/GemFireDistributedSystem.java    | 319 ---------
 .../geode/tools/pulse/testbed/GemfireTopology.java |  22 -
 .../geode/tools/pulse/testbed/PropFileHelper.java  | 112 ---
 .../tools/pulse/testbed/PropMockDataUpdater.java   | 502 -------------
 .../apache/geode/tools/pulse/testbed/TestBed.java  |  82 ---
 .../org/apache/geode/tools/pulse/tests/Member.java |   5 -
 .../geode/tools/pulse/tests/MemberMBean.java       |   2 -
 .../geode/tools/pulse/tests/rules/ServerRule.java  |   1 +
 .../tools/pulse/tests/rules/WebDriverRule.java     |  16 +-
 .../pulse/tests/ui/PulseAnonymousUserTest.java     |   5 +-
 .../tools/pulse/tests/ui/PulseAutomatedTest.java   |   4 +
 gradle/dependency-versions.properties              |   3 +-
 gradle/test.gradle                                 |  10 +
 122 files changed, 367 insertions(+), 1972 deletions(-)
 rename 
geode-assembly/src/test/java/org/apache/geode/management/internal/cli/commands/{LogsAreFullyRedactedAcceptanceTest.java
 => LogsAndDescribeConfigAreFullyRedactedAcceptanceTest.java} (59%)
 copy 
geode-junit/src/main/java/org/apache/geode/test/junit/categories/{RestAPITest.java
 => LuceneTest.java} (91%)
 mode change 100755 => 100644
 mode change 100755 => 100644 
geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesClientDUnitTest.java
 mode change 100755 => 100644 
geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesWithRegionCreatedBeforeReindexClientDUnitTest.java
 mode change 100755 => 100644 
geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesWithReindexFlagEnabledClientDUnitTest.java
 mode change 100755 => 100644 
geode-lucene/src/test/java/org/apache/geode/cache/lucene/internal/LuceneIndexImplJUnitTest.java
 mode change 100755 => 100644 
geode-lucene/src/test/java/org/apache/geode/cache/lucene/internal/RawLuceneRepositoryManagerJUnitTest.java
 mode change 100755 => 100644 
geode-lucene/src/test/java/org/apache/geode/cache/lucene/internal/cli/LuceneIndexCommandsDUnitTest.java
 mode change 100755 => 100644 
geode-lucene/src/test/java/org/apache/geode/cache/lucene/internal/configuration/LuceneClusterConfigurationDUnitTest.java
 mode change 100755 => 100644 
geode-lucene/src/test/java/org/apache/geode/codeAnalysis/AnalyzeLuceneSerializablesJUnitTest.java
 delete mode 100644 
geode-pulse/src/test/java/org/apache/geode/tools/pulse/testbed/GemFireDistributedSystem.java
 delete mode 100644 
geode-pulse/src/test/java/org/apache/geode/tools/pulse/testbed/GemfireTopology.java
 delete mode 100644 
geode-pulse/src/test/java/org/apache/geode/tools/pulse/testbed/PropFileHelper.java
 delete mode 100644 
geode-pulse/src/test/java/org/apache/geode/tools/pulse/testbed/PropMockDataUpdater.java
 delete mode 100644 
geode-pulse/src/test/java/org/apache/geode/tools/pulse/testbed/TestBed.java

-- 
To stop receiving notification emails like this one, please contact
zho...@apache.org.

Reply via email to