You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2018/03/08 17:48:07 UTC

[geode] branch feature/GEODE-4791 updated (3274ee8 -> 1a55a32)

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

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


    omit 3274ee8  Reverted java.gradle bad formatting back to 2 spaces
    omit fb144ec  GEODE-4791: Upgrading gradle from 3.5.1 to 4.5.1
     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)
     add cf5f83a  GEODE-4788: change back the behavior of test code of getSomeKeys to ignore exceptions. (#1564)
     add 336c6e4  GEODE-4779: Categorize OQLQuery and OQLIndex Tests (#1555)
     add 18560c0  GEODE-4217: Add validation to CreateConnectionCommand (#1566)
     add 7ab0c6b  GEODE-4777: Add UITest job to concourse develop pipeline (#1571)
     add 7becb7c  GEODE-4793: Ensure that Files.list() closes resources (#1572)
     add 922ab83  GEODE-4766: move PRCustomPartitioningDUnitTest to internal.cache (#1542)
     add 7630dba  GEODE-4385: Update help message for list jndi-binding (#1575)
     add 1a55a32  GEODE-4791: Upgrading gradle from 3.5.1 to 4.5.1

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   (3274ee8)
            \
             N -- N -- N   refs/heads/feature/GEODE-4791 (1a55a32)

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/docker/Dockerfile                               |  17 +-
 ci/pipelines/develop.yml                           |  56 ++
 .../jdbc/internal/cli/CreateConnectionCommand.java |  20 +-
 .../cli/CreateConnectionCommandDUnitTest.java      |  17 +
 .../apache/geode/internal/cache/DiskStoreImpl.java |  13 +-
 .../cli/commands/ListJndiBindingCommand.java       |   7 +-
 .../web/controllers/ShellCommandsController.java   |  47 ++
 .../BaseLineAndCompareQueryPerfJUnitTest.java      |   4 +-
 .../query/Bug32947ValueConstraintJUnitTest.java    |   3 +-
 .../org/apache/geode/cache/query/BugJUnitTest.java |   3 +-
 .../apache/geode/cache/query/IndexTypeTest.java    |   3 +-
 .../cache/query/JoinQueriesIntegrationTest.java    |   3 +-
 .../cache/query/LocalQueryServiceJUnitTest.java    |   3 +-
 .../geode/cache/query/PdxStringQueryJUnitTest.java |   4 +-
 .../apache/geode/cache/query/QueryJUnitTest.java   |   4 +-
 .../geode/cache/query/QueryServiceJUnitTest.java   |   3 +-
 .../geode/cache/query/QueryTestUtilsJUnitTest.java |   3 +-
 .../QueryWithBucketParameterIntegrationTest.java   |   3 +-
 .../apache/geode/cache/query/RegionJUnitTest.java  |   3 +-
 .../geode/cache/query/TypedIteratorJUnitTest.java  |   3 +-
 .../cache/query/TypedJsonQueryIntegrationTest.java |   3 +-
 .../query/dunit/CompactRangeIndexDUnitTest.java    |   3 +-
 .../cache/query/dunit/CompiledInDUnitTest.java     |   6 +-
 .../query/dunit/CorruptedIndexIntegrationTest.java |   6 +-
 .../dunit/GroupByPartitionedQueryDUnitTest.java    |  14 +-
 .../cache/query/dunit/GroupByQueryDUnitTest.java   |   5 +-
 .../cache/query/dunit/HashIndexDUnitTest.java      |   3 +-
 .../geode/cache/query/dunit/HelperTestCase.java    |   3 +-
 .../NonDistinctOrderByPartitionedDUnitTest.java    |   9 +-
 .../query/dunit/OrderByPartitionedDUnitTest.java   |   3 +-
 ...artitionedRegionCompactRangeIndexDUnitTest.java |   3 +-
 .../dunit/PdxGroupByPartitionedQueryDUnitTest.java |   3 +-
 .../cache/query/dunit/PdxLocalQueryDUnitTest.java  |   3 +-
 .../PdxLocalQueryVersionedClassDUnitTest.java      |   3 +-
 .../geode/cache/query/dunit/PdxQueryDUnitTest.java |   3 +-
 .../cache/query/dunit/PdxStringQueryDUnitTest.java |   3 +-
 .../dunit/QueryDataInconsistencyDUnitTest.java     |   3 +-
 .../cache/query/dunit/QueryIndexDUnitTest.java     |   3 +-
 .../query/dunit/QueryIndexUsingXMLDUnitTest.java   |   4 +-
 .../dunit/QueryParamsAuthorizationDUnitTest.java   |   3 +-
 .../dunit/QueryUsingFunctionContextDUnitTest.java  |   6 +-
 .../cache/query/dunit/QueryUsingPoolDUnitTest.java |   3 +-
 .../cache/query/dunit/RemoteQueryDUnitTest.java    |   3 +-
 .../ResourceManagerWithQueryMonitorDUnitTest.java  |   3 +-
 .../query/dunit/SelectStarQueryDUnitTest.java      |   3 +-
 .../functional/ComparisonOperatorsJUnitTest.java   |   3 +-
 .../cache/query/functional/ConstantsJUnitTest.java |   3 +-
 .../cache/query/functional/CountStarJUnitTest.java |   3 +-
 .../functional/CustomerOptimizationsJUnitTest.java |   3 +-
 .../DistinctAndNonDistinctQueryJUnitTest.java      |   3 +-
 ...tinctResultsWithDupValuesInRegionJUnitTest.java |   3 +-
 .../cache/query/functional/FunctionJUnitTest.java  |   3 +-
 .../functional/GroupByPartitionedJUnitTest.java    |   3 +-
 .../functional/GroupByReplicatedJUnitTest.java     |   3 +-
 .../query/functional/INOperatorJUnitTest.java      |   4 +-
 .../query/functional/IUM6Bug32345ReJUnitTest.java  |   5 +-
 .../geode/cache/query/functional/IUMJUnitTest.java |   4 +-
 .../functional/IUMRCompositeIteratorJUnitTest.java |   4 +-
 .../IUMRMultiIndexesMultiRegionJUnitTest.java      |   3 +-
 .../functional/IUMRShuffleIteratorsJUnitTest.java  |   3 +-
 .../functional/IUMRSingleRegionJUnitTest.java      |   3 +-
 ...IndependentOperandsInWhereClause2JUnitTest.java |   4 +-
 .../functional/IndexCreationDeadLockJUnitTest.java |   3 +-
 .../query/functional/IndexCreationJUnitTest.java   |   3 +-
 .../IndexMaintenanceAsynchJUnitTest.java           |   6 +-
 .../query/functional/IndexOnEntrySetJUnitTest.java |   4 +-
 .../query/functional/IndexOperatorJUnitTest.java   |   4 +-
 .../functional/IndexPrimaryKeyUsageJUnitTest.java  |   4 +-
 .../IndexUsageInNestedQueryJUnitTest.java          |   4 +-
 .../IndexUsageWithAliasAsProjAtrbtJUnitTest.java   |   3 +-
 .../IndexUseMultFrmSnglCondJUnitTest.java          |   4 +-
 .../IndexWithSngleFrmAndMultCondQryJUnitTest.java  |   5 +-
 .../functional/IteratorTypeDefEmpJUnitTest.java    |   4 +-
 .../query/functional/IteratorTypeDefJUnitTest.java |   4 +-
 .../IteratorTypeDefaultTypesJUnitTest.java         |   4 +-
 .../functional/IumMultConditionJUnitTest.java      |   4 +-
 .../query/functional/LikePredicateJUnitTest.java   |   3 +-
 .../query/functional/LimitClauseJUnitTest.java     |   3 +-
 .../functional/LogicalOperatorsJUnitTest.java      |   3 +-
 .../cache/query/functional/MiscJUnitTest.java      |   3 +-
 .../functional/MultiIndexCreationJUnitTest.java    |   3 +-
 .../functional/MultiRegionIndexUsageJUnitTest.java |   3 +-
 .../query/functional/MultipleRegionsJUnitTest.java |   3 +-
 .../functional/NegativeNumberQueriesJUnitTest.java |   3 +-
 .../query/functional/NestedQueryJUnitTest.java     |   4 +-
 .../NonDistinctOrderByPartitionedJUnitTest.java    |   3 +-
 .../NonDistinctOrderByReplicatedJUnitTest.java     |   3 +-
 .../query/functional/NumericQueryJUnitTest.java    |   3 +-
 .../functional/OrderByPartitionedJUnitTest.java    |   3 +-
 .../functional/OrderByReplicatedJUnitTest.java     |   3 +-
 .../functional/ParameterBindingJUnitTest.java      |   3 +-
 .../functional/PdxGroupByPartitionedJUnitTest.java |   3 +-
 .../functional/PdxGroupByReplicatedJUnitTest.java  |   3 +-
 .../query/functional/PdxOrderByJUnitTest.java      |   3 +-
 .../functional/QRegionInterfaceJUnitTest.java      |   3 +-
 .../QueryREUpdateInProgressJUnitTest.java          |   7 +-
 .../query/functional/QueryUndefinedJUnitTest.java  |   3 +-
 .../functional/ReservedKeywordsJUnitTest.java      |   3 +-
 .../ResultsDataSerializabilityJUnitTest.java       |   3 +-
 .../query/functional/SelectToDateJUnitTest.java    |   3 +-
 .../functional/StructMemberAccessJUnitTest.java    |   4 +-
 .../TestNewFunctionSSorRSIntegrationTest.java      |   4 +-
 .../ArithmeticOperationsIntegrationTest.java       |   3 +-
 .../internal/CompiledGroupBySelectJUnitTest.java   |   3 +-
 .../CompiledJunctionInternalsJUnitTest.java        |   3 +-
 .../query/internal/CopyOnReadQueryJUnitTest.java   |   3 +-
 .../query/internal/ExecutionContextJUnitTest.java  |   3 +-
 .../query/internal/IndexManagerJUnitTest.java      |   3 +-
 .../query/internal/OrderByComparatorJUnitTest.java |   3 +-
 .../internal/ProjectionAttributeJUnitTest.java     |   3 +-
 .../cache/query/internal/QCompilerJUnitTest.java   |   3 +-
 .../QueryFromClauseCanonicalizationJUnitTest.java  |   3 +-
 .../internal/QueryObserverCallbackJUnitTest.java   |   3 +-
 .../cache/query/internal/QueryTraceJUnitTest.java  |   3 +-
 .../cache/query/internal/QueryUtilsJUnitTest.java  |   3 +-
 .../AbstractIndexMaintenanceIntegrationTest.java   |   3 +-
 .../AsyncIndexUpdaterThreadShutdownJUnitTest.java  |   3 +-
 .../index/AsynchIndexMaintenanceJUnitTest.java     |   3 +-
 .../index/CompactRangeIndexIndexMapJUnitTest.java  |   3 +-
 .../internal/index/CompactRangeIndexJUnitTest.java |   3 +-
 ...ompactRangeIndexMaintenanceIntegrationTest.java |  28 +-
 .../CompactRangeIndexQueryIntegrationTest.java     |   4 +-
 ...ncurrentIndexInitOnOverflowRegionDUnitTest.java |   5 +-
 ...ntIndexOperationsOnOverflowRegionDUnitTest.java |   7 +-
 ...exUpdateWithInplaceObjectModFalseDUnitTest.java |   3 +-
 .../ConcurrentIndexUpdateWithoutWLDUnitTest.java   |   3 +-
 .../internal/index/CopyOnReadIndexDUnitTest.java   |   3 +-
 .../internal/index/CopyOnReadIndexJUnitTest.java   |   3 +-
 .../index/DeclarativeIndexCreationJUnitTest.java   |   3 +-
 .../internal/index/EquiJoinIntegrationTest.java    |   3 +-
 .../index/HashIndexMaintenanceIntegrationTest.java |   4 +-
 .../index/HashIndexQueryIntegrationTest.java       |   5 +-
 .../index/IndexCreationInternalsJUnitTest.java     |   4 +-
 .../query/internal/index/IndexHintJUnitTest.java   |   3 +-
 .../cache/query/internal/index/IndexJUnitTest.java |   3 +-
 .../internal/index/IndexMaintainceJUnitTest.java   |   5 +-
 .../internal/index/IndexMaintenanceJUnitTest.java  |   3 +-
 .../internal/index/IndexStatisticsJUnitTest.java   |   3 +-
 .../index/IndexTrackingQueryObserverDUnitTest.java |   5 +-
 .../index/IndexTrackingQueryObserverJUnitTest.java |   3 +-
 .../query/internal/index/IndexUseJUnitTest.java    |   3 +-
 .../IndexedMergeEquiJoinScenariosJUnitTest.java    |   3 +-
 .../InitializeIndexEntryDestroyQueryDUnitTest.java |   4 +-
 .../internal/index/MapIndexStoreJUnitTest.java     |   3 +-
 .../index/MapRangeIndexMaintenanceJUnitTest.java   |   3 +-
 .../index/MultiIndexCreationDUnitTest.java         |   5 +-
 .../NewDeclarativeIndexCreationJUnitTest.java      |   3 +-
 .../internal/index/PartitionedIndexJUnitTest.java  |   4 +-
 .../PartitionedRegionEquiJoinIntegrationTest.java  |   3 +-
 .../index/PdxCopyOnReadQueryJUnitTest.java         |   3 +-
 ...ProgRegionCreationIndexUpdateTypeJUnitTest.java |   3 +-
 .../index/PutAllWithIndexPerfDUnitTest.java        |   3 +-
 .../internal/index/RangeIndexAPIJUnitTest.java     |   3 +-
 .../RangeIndexMaintenanceIntegrationTest.java      |   3 +-
 .../partitioned/PRBasicIndexCreationDUnitTest.java |   3 +-
 .../PRBasicMultiIndexCreationDUnitTest.java        |   3 +-
 .../query/partitioned/PRBasicQueryDUnitTest.java   |   3 +-
 .../partitioned/PRBasicRemoveIndexDUnitTest.java   |   3 +-
 .../partitioned/PRColocatedEquiJoinDUnitTest.java  |   3 +-
 .../partitioned/PRIndexStatisticsJUnitTest.java    |   3 +-
 .../query/partitioned/PRInvalidQueryDUnitTest.java |   3 +-
 .../query/partitioned/PRInvalidQueryJUnitTest.java |   6 +-
 .../partitioned/PRQueryCacheClosedJUnitTest.java   |   3 +-
 .../cache/query/partitioned/PRQueryDUnitTest.java  |   3 +-
 .../cache/query/partitioned/PRQueryJUnitTest.java  |   3 +-
 .../partitioned/PRQueryNumThreadsJUnitTest.java    |   3 +-
 .../partitioned/PRQueryPortfolioDUnitTest.java     |   3 +-
 .../partitioned/PRQueryRegionCloseDUnitTest.java   |   3 +-
 .../partitioned/PRQueryRegionClosedJUnitTest.java  |   3 +-
 .../PRQueryRegionDestroyedDUnitTest.java           |   3 +-
 .../PRQueryRegionDestroyedJUnitTest.java           |   3 +-
 .../PRQueryRemoteNodeExceptionDUnitTest.java       |   3 +-
 .../query/transaction/QueryAndJtaJUnitTest.java    |   3 +-
 .../{execute => }/MonthBasedPartitionResolver.java |   2 +-
 .../PRCustomPartitioningDUnitTest.java             |  44 +-
 .../cache/PartitionedRegionGetSomeKeys.java        |  23 +-
 .../cache/{execute => }/SerializableMonth.java     |   2 +-
 .../management/internal/security/TestCommand.java  |   6 +
 .../query/dunit/QueryIndexUpdateRIDUnitTest.java   |  11 +-
 .../cache/query/dunit/QueryMonitorDUnitTest.java   |  11 +-
 .../geode/test/junit/categories/LuceneTest.java    |   2 +-
 .../{LuceneTest.java => OQLIndexTest.java}         |   5 +-
 .../{LuceneTest.java => OQLQueryTest.java}         |   5 +-
 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                                 |  21 +
 199 files changed, 613 insertions(+), 2158 deletions(-)
 rename geode-core/src/test/java/org/apache/geode/internal/cache/{execute => }/MonthBasedPartitionResolver.java (97%)
 rename geode-core/src/test/java/org/apache/geode/internal/cache/{execute => }/PRCustomPartitioningDUnitTest.java (81%)
 rename geode-core/src/test/java/org/apache/geode/internal/cache/{execute => }/SerializableMonth.java (96%)
 copy geode-junit/src/main/java/org/apache/geode/test/junit/categories/{LuceneTest.java => OQLIndexTest.java} (91%)
 mode change 100644 => 100755
 copy geode-junit/src/main/java/org/apache/geode/test/junit/categories/{LuceneTest.java => OQLQueryTest.java} (91%)
 mode change 100644 => 100755
 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
udo@apache.org.