You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2019/03/19 07:30:04 UTC

[ignite] 04/05: Merge remote-tracking branch 'upstream/ignite-10161' into ignite-10161

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

vozerov pushed a commit to branch ignite-11564
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 7090a4020a4f767a96303a18b4c0a6d77edc8c02
Merge: e091770 8b84603
Author: devozerov <vo...@gridgain.com>
AuthorDate: Tue Mar 19 10:20:42 2019 +0300

    Merge remote-tracking branch 'upstream/ignite-10161' into ignite-10161

 examples/README.md                                 |   8 +-
 examples/pom-standalone-lgpl.xml                   |  44 +++++
 examples/pom-standalone.xml                        |   1 -
 .../tcp/redis/RedisProtocolGetAllAsArrayTest.java  |  17 +-
 .../cache/binary/BinaryMetadataTransport.java      |  28 ++-
 .../binary/CacheObjectBinaryProcessorImpl.java     |  67 ++++---
 .../cache/persistence/GridCacheOffheapManager.java |   9 +
 .../cache/persistence/file/FileDownloader.java     | 166 +++++++++++-------
 .../cache/persistence/file/FilePageStore.java      |   2 +-
 .../cache/persistence/file/FileUploader.java       |  40 ++---
 .../processors/query/QueryHistoryMetrics.java      |  15 +-
 .../processors/query/QueryHistoryMetricsValue.java |  10 +-
 .../affinity/AffinityDistributionLoggingTest.java  |  37 +---
 .../cache/affinity/AffinityHistoryCleanupTest.java | 138 +++++++--------
 .../failure/FailureHandlingConfigurationTest.java  |  54 ++----
 .../ConsistentIdImplicitlyExplicitlyTest.java      |  18 +-
 ...dCachePartitionExchangeManagerHistSizeTest.java |  23 +--
 .../ignite/internal/GridVersionSelfTest.java       |  11 +-
 .../ignite/internal/IgniteClientRejoinTest.java    |  14 +-
 .../IgniteDiscoveryMassiveNodeFailTest.java        |  19 +-
 ...iteUpdateNotifierPerClusterSettingSelfTest.java |  20 +--
 .../BinaryConfigurationConsistencySelfTest.java    |  28 ++-
 .../IgniteTxConcurrentRemoveObjectsTest.java       |  24 +--
 .../cache/persistence/file/FileDownloaderTest.java |  15 +-
 .../apache/ignite/testframework/GridTestUtils.java |  75 ++++----
 .../testframework/junits/GridAbstractTest.java     |  68 +++++++-
 .../junits/SystemPropertiesList.java}              |  28 ++-
 .../testframework/junits/WithSystemProperty.java}  |  31 ++--
 modules/dev-utils/ignite-modules-test/README.md    |  16 ++
 modules/dev-utils/ignite-modules-test/build.gradle | 139 +++++++++++++++
 .../src/test/java/module-info.java}                |  26 +--
 .../modulestest/IgniteLaunchInModularEnvTest.java  |  97 +++++++++++
 .../processors/query/h2/IgniteH2Indexing.java      |   3 +
 .../processors/query/h2/SchemaManager.java         |   2 +
 .../sys/view/SqlSystemViewQueryHistoryMetrics.java |  92 ++++++++++
 .../cache/BinaryTypeRegistrationTest.java          | 194 +++++++++++++++++++++
 .../cache/StartCachesInParallelTest.java           |  43 ++---
 ...tributedPartitionQueryNodeRestartsSelfTest.java |  22 +--
 ...cheQueryNodeRestartDistributedJoinSelfTest.java |  27 ++-
 .../index/DynamicIndexAbstractBasicSelfTest.java   |  67 +++----
 .../persistence/db/wal/IgniteWalRecoveryTest.java  | 140 ++++++++-------
 .../transaction/DmlInsideTransactionTest.java      |  26 ++-
 ...tStoreQueryWithMultipleClassesPerCacheTest.java |   8 +-
 .../IgnitePersistentStoreSchemaLoadTest.java       |   6 +-
 .../processors/query/LocalQueryLazyTest.java       | 108 ++++++++++++
 .../processors/query/SqlQueryHistorySelfTest.java  |   2 +-
 .../processors/query/SqlSystemViewsSelfTest.java   |  92 +++++++++-
 .../DisappearedCacheCauseRetryMessageSelfTest.java |   4 +-
 ...DisappearedCacheWasNotFoundMessageSelfTest.java |   4 +-
 .../twostep/NonCollocatedRetryMessageSelfTest.java |  17 +-
 .../h2/twostep/RetryCauseMessageSelfTest.java      |   4 +-
 .../IgniteBinaryCacheQueryTestSuite2.java          |   3 +
 .../IgniteCacheWithIndexingTestSuite.java          |   3 +
 .../tcp/ipfinder/zk/ZookeeperIpFinderTest.java     |   5 +-
 ...erDiscoveryConcurrentStartAndStartStopTest.java |  13 +-
 ...coverySegmentationAndConnectionRestoreTest.java | 108 ++++++------
 .../ZookeeperDiscoverySpiSaslFailedAuthTest.java   |  13 +-
 ...ookeeperDiscoverySpiSaslSuccessfulAuthTest.java |   8 +-
 58 files changed, 1494 insertions(+), 808 deletions(-)