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:03 UTC

[ignite] 03/05: Merge branch 'master' 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 8b846035944093d198639e85465f544d352d78bd
Merge: 0ea7630 eb3a9aa
Author: Yury Gerzhedovich <yg...@gridgain.com>
AuthorDate: Mon Mar 18 12:00:03 2019 +0300

    Merge branch 'master' 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 ++---
 .../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 |  37 ----
 .../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 +++++++++++
 .../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 +-
 .../DisappearedCacheCauseRetryMessageSelfTest.java |   4 +-
 ...DisappearedCacheWasNotFoundMessageSelfTest.java |   4 +-
 .../twostep/NonCollocatedRetryMessageSelfTest.java |  17 +-
 .../h2/twostep/RetryCauseMessageSelfTest.java      |   4 +-
 .../IgniteCacheWithIndexingTestSuite.java          |   3 +
 .../tcp/ipfinder/zk/ZookeeperIpFinderTest.java     |   5 +-
 ...erDiscoveryConcurrentStartAndStartStopTest.java |  13 +-
 ...coverySegmentationAndConnectionRestoreTest.java | 108 ++++++------
 .../ZookeeperDiscoverySpiSaslFailedAuthTest.java   |  13 +-
 ...ookeeperDiscoverySpiSaslSuccessfulAuthTest.java |   8 +-
 49 files changed, 1145 insertions(+), 792 deletions(-)