IGNITE-10175 migrate core modules tests from Junit 3 to 4 - Fixes #5562.

Signed-off-by: Alexey Goncharuk <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f0544d46
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f0544d46
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f0544d46

Branch: refs/heads/master
Commit: f0544d46a00447bd15f1121a0f97747ba37bd718
Parents: 8751059
Author: Oleg Ignatenko <[email protected]>
Authored: Tue Dec 11 11:16:08 2018 +0300
Committer: Alexey Goncharuk <[email protected]>
Committed: Tue Dec 11 11:16:08 2018 +0300

----------------------------------------------------------------------
 .../GridCacheAffinityBackupsSelfTest.java       |   7 +-
 .../ignite/GridSuppressedExceptionSelfTest.java |   9 +
 .../ignite/IgniteCacheAffinitySelfTest.java     |   7 +-
 ...teCacheEntryProcessorSequentialCallTest.java |  15 +-
 .../cache/IgniteWarmupClosureSelfTest.java      |   7 +-
 .../ignite/cache/LargeEntryUpdateTest.java      |   5 +
 .../ignite/cache/ResetLostPartitionTest.java    |   6 +
 .../AbstractAffinityFunctionSelfTest.java       |  13 +
 .../affinity/AffinityClientNodeSelfTest.java    |   7 +-
 .../AffinityDistributionLoggingTest.java        |  10 +
 ...ityFunctionBackupFilterAbstractSelfTest.java |   6 +
 ...unctionExcludeNeighborsAbstractSelfTest.java |   8 +-
 .../affinity/AffinityHistoryCleanupTest.java    |   5 +
 .../local/LocalAffinityFunctionTest.java        |   5 +
 ...ndezvousAffinityFunctionSimpleBenchmark.java |   9 +
 ...RWThroughDisabledTransactionalCacheTest.java |   9 +
 .../store/CacheStoreReadFromBackupTest.java     |   8 +
 ...cheStoreSessionListenerAbstractSelfTest.java |  12 +-
 ...heStoreSessionListenerLifecycleSelfTest.java |   8 +
 ...nerReadWriteThroughDisabledAbstractTest.java |  10 +
 ...reSessionListenerWriteBehindEnabledTest.java |  10 +
 .../cache/store/CacheStoreWriteErrorTest.java   |   6 +
 .../store/GridCacheBalancingStoreSelfTest.java  |   9 +
 .../GridCacheLoadOnlyStoreAdapterSelfTest.java  |   6 +
 .../cache/store/GridStoreLoadCacheTest.java     |   5 +
 .../IgniteCacheExpiryStoreLoadSelfTest.java     |  11 +-
 .../store/StoreResourceInjectionSelfTest.java   |   7 +
 .../CacheJdbcPojoStoreAbstractSelfTest.java     |  18 +
 ...heJdbcPojoStoreBinaryMarshallerSelfTest.java |  10 +
 .../store/jdbc/CacheJdbcPojoStoreTest.java      |   8 +
 ...eJdbcStoreAbstractMultithreadedSelfTest.java |   7 +
 ...CacheJdbcBlobStoreMultithreadedSelfTest.java |   9 +-
 .../jdbc/JdbcTypesDefaultTransformerTest.java   |   5 +
 .../apache/ignite/client/SslParametersTest.java |  18 +-
 .../failure/FailureHandlerTriggeredTest.java    |   5 +
 .../FailureHandlingConfigurationTest.java       |   9 +
 .../ignite/failure/IoomFailureHandlerTest.java  |   8 +
 .../ignite/failure/OomFailureHandlerTest.java   |   9 +
 .../failure/StopNodeFailureHandlerTest.java     |   5 +
 .../StopNodeOrHaltFailureHandlerTest.java       |   5 +
 .../failure/SystemWorkersBlockingTest.java      |   5 +
 .../failure/SystemWorkersTerminationTest.java   |   5 +
 .../ignite/igfs/IgfsEventsAbstractSelfTest.java |  15 +-
 .../ignite/igfs/IgfsFragmentizerSelfTest.java   |  14 +-
 .../igfs/IgfsFragmentizerTopologySelfTest.java  |   7 +-
 .../apache/ignite/igfs/IgfsPathSelfTest.java    |   8 +-
 .../apache/ignite/internal/ClassSetTest.java    |   9 +-
 .../ClusterBaselineNodesMetricsSelfTest.java    |   5 +
 .../internal/ClusterGroupAbstractTest.java      |  11 +-
 .../internal/ClusterGroupHostsSelfTest.java     |   6 +
 .../ignite/internal/ClusterGroupSelfTest.java   |  15 +
 .../ignite/internal/ClusterMetricsSelfTest.java |   6 +
 .../internal/ClusterNodeMetricsSelfTest.java    |  10 +
 .../internal/ClusterNodeMetricsUpdateTest.java  |   5 +
 .../ComputeJobCancelWithServiceSelfTest.java    |   5 +
 .../ignite/internal/GridAffinityMappedTest.java |   5 +
 .../internal/GridAffinityNoCacheSelfTest.java   |   8 +
 .../internal/GridAffinityP2PSelfTest.java       |   8 +
 .../ignite/internal/GridAffinitySelfTest.java   |   5 +
 .../GridAlwaysFailoverSpiFailSelfTest.java      |   8 +-
 ...chePartitionExchangeManagerHistSizeTest.java |   5 +
 .../internal/GridCancelOnGridStopSelfTest.java  |   7 +-
 .../internal/GridCancelUnusedJobSelfTest.java   |   7 +-
 .../GridCancelledJobsMetricsSelfTest.java       |   5 +
 .../GridCollisionJobsContextSelfTest.java       |   7 +-
 .../internal/GridCommunicationSelfTest.java     |   7 +-
 ...omputationBinarylizableClosuresSelfTest.java |  10 +
 .../GridContinuousJobAnnotationSelfTest.java    |   8 +-
 .../GridContinuousJobSiblingsSelfTest.java      |   8 +-
 .../internal/GridContinuousTaskSelfTest.java    |  11 +
 .../GridDeploymentMultiThreadedSelfTest.java    |   7 +-
 .../ignite/internal/GridDeploymentSelfTest.java |  11 +-
 .../internal/GridDiscoveryEventSelfTest.java    |  11 +-
 .../ignite/internal/GridDiscoverySelfTest.java  |  12 +-
 .../GridEventStorageCheckAllEventsSelfTest.java |  10 +
 .../GridEventStorageDefaultExceptionTest.java   |   6 +
 ...ventStorageRuntimeConfigurationSelfTest.java |  12 +-
 .../internal/GridEventStorageSelfTest.java      |  10 +
 ...ridFailFastNodeFailureDetectionSelfTest.java |   5 +
 .../GridFailedInputParametersSelfTest.java      |  13 +-
 .../GridFailoverCustomTopologySelfTest.java     |   7 +-
 .../ignite/internal/GridFailoverSelfTest.java   |   7 +-
 .../GridFailoverTaskWithPredicateSelfTest.java  |   9 +-
 .../internal/GridFailoverTopologySelfTest.java  |   7 +-
 .../ignite/internal/GridGetOrStartSelfTest.java |   6 +
 .../ignite/internal/GridHomePathSelfTest.java   |   7 +-
 .../GridJobCheckpointCleanupSelfTest.java       |   7 +-
 .../GridJobCollisionCancelSelfTest.java         |   7 +-
 .../ignite/internal/GridJobContextSelfTest.java |   7 +-
 .../GridJobMasterLeaveAwareSelfTest.java        |  23 +-
 .../internal/GridJobServicesAddNodeTest.java    |   5 +
 .../internal/GridJobStealingSelfTest.java       |  16 +-
 .../GridJobStealingZeroActiveJobsSelfTest.java  |   7 +-
 .../internal/GridJobSubjectIdSelfTest.java      |   8 +-
 .../GridKernalConcurrentAccessStopSelfTest.java |   7 +-
 .../internal/GridLifecycleBeanSelfTest.java     |  16 +-
 .../internal/GridListenActorSelfTest.java       |  11 +-
 .../GridLocalEventListenerSelfTest.java         |   7 +-
 .../apache/ignite/internal/GridMBeansTest.java  |   6 +
 .../internal/GridMultipleJobsSelfTest.java      |   8 +-
 .../internal/GridMultipleSpisSelfTest.java      |   7 +-
 .../GridMultipleVersionsDeploymentSelfTest.java |   8 +-
 .../GridMultithreadedJobStealingSelfTest.java   |   8 +-
 .../ignite/internal/GridNodeFilterSelfTest.java |   7 +-
 .../ignite/internal/GridNodeLocalSelfTest.java  |   8 +-
 .../internal/GridNodeMetricsLogSelfTest.java    |   5 +
 .../GridNodeVisorAttributesSelfTest.java        |   9 +-
 .../internal/GridNonHistoryMetricsSelfTest.java |   7 +-
 .../GridProjectionForCachesSelfTest.java        |  12 +-
 ...ectionLocalJobMultipleArgumentsSelfTest.java |  10 +-
 .../ignite/internal/GridReduceSelfTest.java     |   8 +-
 .../internal/GridReleaseTypeSelfTest.java       |   8 +-
 .../internal/GridRuntimeExceptionSelfTest.java  |  10 +-
 .../internal/GridSameVmStartupSelfTest.java     |   7 +-
 .../apache/ignite/internal/GridSelfTest.java    |  10 +-
 .../internal/GridSpiExceptionSelfTest.java      |   7 +-
 .../ignite/internal/GridStartStopSelfTest.java  |   9 +-
 .../internal/GridStopWithCancelSelfTest.java    |   7 +-
 .../internal/GridStopWithWaitSelfTest.java      |   8 +-
 .../GridTaskCancelSingleNodeSelfTest.java       |   8 +-
 .../GridTaskContinuousMapperSelfTest.java       |   9 +-
 .../GridTaskExecutionContextSelfTest.java       |   9 +-
 .../internal/GridTaskExecutionSelfTest.java     |   7 +
 .../GridTaskFailoverAffinityRunTest.java        |   8 +-
 .../internal/GridTaskFailoverSelfTest.java      |   7 +-
 .../GridTaskFutureImplStopGridSelfTest.java     |   7 +-
 .../GridTaskInstanceExecutionSelfTest.java      |   7 +-
 .../internal/GridTaskInstantiationSelfTest.java |   7 +-
 .../internal/GridTaskJobRejectSelfTest.java     |   7 +-
 .../internal/GridTaskListenerSelfTest.java      |   7 +-
 .../internal/GridTaskMapAsyncSelfTest.java      |   7 +-
 .../GridTaskNameAnnotationSelfTest.java         |  10 +-
 .../internal/GridTaskResultCacheSelfTest.java   |   9 +-
 .../internal/GridTaskTimeoutSelfTest.java       |   9 +-
 .../GridTopicExternalizableSelfTest.java        |  14 +-
 .../ignite/internal/GridVersionSelfTest.java    |   7 +-
 ...entConnectAfterCommunicationFailureTest.java |   6 +
 .../IgniteClientReconnectApiExceptionTest.java  |   5 +
 .../IgniteClientReconnectAtomicsTest.java       |  20 +
 .../IgniteClientReconnectBinaryContexTest.java  |   5 +
 .../IgniteClientReconnectCacheTest.java         |  20 +
 .../IgniteClientReconnectCollectionsTest.java   |  12 +
 .../IgniteClientReconnectComputeTest.java       |   9 +-
 ...eClientReconnectContinuousProcessorTest.java |  11 +-
 .../IgniteClientReconnectDelayedSpiTest.java    |   5 +
 ...IgniteClientReconnectDiscoveryStateTest.java |   7 +-
 .../IgniteClientReconnectFailoverTest.java      |  10 +-
 .../IgniteClientReconnectServicesTest.java      |  10 +-
 .../internal/IgniteClientReconnectStopTest.java |   7 +-
 .../IgniteClientReconnectStreamerTest.java      |   8 +-
 .../ignite/internal/IgniteClientRejoinTest.java |   7 +
 .../IgniteComputeEmptyClusterGroupTest.java     |   8 +-
 .../internal/IgniteComputeJobOneThreadTest.java |   5 +
 .../IgniteComputeResultExceptionTest.java       |  16 +
 .../IgniteComputeTopologyExceptionTest.java     |   6 +
 ...eConcurrentEntryProcessorAccessStopTest.java |   5 +
 ...onnectionConcurrentReserveAndRemoveTest.java |   5 +
 .../IgniteDiscoveryMassiveNodeFailTest.java     |  10 +
 .../internal/IgniteExecutorServiceTest.java     |  13 +-
 ...gniteExplicitImplicitDeploymentSelfTest.java |  10 +-
 .../internal/IgniteInternalCacheRemoveTest.java |   7 +-
 .../IgniteLocalNodeMapBeforeStartTest.java      |   5 +
 .../IgniteReflectionFactorySelfTest.java        |   5 +
 ...RoundRobinErrorAfterClientReconnectTest.java |   5 +
 .../IgniteSlowClientDetectionSelfTest.java      |   7 +-
 ...UpdateNotifierPerClusterSettingSelfTest.java |   6 +
 .../internal/LongJVMPauseDetectorTest.java      |   6 +
 .../MarshallerContextLockingSelfTest.java       |   5 +
 .../internal/MemoryLeaksOnRestartNodeTest.java  |   7 +-
 .../ignite/internal/TaskNodeRestartTest.java    |   5 +
 .../TransactionMetricsMxBeanImplTest.java       |   6 +
 .../internal/TransactionsMXBeanImplTest.java    |   5 +
 .../internal/VisorManagementEventSelfTest.java  |   8 +
 .../BinaryArrayIdentityResolverSelfTest.java    |   9 +
 .../binary/BinaryBasicIdMapperSelfTest.java     |   6 +
 .../binary/BinaryBasicNameMapperSelfTest.java   |   6 +
 .../BinaryConfigurationConsistencySelfTest.java |  12 +
 ...ryConfigurationCustomSerializerSelfTest.java |   5 +
 .../internal/binary/BinaryEnumsSelfTest.java    |  26 +-
 .../binary/BinaryFieldExtractionSelfTest.java   |   7 +
 .../binary/BinaryFieldsAbstractSelfTest.java    |  34 ++
 .../BinaryFooterOffsetsAbstractSelfTest.java    |   9 +
 .../binary/BinaryMarshallerSelfTest.java        | 110 ++++
 .../BinaryObjectBuilderAdditionalSelfTest.java  |  74 +++
 ...naryObjectBuilderDefaultMappersSelfTest.java |  49 ++
 .../binary/BinaryObjectExceptionSelfTest.java   |   6 +
 .../binary/BinaryObjectToStringSelfTest.java    |   5 +
 .../BinaryObjectTypeCompatibilityTest.java      |   5 +
 .../BinarySerialiedFieldComparatorSelfTest.java |  34 +-
 .../BinarySimpleNameTestPropertySelfTest.java   |   7 +
 .../internal/binary/BinaryTreeSelfTest.java     |  16 +
 .../binary/GridBinaryAffinityKeySelfTest.java   |   7 +
 ...GridBinaryMarshallerCtxDisabledSelfTest.java |   5 +
 .../binary/GridBinaryWildcardsSelfTest.java     |  25 +
 ...aultBinaryMappersBinaryMetaDataSelfTest.java |  10 +
 .../AbstractBinaryStreamByteOrderSelfTest.java  |  16 +
 .../streams/BinaryAbstractOutputStreamTest.java |   5 +
 .../commandline/CommandHandlerParsingTest.java  |  18 +-
 ...ByteBufferStreamImplV2ByteOrderSelfTest.java |  20 +-
 .../encryption/EncryptedCacheBigEntryTest.java  |   5 +
 .../encryption/EncryptedCacheCreateTest.java    |   7 +
 .../encryption/EncryptedCacheDestroyTest.java   |   6 +
 .../EncryptedCacheGroupCreateTest.java          |   6 +
 .../encryption/EncryptedCacheNodeJoinTest.java  |  12 +
 .../EncryptedCachePreconfiguredRestartTest.java |   6 +
 .../encryption/EncryptedCacheRestartTest.java   |   5 +
 ...GridManagerLocalMessageListenerSelfTest.java |   7 +
 ...dManagerMxBeanIllegalArgumentHandleTest.java |   9 +
 .../managers/GridManagerStopSelfTest.java       |  14 +-
 .../managers/GridNoopManagerSelfTest.java       |   7 +-
 .../managers/IgniteDiagnosticMessagesTest.java  |  16 +
 .../GridCheckpointManagerSelfTest.java          |  12 +-
 .../checkpoint/GridCheckpointTaskSelfTest.java  |   8 +-
 ...idCommunicationManagerListenersSelfTest.java |  10 +-
 .../GridCommunicationSendMessageSelfTest.java   |   9 +-
 .../communication/GridIoManagerSelfTest.java    |  10 +-
 .../IgniteCommunicationBalanceTest.java         |   7 +
 .../communication/IgniteIoTestMessagesTest.java |   5 +
 .../IgniteVariousConnectionNumberTest.java      |   5 +
 ...mentRequestOfUnknownClassProcessingTest.java |   7 +-
 .../GridDeploymentManagerStopSelfTest.java      |   7 +-
 .../GridDeploymentMessageCountSelfTest.java     |   8 +-
 .../GridDiscoveryManagerAliveCacheSelfTest.java |   6 +
 .../GridDiscoveryManagerAttributesSelfTest.java |  12 +
 .../IgniteTopologyPrintFormatSelfTest.java      |  12 +-
 .../events/GridEventStorageManagerSelfTest.java |   9 +-
 .../OptimizedMarshallerEnumSelfTest.java        |   7 +-
 .../OptimizedMarshallerNodeFailoverTest.java    |   9 +-
 .../optimized/OptimizedMarshallerSelfTest.java  |  10 +-
 ...arshallerSerialPersistentFieldsSelfTest.java |   7 +-
 .../optimized/OptimizedMarshallerTest.java      |  17 +
 .../OptimizedObjectStreamSelfTest.java          |  78 ++-
 .../pagemem/impl/PageIdUtilsSelfTest.java       |  10 +
 .../pagemem/impl/PageMemoryNoLoadSelfTest.java  |   9 +
 .../GridCacheTxLoadFromStoreOnLockSelfTest.java |   8 +-
 .../GridAffinityProcessorAbstractSelfTest.java  |   8 +-
 .../GridAffinityProcessorMemoryLeakTest.java    |   5 +
 .../Authentication1kUsersNodeRestartTest.java   |   5 +
 .../AuthenticationConfigurationClusterTest.java |  10 +
 .../AuthenticationOnNotActiveClusterTest.java   |   6 +
 .../AuthenticationProcessorNPEOnStartTest.java  |   5 +
 .../AuthenticationProcessorNodeRestartTest.java |   9 +
 .../AuthenticationProcessorSelfTest.java        |  19 +
 .../AtomicCacheAffinityConfigurationTest.java   |   7 +
 ...ataRegistrationInsideEntryProcessorTest.java |   7 +-
 .../cache/CacheAffinityCallSelfTest.java        |   7 +
 .../CacheAtomicSingleMessageCountSelfTest.java  |   7 +
 .../cache/CacheClientStoreSelfTest.java         |  15 +-
 .../processors/cache/CacheComparatorTest.java   |   5 +
 .../cache/CacheConcurrentReadThroughTest.java   |   5 +
 .../cache/CacheConfigurationLeakTest.java       |   5 +
 .../cache/CacheConnectionLeakStoreTxTest.java   |  17 +-
 .../cache/CacheDataRegionConfigurationTest.java |  14 +
 .../cache/CacheDeferredDeleteQueueTest.java     |   6 +
 .../CacheDeferredDeleteSanitySelfTest.java      |   8 +
 ...cheDhtLocalPartitionAfterRemoveSelfTest.java |   7 +-
 .../cache/CacheEntryProcessorCopySelfTest.java  |   6 +
 .../cache/CacheEnumOperationsAbstractTest.java  |   7 +
 .../cache/CacheEventWithTxLabelTest.java        |  14 +-
 ...CacheExchangeMessageDuplicatedStateTest.java |   5 +
 .../cache/CacheFutureExceptionSelfTest.java     |   7 +-
 .../cache/CacheGetEntryAbstractTest.java        |  12 +
 ...tEntryPessimisticRepeatableReadSelfTest.java |   8 +
 .../processors/cache/CacheGetFromJobTest.java   |   7 +-
 .../CacheGetsDistributionAbstractTest.java      |   8 +
 .../CacheGroupLocalConfigurationSelfTest.java   |   6 +
 .../cache/CacheGroupMetricsMBeanTest.java       |   6 +
 .../cache/CacheGroupsMetricsRebalanceTest.java  |   7 +
 ...erceptorPartitionCounterLocalSanityTest.java |  10 +
 ...torPartitionCounterRandomOperationsTest.java |  25 +
 .../cache/CacheKeepBinaryTransactionTest.java   |   7 +
 .../cache/CacheMetricsEntitiesCountTest.java    |   5 +
 .../CacheMetricsForClusterGroupSelfTest.java    |   7 +
 .../cache/CacheMetricsManageTest.java           |  13 +
 .../processors/cache/CacheNamesSelfTest.java    |   5 +
 .../CacheNamesWithSpecialCharactersTest.java    |   5 +
 .../cache/CacheNearReaderUpdateTest.java        |   8 +
 ...cheNearUpdateTopologyChangeAbstractTest.java |   7 +-
 .../cache/CacheNoAffinityExchangeTest.java      |   7 +
 .../cache/CacheOffheapMapEntrySelfTest.java     |   7 +-
 ...cheOptimisticTransactionsWithFilterTest.java |   8 +
 .../CachePutEventListenerErrorSelfTest.java     |   8 +
 .../processors/cache/CachePutIfAbsentTest.java  |   5 +
 .../cache/CacheReadThroughRestartSelfTest.java  |  10 +-
 .../CacheRebalanceConfigValidationTest.java     |   5 +
 .../cache/CacheRebalancingSelfTest.java         |   7 +
 .../cache/CacheRemoveAllSelfTest.java           |   9 +-
 .../CacheSerializableTransactionsTest.java      |  94 ++++
 .../CacheStartupInDeploymentModesTest.java      |   6 +
 .../cache/CacheStopAndDestroySelfTest.java      |  19 +
 ...eUsageMultinodeDynamicStartAbstractTest.java |  16 +-
 ...reUsageMultinodeStaticStartAbstractTest.java |  17 +-
 .../processors/cache/CacheTxFastFinishTest.java |   6 +
 .../CacheTxNotAllowReadFromBackupTest.java      |  14 +-
 .../cache/CacheValidatorMetricsTest.java        |   5 +
 .../cache/ClusterReadOnlyModeTest.java          |   6 +
 .../cache/ClusterStateAbstractTest.java         |   9 +
 .../cache/ConcurrentCacheStartTest.java         |   5 +
 .../processors/cache/CrossCacheLockTest.java    |   5 +
 .../cache/CrossCacheTxRandomOperationsTest.java |   9 +
 .../DataStorageConfigurationValidationTest.java |   7 +
 .../EntryVersionConsistencyReadThroughTest.java |  10 +
 ...idAbstractCacheInterceptorRebalanceTest.java |  10 +
 .../GridCacheAbstractFailoverSelfTest.java      |   6 +
 .../GridCacheAbstractFailoverTxSelfTest.java    |  19 +-
 ...cheAbstractFullApiMultithreadedSelfTest.java |  19 +-
 .../cache/GridCacheAbstractFullApiSelfTest.java | 152 ++++++
 .../GridCacheAbstractIteratorsSelfTest.java     |  10 +-
 .../GridCacheAbstractLocalStoreSelfTest.java    |  18 +-
 .../cache/GridCacheAbstractMetricsSelfTest.java |  40 ++
 .../GridCacheAbstractRemoveFailureTest.java     |   9 +-
 .../cache/GridCacheAbstractTxReadTest.java      |  12 +-
 ...acheAbstractUsersAffinityMapperSelfTest.java |   7 +-
 .../cache/GridCacheAffinityApiSelfTest.java     |  17 +-
 .../cache/GridCacheAffinityMapperSelfTest.java  |   9 +-
 .../cache/GridCacheAffinityRoutingSelfTest.java |  12 +
 .../GridCacheAsyncOperationsLimitSelfTest.java  |   7 +-
 ...eAtomicEntryProcessorDeploymentSelfTest.java |  12 +-
 .../GridCacheAtomicMessageCountSelfTest.java    |   8 +-
 .../cache/GridCacheBasicApiAbstractTest.java    |  18 +-
 .../cache/GridCacheBasicStoreAbstractTest.java  |  16 +-
 ...acheBasicStoreMultithreadedAbstractTest.java |   7 +-
 .../cache/GridCacheClearAllSelfTest.java        |   8 +-
 .../cache/GridCacheClearLocallySelfTest.java    |  14 +-
 .../cache/GridCacheClearSelfTest.java           |  16 +
 ...GridCacheConcurrentGetCacheOnClientTest.java |   5 +
 .../cache/GridCacheConcurrentMapSelfTest.java   |   9 +
 .../GridCacheConcurrentTxMultiNodeLoadTest.java |   5 +
 .../GridCacheConditionalDeploymentSelfTest.java |   7 +
 ...idCacheConfigurationConsistencySelfTest.java |  31 +-
 ...ridCacheConfigurationValidationSelfTest.java |   8 +-
 .../GridCacheDaemonNodeAbstractSelfTest.java    |   7 +
 .../cache/GridCacheDeploymentSelfTest.java      |  15 +
 .../cache/GridCacheEntryMemorySizeSelfTest.java |   8 +
 .../cache/GridCacheEntryVersionSelfTest.java    |   9 +-
 .../GridCacheEvictionEventAbstractTest.java     |   9 +-
 .../GridCacheFinishPartitionsSelfTest.java      |  10 +-
 ...CacheFullTextQueryMultithreadedSelfTest.java |   5 +
 ...idCacheGetAndTransformStoreAbstractTest.java |   9 +-
 .../cache/GridCacheIncrementTransformTest.java  |   8 +-
 .../GridCacheInterceptorAbstractSelfTest.java   |  28 +-
 .../GridCacheInterceptorLocalSelfTest.java      |   4 +-
 ...dCacheInterceptorLocalWithStoreSelfTest.java |   4 +-
 ...heInterceptorTransactionalRebalanceTest.java |   4 +-
 .../cache/GridCacheIteratorPerformanceTest.java |   9 +-
 .../cache/GridCacheKeyCheckSelfTest.java        |  12 +-
 .../processors/cache/GridCacheLeakTest.java     |   6 +
 .../cache/GridCacheLifecycleAwareSelfTest.java  |   7 +-
 .../GridCacheMarshallerTxAbstractTest.java      |   7 +-
 .../GridCacheMarshallingNodeJoinSelfTest.java   |   9 +-
 .../GridCacheMissingCommitVersionSelfTest.java  |   5 +
 ...GridCacheMixedPartitionExchangeSelfTest.java |   7 +-
 .../cache/GridCacheMultiUpdateLockSelfTest.java |   8 +-
 ...ridCacheMultinodeUpdateAbstractSelfTest.java |   7 +-
 ...inodeUpdateNearEnabledNoBackupsSelfTest.java |   5 +
 ...CacheMultinodeUpdateNearEnabledSelfTest.java |   9 +-
 .../cache/GridCacheMvccFlagsTest.java           |   8 +-
 .../cache/GridCacheMvccManagerSelfTest.java     |   9 +-
 .../cache/GridCacheMvccPartitionedSelfTest.java |  20 +
 .../processors/cache/GridCacheMvccSelfTest.java |  32 ++
 .../cache/GridCacheNestedTxAbstractTest.java    |   9 +-
 .../cache/GridCacheObjectToStringSelfTest.java  |  14 +-
 ...HeapMultiThreadedUpdateAbstractSelfTest.java |  10 +-
 ...CacheOffHeapMultiThreadedUpdateSelfTest.java |   9 +
 .../cache/GridCacheOffheapUpdateSelfTest.java   |   8 +-
 .../GridCacheOnCopyFlagAbstractSelfTest.java    |   6 +
 .../GridCacheOrderedPreloadingSelfTest.java     |  10 +-
 .../cache/GridCacheP2PUndeploySelfTest.java     |  14 +-
 .../cache/GridCachePartitionedGetSelfTest.java  |   9 +-
 ...hePartitionedProjectionAffinitySelfTest.java |   6 +
 .../cache/GridCachePartitionedWritesTest.java   |  11 +-
 .../GridCachePreloadingEvictionsSelfTest.java   |   5 +
 .../cache/GridCachePutAllFailoverSelfTest.java  |  16 +
 .../GridCacheQueryIndexingDisabledSelfTest.java |  10 +-
 .../GridCacheQueryInternalKeysSelfTest.java     |   7 +-
 ...ridCacheQuerySqlFieldInlineSizeSelfTest.java |  10 +-
 .../GridCacheReferenceCleanupSelfTest.java      |  21 +-
 .../cache/GridCacheReloadSelfTest.java          |  19 +-
 ...ridCacheReplicatedSynchronousCommitTest.java |   8 +-
 .../GridCacheReturnValueTransferSelfTest.java   |   8 +-
 .../cache/GridCacheSlowTxWarnTest.java          |   7 +-
 .../processors/cache/GridCacheStopSelfTest.java |  14 +
 ...ridCacheStoreManagerDeserializationTest.java |   9 +
 .../cache/GridCacheStoreValueBytesSelfTest.java |   7 +-
 .../cache/GridCacheSwapPreloadSelfTest.java     |  10 +-
 ...acheTcpClientDiscoveryMultiThreadedTest.java |   7 +-
 ...cheTransactionalAbstractMetricsSelfTest.java |  31 ++
 .../GridCacheTtlManagerEvictionSelfTest.java    |   9 +-
 .../cache/GridCacheTtlManagerLoadTest.java      |   5 +
 .../GridCacheTtlManagerNotificationTest.java    |   9 +-
 .../cache/GridCacheTtlManagerSelfTest.java      |   9 +-
 .../cache/GridCacheUtilsSelfTest.java           |   5 +
 .../GridCacheValueBytesPreloadingSelfTest.java  |   7 +-
 ...idCacheValueConsistencyAbstractSelfTest.java |  21 +-
 .../GridCacheVariableTopologySelfTest.java      |   9 +-
 .../cache/GridCacheVersionMultinodeTest.java    |  12 +-
 .../cache/GridCacheVersionSelfTest.java         |   8 +-
 .../GridCacheVersionTopologyChangeTest.java     |   7 +
 ...StorageConfigurationConsistencySelfTest.java |   5 +
 .../cache/GridEvictionPolicyMBeansTest.java     |   5 +
 ...calCacheStoreManagerDeserializationTest.java |   6 +
 .../cache/GridLocalIgniteSerializationTest.java |   8 +
 ...ProjectionForCachesOnDaemonNodeSelfTest.java |   7 +
 ...IgniteAbstractDynamicCacheStartFailTest.java |  27 +
 .../IgniteCacheAbstractStopBusySelfTest.java    |  12 +-
 .../IgniteCacheAtomicStopBusySelfTest.java      |  10 +-
 ...IgniteCacheBinaryEntryProcessorSelfTest.java |   8 +
 .../IgniteCacheBinaryObjectsScanSelfTest.java   |   5 +
 .../IgniteCacheConfigVariationsFullApiTest.java | 152 ++++++
 ...teCacheConfigurationDefaultTemplateTest.java |   7 +-
 .../IgniteCacheConfigurationTemplateTest.java   |  12 +-
 .../IgniteCacheContainsKeyAbstractSelfTest.java |   8 +-
 .../cache/IgniteCacheContainsKeyAtomicTest.java |   6 +
 ...niteCacheCopyOnReadDisabledAbstractTest.java |   5 +
 .../cache/IgniteCacheCreateRestartSelfTest.java |   5 +
 .../cache/IgniteCacheDynamicStopSelfTest.java   |   6 +
 .../IgniteCacheEntryListenerAbstractTest.java   |  13 +
 ...niteCacheEntryListenerExpiredEventsTest.java |   6 +
 .../IgniteCacheEntryProcessorCallTest.java      |   7 +
 .../IgniteCacheEntryProcessorNodeJoinTest.java  |   8 +
 ...niteCacheExpireAndUpdateConsistencyTest.java |  10 +
 ...IgniteCacheGetCustomCollectionsSelfTest.java |   5 +
 .../processors/cache/IgniteCacheGroupsTest.java |  96 ++++
 .../cache/IgniteCacheIncrementTxTest.java       |   7 +
 .../cache/IgniteCacheInvokeAbstractTest.java    |  10 +-
 ...iteCacheInvokeReadThroughSingleNodeTest.java |  19 +
 .../cache/IgniteCacheInvokeReadThroughTest.java |  22 +
 ...gniteCacheLoadRebalanceEvictionSelfTest.java |   5 +
 .../IgniteCacheManyAsyncOperationsTest.java     |   7 +-
 .../cache/IgniteCacheNearLockValueSelfTest.java |   7 +-
 .../cache/IgniteCacheNoSyncForGetTest.java      |   7 +
 .../cache/IgniteCacheObjectPutSelfTest.java     |   6 +
 .../IgniteCacheP2pUnmarshallingErrorTest.java   |   7 +-
 ...gniteCacheP2pUnmarshallingNearErrorTest.java |   7 +-
 ...CacheP2pUnmarshallingRebalanceErrorTest.java |   5 +
 .../IgniteCacheP2pUnmarshallingTxErrorTest.java |   7 +-
 .../IgniteCachePartitionMapUpdateTest.java      |  10 +-
 .../cache/IgniteCachePeekModesAbstractTest.java |  10 +
 .../cache/IgniteCachePutAllRestartTest.java     |   8 +-
 .../IgniteCachePutStackOverflowSelfTest.java    |   7 +
 .../IgniteCacheReadThroughEvictionSelfTest.java |  10 +
 .../IgniteCacheReadThroughStoreCallTest.java    |   7 +
 ...iteCacheScanPredicateDeploymentSelfTest.java |   5 +
 .../cache/IgniteCacheSerializationSelfTest.java |   5 +
 .../cache/IgniteCacheStartStopLoadTest.java     |   5 +
 .../processors/cache/IgniteCacheStartTest.java  |   7 +
 .../cache/IgniteCacheStoreCollectionTest.java   |   5 +
 .../IgniteCacheStoreValueAbstractTest.java      |   6 +
 ...gniteCacheTransactionalStopBusySelfTest.java |  10 +-
 .../IgniteCacheTxCopyOnReadDisabledTest.java    |   4 +-
 .../cache/IgniteCacheTxLocalPeekModesTest.java  |   4 +-
 .../cache/IgniteCacheTxLocalStoreValueTest.java |   4 +-
 .../IgniteCacheTxNearEnabledStoreValueTest.java |   4 +-
 .../cache/IgniteCacheTxNearPeekModesTest.java   |   8 +
 .../cache/IgniteCacheTxPreloadNoWriteTest.java  |   8 +-
 .../cache/IgniteCacheTxStoreValueTest.java      |   4 +-
 .../cache/IgniteCachingProviderSelfTest.java    |   8 +-
 .../IgniteClientAffinityAssignmentSelfTest.java |   7 +-
 ...IgniteClientCacheInitializationFailTest.java |  10 +
 .../IgniteClientCacheStartFailoverTest.java     |  13 +
 .../IgniteClusterActivateDeactivateTest.java    |  37 ++
 ...erActivateDeactivateTestWithPersistence.java |  12 +
 .../IgniteDaemonNodeMarshallerCacheTest.java    |   8 +-
 .../cache/IgniteDynamicCacheAndNodeStop.java    |   5 +
 .../cache/IgniteDynamicCacheFilterTest.java     |   5 +
 .../cache/IgniteDynamicCacheMultinodeTest.java  |   6 +
 ...ynamicCacheStartCoordinatorFailoverTest.java | 527 ++++++++++---------
 ...ynamicCacheStartFailWithPersistenceTest.java |   9 +-
 ...eDynamicCacheStartNoExchangeTimeoutTest.java |  14 +-
 .../cache/IgniteDynamicCacheStartSelfTest.java  |  32 ++
 ...niteDynamicCacheStartStopConcurrentTest.java |   5 +
 ...niteDynamicCacheWithConfigStartSelfTest.java |   7 +-
 .../IgniteDynamicClientCacheStartSelfTest.java  |  17 +-
 .../cache/IgniteExchangeFutureHistoryTest.java  |   7 +-
 ...IgniteGetNonPlainKeyReadThroughSelfTest.java |   6 +
 .../IgniteIncompleteCacheObjectSelfTest.java    |   5 +
 .../cache/IgniteInternalCacheTypesTest.java     |   5 +
 ...iteMarshallerCacheClassNameConflictTest.java |   5 +
 ...lerCacheClientRequestsMappingOnMissTest.java |   9 +
 ...eMarshallerCacheConcurrentReadWriteTest.java |   5 +
 .../IgniteMarshallerCacheFSRestoreTest.java     |   6 +
 .../IgniteMvccTxMultiThreadedAbstractTest.java  |  11 +
 .../IgniteMvccTxSingleThreadedAbstractTest.java |   8 +-
 .../cache/IgniteNearClientCacheCloseTest.java   |  11 +
 .../cache/IgniteOnePhaseCommitInvokeTest.java   |   5 +
 .../IgniteOnePhaseCommitNearReadersTest.java    |   8 +
 .../cache/IgniteOnePhaseCommitNearSelfTest.java |   5 +
 .../cache/IgniteOutOfMemoryPropagationTest.java |   6 +
 .../cache/IgnitePutAllLargeBatchSelfTest.java   |  18 +-
 ...tAllUpdateNonPreloadedPartitionSelfTest.java |   7 +-
 .../IgniteStartCacheInTransactionSelfTest.java  |  13 +-
 .../cache/IgniteStaticCacheStartSelfTest.java   |   7 +-
 .../cache/IgniteSystemCacheOnClientTest.java    |   7 +-
 ...gniteTopologyValidatorAbstractCacheTest.java |   5 +
 ...ologyValidatorAbstractTxCacheGroupsTest.java |   7 +-
 ...iteTopologyValidatorAbstractTxCacheTest.java |   7 +-
 ...opologyValidatorCacheGroupsAbstractTest.java |   5 +
 ...niteTopologyValidatorGridSplitCacheTest.java |   6 +
 .../IgniteTxConcurrentGetAbstractTest.java      |   7 +-
 .../cache/IgniteTxConfigCacheSelfTest.java      |   6 +
 .../IgniteTxExceptionAbstractSelfTest.java      |  18 +
 .../cache/IgniteTxMultiNodeAbstractTest.java    |  13 +-
 .../IgniteTxMultiThreadedAbstractTest.java      |  17 +
 .../cache/IgniteTxReentryAbstractSelfTest.java  |   7 +-
 .../IgniteTxSingleThreadedAbstractTest.java     |  18 +-
 .../IgniteTxStoreExceptionAbstractSelfTest.java |  20 +-
 ...rceptorCacheConfigVariationsFullApiTest.java |   7 +
 .../MarshallerCacheJobRunNodeRestartTest.java   |   5 +
 .../cache/MemoryPolicyConfigValidationTest.java |  14 +
 ...AffinityCoordinatorDynamicStartStopTest.java |   5 +
 ...heapCacheMetricsForClusterGroupSelfTest.java |   5 +
 ...rtitionsExchangeCoordinatorFailoverTest.java |   6 +
 ...sExchangeOnDiscoveryHistoryOverflowTest.java |   5 +
 .../SetTxTimeoutOnPartitionMapExchangeTest.java |   9 +
 .../cache/WalModeChangeAbstractSelfTest.java    |  14 +
 .../cache/WalModeChangeAdvancedSelfTest.java    |  12 +
 .../cache/WithKeepBinaryCacheFullApiTest.java   |  16 +
 .../binary/BinaryMetadataUpdatesFlowTest.java   |   7 +
 .../BinaryTxCacheLocalEntriesSelfTest.java      |   5 +
 .../CacheKeepBinaryWithInterceptorTest.java     |   6 +
 ...yAtomicEntryProcessorDeploymentSelfTest.java |   8 +
 ...naryObjectMetadataExchangeMultinodeTest.java |   8 +
 ...acheBinaryObjectUserClassloaderSelfTest.java |   6 +
 ...naryObjectsAbstractDataStreamerSelfTest.java |   5 +
 ...aryObjectsAbstractMultiThreadedSelfTest.java |   8 +-
 .../GridCacheBinaryObjectsAbstractSelfTest.java |  35 ++
 .../GridCacheBinaryStoreAbstractSelfTest.java   |  10 +
 ...ntNodeBinaryObjectMetadataMultinodeTest.java |   7 +
 ...CacheClientNodeBinaryObjectMetadataTest.java |   5 +
 .../GridDataStreamerImplSelfTest.java           |   8 +
 ...IgniteCacheAbstractExecutionContextTest.java |   5 +
 ...eAbstractDataStructuresFailoverSelfTest.java |  51 ++
 ...actQueueFailoverDataConsistencySelfTest.java |  10 +-
 ...CacheAtomicReferenceApiSelfAbstractTest.java |  12 +-
 ...cheAtomicReferenceMultiNodeAbstractTest.java |   8 +-
 ...idCacheAtomicStampedApiSelfAbstractTest.java |  11 +-
 .../GridCacheQueueApiSelfAbstractTest.java      |  29 +
 .../GridCacheQueueCleanupSelfTest.java          |   7 +-
 .../GridCacheQueueClientDisconnectTest.java     | 259 ++++-----
 ...ridCacheQueueJoinedNodeSelfAbstractTest.java |   7 +-
 ...GridCacheQueueMultiNodeAbstractSelfTest.java |  15 +-
 ...dCacheQueueMultiNodeConsistencySelfTest.java |  10 +-
 ...CacheQueueRotativeMultiNodeAbstractTest.java |   9 +-
 .../GridCacheSequenceApiSelfAbstractTest.java   |  20 +-
 ...dCacheSequenceMultiNodeAbstractSelfTest.java |   9 +-
 .../GridCacheSetAbstractSelfTest.java           |  25 +
 .../GridCacheSetFailoverAbstractSelfTest.java   |   5 +
 .../IgniteAtomicLongApiAbstractSelfTest.java    |  18 +-
 .../IgniteClientDataStructuresAbstractTest.java |  11 +
 .../IgniteCountDownLatchAbstractSelfTest.java   |   9 +
 .../IgniteDataStructureUniqueNameTest.java      |   8 +
 .../IgniteDataStructureWithJobTest.java         |   7 +-
 ...ExchangeLatchManagerCoordinatorFailTest.java |   7 +
 .../IgniteLockAbstractSelfTest.java             |  20 +
 .../IgniteSemaphoreAbstractSelfTest.java        |   9 +
 .../IgniteSequenceInternalCleanupTest.java      |   5 +
 .../SemaphoreFailoverNoWaitingAcquirerTest.java |   8 +-
 ...SemaphoreFailoverSafeReleasePermitsTest.java |   6 +
 .../IgniteLocalCountDownLatchSelfTest.java      |   7 +-
 .../local/IgniteLocalLockSelfTest.java          |   5 +
 .../local/IgniteLocalSemaphoreSelfTest.java     |   5 +
 ...titionedAtomicSequenceMultiThreadedTest.java |  18 +-
 ...achePartitionedAtomicSequenceTxSelfTest.java |   8 +-
 ...chePartitionedAtomicSetFailoverSelfTest.java |   5 +
 ...idCachePartitionedNodeRestartTxSelfTest.java |   9 +-
 ...PartitionedQueueCreateMultiNodeSelfTest.java |   6 +
 ...dCachePartitionedQueueEntryMoveSelfTest.java |   7 +-
 ...GridCachePartitionedSetFailoverSelfTest.java |   7 +-
 .../IgnitePartitionedQueueNoBackupsTest.java    |   5 +
 .../IgnitePartitionedSetNoBackupsSelfTest.java  |   5 +
 .../distributed/Cache64kPartitionsTest.java     |   6 +
 .../CacheAbstractRestartSelfTest.java           |   5 +
 .../distributed/CacheAffinityEarlyTest.java     |   7 +-
 ...acheAsyncOperationsFailoverAbstractTest.java |   9 +-
 .../distributed/CacheAsyncOperationsTest.java   |   9 +-
 .../CacheAtomicPrimarySyncBackPressureTest.java |   6 +
 .../distributed/CacheBaselineTopologyTest.java  |  15 +
 .../distributed/CacheBlockOnGetAllTest.java     |  36 ++
 .../CacheBlockOnReadAbstractTest.java           |  40 ++
 .../cache/distributed/CacheBlockOnScanTest.java |  16 +
 .../distributed/CacheBlockOnSingleGetTest.java  |  36 ++
 .../CacheClientsConcurrentStartTest.java        |   7 +-
 .../CacheDataLossOnPartitionMoveTest.java       |   5 +
 .../CacheDiscoveryDataConcurrentJoinTest.java   |   8 +-
 .../distributed/CacheExchangeMergeTest.java     |  32 ++
 .../CacheGetFutureHangsSelfTest.java            |   5 +
 .../CacheGetInsideLockChangingTopologyTest.java |  10 +
 .../distributed/CacheGroupsPreloadTest.java     |  16 +
 ...ffinityAssignmentNodeJoinValidationTest.java |   6 +
 .../CacheLateAffinityAssignmentTest.java        |  57 ++
 ...CacheLoadingConcurrentGridStartSelfTest.java |  15 +-
 .../CacheLockReleaseNodeLeaveTest.java          |  14 +-
 .../CacheOperationsInterruptTest.java           |   7 +-
 .../CachePageWriteLockUnlockTest.java           |   5 +
 .../distributed/CacheParallelStartTest.java     |   6 +
 .../distributed/CachePartitionStateTest.java    |  12 +
 .../CachePutAllFailoverAbstractTest.java        |   6 +
 .../CacheRentingStateRepairTest.java            |   5 +
 ...CacheResultIsNotNullOnPartitionLossTest.java |   7 +
 .../cache/distributed/CacheStartOnJoinTest.java |   8 +-
 .../CacheTryLockMultithreadedTest.java          |  12 +-
 ...tractDistributedByteArrayValuesSelfTest.java |  12 +-
 .../GridCacheAbstractJobExecutionTest.java      |   8 +-
 .../GridCacheAbstractNodeRestartSelfTest.java   |  23 +
 ...tractPartitionedByteArrayValuesSelfTest.java |   2 +-
 .../GridCacheAbstractPrimarySyncSelfTest.java   |  16 +-
 .../GridCacheBasicOpAbstractTest.java           |  20 +-
 .../GridCacheClientModesAbstractSelfTest.java   |  15 +-
 .../GridCacheEntrySetAbstractSelfTest.java      |   7 +-
 ...acheEntrySetIterationPreloadingSelfTest.java |   7 +-
 .../distributed/GridCacheEventAbstractTest.java |  21 +-
 .../distributed/GridCacheLockAbstractTest.java  |  11 +
 .../distributed/GridCacheMixedModeSelfTest.java |   7 +-
 .../GridCacheMultiNodeAbstractTest.java         |  20 +-
 .../GridCacheMultiNodeLockAbstractTest.java     |  14 +-
 ...dCacheMultithreadedFailoverAbstractTest.java |   7 +-
 .../GridCacheNodeFailureAbstractTest.java       |  16 +-
 ...titionEvictionDuringReadThroughSelfTest.java |   5 +
 ...ridCachePartitionNotLoadedEventSelfTest.java |  12 +-
 ...chePartitionedReloadAllAbstractSelfTest.java |   7 +-
 .../GridCachePreloadEventsAbstractSelfTest.java |  11 +-
 ...GridCachePreloadRestartAbstractSelfTest.java |  20 +-
 .../GridCacheTransformEventSelfTest.java        |  28 +
 ...yMetadataUpdateChangingTopologySelfTest.java |   6 +
 ...niteBinaryMetadataUpdateNodeRestartTest.java |   7 +-
 .../distributed/IgniteCache150ClientsTest.java  |   7 +-
 .../IgniteCacheAtomicNodeRestartTest.java       |   7 +-
 ...heClientMultiNodeUpdateTopologyLockTest.java |   5 +
 ...niteCacheClientNodeChangingTopologyTest.java |  34 +-
 .../IgniteCacheClientNodeConcurrentStart.java   |   7 +-
 ...teCacheClientNodePartitionsExchangeTest.java |  14 +-
 .../IgniteCacheClientReconnectTest.java         |   9 +-
 .../IgniteCacheConnectionRecoveryTest.java      |   5 +
 .../IgniteCacheCreatePutMultiNodeSelfTest.java  |   7 +-
 .../distributed/IgniteCacheCreatePutTest.java   |   8 +-
 .../IgniteCacheFailedUpdateResponseTest.java    |   7 +
 .../distributed/IgniteCacheGetRestartTest.java  |   8 +
 ...eCacheGroupsPartitionLossPolicySelfTest.java |   9 +
 .../distributed/IgniteCacheManyClientsTest.java |   9 +-
 .../IgniteCacheMessageRecoveryAbstractTest.java |   7 +-
 ...eCacheMessageRecoveryIdleConnectionTest.java |   7 +
 .../IgniteCacheMessageWriteTimeoutTest.java     |   5 +
 .../IgniteCacheNearRestartRollbackSelfTest.java |   5 +
 .../IgniteCacheNodeJoinAbstractTest.java        |   8 +-
 .../IgniteCachePartitionLossPolicySelfTest.java |  28 +
 .../distributed/IgniteCachePrimarySyncTest.java |   5 +
 .../IgniteCachePutGetRestartAbstractTest.java   |   7 +-
 .../IgniteCacheReadFromBackupTest.java          |  12 +
 .../IgniteCacheServerNodeConcurrentStart.java   |   7 +-
 .../IgniteCacheSingleGetMessageTest.java        |   6 +
 .../IgniteCacheSizeFailoverTest.java            |   7 +-
 .../IgniteCacheSystemTransactionsSelfTest.java  |   8 +-
 .../IgniteCacheThreadLocalTxTest.java           |   6 +
 .../IgniteCacheTxIteratorSelfTest.java          |   8 +-
 .../IgniteCrossCacheTxStoreSelfTest.java        |   9 +-
 .../IgniteMvccTxTimeoutAbstractTest.java        |   5 +
 .../IgniteOptimisticTxSuspendResumeTest.java    |  16 +
 .../IgnitePessimisticTxSuspendResumeTest.java   |   5 +
 .../IgniteRejectConnectOnNodeStopTest.java      |   5 +
 .../IgniteTxCachePrimarySyncTest.java           |  11 +
 ...teSynchronizationModesMultithreadedTest.java |  19 +-
 .../IgniteTxConcurrentRemoveObjectsTest.java    |   7 +
 ...iteTxConsistencyRestartAbstractSelfTest.java |   7 +-
 .../distributed/IgniteTxGetAfterStopTest.java   |   9 +-
 ...xOriginatingNodeFailureAbstractSelfTest.java |   6 +
 ...cOriginatingNodeFailureAbstractSelfTest.java |   8 +
 .../IgniteTxPreloadAbstractTest.java            |   7 +
 .../IgniteTxRemoveTimeoutObjectsTest.java       |   7 +
 .../IgniteTxTimeoutAbstractTest.java            |  10 +
 .../dht/CacheGetReadFromBackupFailoverTest.java |   7 +-
 ...achePartitionPartialCountersMapSelfTest.java |   7 +-
 ...tPartitionedOnlyByteArrayValuesSelfTest.java |   7 +-
 ...heAbstractTransformWriteThroughSelfTest.java |  20 +-
 .../dht/GridCacheAtomicFullApiSelfTest.java     |   8 +-
 .../dht/GridCacheAtomicNearCacheSelfTest.java   |   8 +-
 .../dht/GridCacheColocatedDebugTest.java        |  33 +-
 ...eColocatedOptimisticTransactionSelfTest.java |   7 +-
 .../dht/GridCacheDhtEntrySelfTest.java          |  11 +-
 ...GridCacheDhtEvictionNearReadersSelfTest.java |   7 +-
 .../GridCacheDhtEvictionsDisabledSelfTest.java  |   9 +-
 .../dht/GridCacheDhtMappingSelfTest.java        |  11 +-
 .../dht/GridCacheDhtMultiBackupTest.java        |   5 +
 .../dht/GridCacheDhtPreloadBigDataSelfTest.java |   8 +-
 .../dht/GridCacheDhtPreloadDelayedSelfTest.java |  12 +-
 .../GridCacheDhtPreloadDisabledSelfTest.java    |  15 +-
 .../GridCacheDhtPreloadMessageCountTest.java    |   7 +-
 ...ridCacheDhtPreloadMultiThreadedSelfTest.java |   9 +-
 .../dht/GridCacheDhtPreloadPerformanceTest.java |   5 +
 .../dht/GridCacheDhtPreloadPutGetSelfTest.java  |  15 +-
 .../dht/GridCacheDhtPreloadSelfTest.java        |  20 +-
 .../GridCacheDhtPreloadStartStopSelfTest.java   |   7 +-
 .../dht/GridCacheDhtPreloadUnloadSelfTest.java  |  10 +-
 .../dht/GridCacheGlobalLoadTest.java            |   9 +-
 ...achePartitionedNearDisabledLockSelfTest.java |   7 +-
 ...ePartitionedNearDisabledMetricsSelfTest.java |   7 +-
 ...dCachePartitionedTopologyChangeSelfTest.java |  13 +-
 ...itionedTxOriginatingNodeFailureSelfTest.java |   8 +
 ...ridCachePartitionedUnloadEventsSelfTest.java |   5 +
 .../GridCachePartitionsStateValidationTest.java |   6 +
 ...idCachePartitionsStateValidatorSelfTest.java |   6 +
 .../dht/GridCacheTxNodeFailureSelfTest.java     |  16 +
 ...gniteAtomicLongChangingTopologySelfTest.java |  11 +
 .../IgniteCacheClearDuringRebalanceTest.java    |   9 +-
 .../IgniteCacheCommitDelayTxRecoveryTest.java   |   8 +
 .../dht/IgniteCacheConcurrentPutGetRemove.java  |   6 +
 .../IgniteCacheCrossCacheTxFailoverTest.java    |  12 +
 .../dht/IgniteCacheLockFailoverSelfTest.java    |  10 +-
 .../dht/IgniteCacheMultiTxLockSelfTest.java     |  11 +-
 ...artitionedBackupNodeFailureRecoveryTest.java |   5 +
 ...ePrimaryNodeFailureRecoveryAbstractTest.java |  20 +
 .../IgniteCachePutRetryAbstractSelfTest.java    |  16 +-
 .../dht/IgniteCachePutRetryAtomicSelfTest.java  |   6 +-
 ...gniteCachePutRetryTransactionalSelfTest.java |  10 +
 .../dht/IgniteCacheStartWithLoadTest.java       |   5 +
 .../dht/IgniteCacheTxRecoveryRollbackTest.java  |  16 +
 .../dht/IgniteCrossCacheMvccTxSelfTest.java     |   5 +
 .../dht/IgniteCrossCacheTxSelfTest.java         |   9 +
 .../dht/NotMappedPartitionInTxTest.java         |   8 +
 .../dht/TxRecoveryStoreEnabledTest.java         |   6 +
 .../AtomicPutAllChangingTopologyTest.java       |   7 +-
 ...eAtomicInvalidPartitionHandlingSelfTest.java |   7 +
 .../atomic/GridCacheAtomicPreloadSelfTest.java  |  10 +-
 .../atomic/IgniteCacheAtomicProtocolTest.java   |  30 ++
 ...tomicClientOnlyMultiNodeFullApiSelfTest.java |  14 +-
 ...eAtomicNearOnlyMultiNodeFullApiSelfTest.java |   7 +-
 ...AtomicPartitionedTckMetricsSelfTestImpl.java |  12 +-
 .../near/GridCacheGetStoreErrorSelfTest.java    |  10 +-
 .../GridCacheNearAtomicMetricsSelfTest.java     |   5 +
 .../near/GridCacheNearClientHitTest.java        |   5 +
 .../near/GridCacheNearEvictionSelfTest.java     |   7 +
 .../near/GridCacheNearMetricsSelfTest.java      |  17 +
 .../near/GridCacheNearMultiGetSelfTest.java     |  26 +-
 .../near/GridCacheNearMultiNodeSelfTest.java    |  25 +
 .../near/GridCacheNearOneNodeSelfTest.java      |  16 +-
 ...idCacheNearOnlyMultiNodeFullApiSelfTest.java |  11 +
 .../near/GridCacheNearOnlySelfTest.java         |   7 +-
 .../near/GridCacheNearOnlyTopologySelfTest.java |  16 +-
 .../GridCacheNearPartitionedClearSelfTest.java  |  14 +-
 .../GridCacheNearReaderPreloadSelfTest.java     |  11 +-
 .../near/GridCacheNearReadersSelfTest.java      |  15 +-
 .../near/GridCacheNearTxForceKeyTest.java       |   5 +
 .../near/GridCacheNearTxMultiNodeSelfTest.java  |   6 +
 .../near/GridCacheNearTxPreloadSelfTest.java    |   4 +-
 ...AffinityExcludeNeighborsPerformanceTest.java |   8 +-
 .../GridCachePartitionedAffinitySelfTest.java   |   8 +-
 .../GridCachePartitionedBasicOpSelfTest.java    |  10 +-
 ...ePartitionedBasicStoreMultiNodeSelfTest.java |  24 +-
 ...ionedClientOnlyNoPrimaryFullApiSelfTest.java |   8 +-
 .../near/GridCachePartitionedEventSelfTest.java |   4 +-
 .../GridCachePartitionedEvictionSelfTest.java   |  12 +-
 ...titionedExplicitLockNodeFailureSelfTest.java |   9 +-
 ...GridCachePartitionedFilteredPutSelfTest.java |   8 +-
 .../GridCachePartitionedFullApiSelfTest.java    |   7 +-
 ...idCachePartitionedHitsAndMissesSelfTest.java |   7 +-
 .../GridCachePartitionedLoadCacheSelfTest.java  |  12 +-
 ...achePartitionedMultiNodeCounterSelfTest.java |  10 +-
 ...achePartitionedMultiNodeFullApiSelfTest.java |  11 +
 ...idCachePartitionedMultiNodeLockSelfTest.java |  11 +-
 ...ePartitionedMultiThreadedPutGetSelfTest.java |  12 +-
 ...ePartitionedMvccTxMultiThreadedSelfTest.java |   7 +-
 .../GridCachePartitionedNodeRestartTest.java    |  21 +-
 ...ePartitionedOptimisticTxNodeRestartTest.java |  21 +-
 ...achePartitionedPreloadLifecycleSelfTest.java |   8 +
 .../GridCachePartitionedStorePutSelfTest.java   |   7 +-
 ...GridCachePartitionedTxMultiNodeSelfTest.java |  13 +-
 .../GridCachePartitionedTxSalvageSelfTest.java  |  10 +-
 .../near/GridCachePutArrayValueSelfTest.java    |   7 +-
 ...idCacheRendezvousAffinityClientSelfTest.java |   7 +-
 .../near/GridNearCacheStoreUpdateTest.java      |  20 +-
 .../near/GridPartitionedBackupLoadSelfTest.java |   7 +-
 .../near/IgniteCacheNearOnlyTxTest.java         |  12 +-
 .../near/IgniteCacheNearReadCommittedTest.java  |   9 +-
 .../near/IgniteCacheNearTxRollbackTest.java     |   7 +-
 .../near/NearCacheMultithreadedUpdateTest.java  |   8 +
 .../near/NearCachePutAllMultinodeTest.java      |   7 +-
 .../near/NearCacheSyncUpdateTest.java           |   7 +
 .../near/NoneRebalanceModeSelfTest.java         |   7 +-
 .../rebalancing/CacheManualRebalancingTest.java |   7 +-
 ...cingDelayedPartitionMapExchangeSelfTest.java |   5 +
 .../GridCacheRebalancingAsyncSelfTest.java      |   7 +-
 .../GridCacheRebalancingCancelTest.java         |   5 +
 .../GridCacheRebalancingOrderingTest.java       |   5 +
 ...idCacheRebalancingPartitionCountersTest.java |   5 +
 ...cheRebalancingPartitionDistributionTest.java |   6 +-
 .../GridCacheRebalancingSyncCheckDataTest.java  |   5 +
 .../GridCacheRebalancingSyncSelfTest.java       |   7 +
 ...eRebalancingUnmarshallingFailedSelfTest.java |   5 +
 ...idCacheRebalancingWithAsyncClearingTest.java |   6 +
 ...balanceOnCachesStoppingOrDestroyingTest.java |   7 +
 .../GridCacheReplicatedLockSelfTest.java        |   7 +-
 .../GridCacheReplicatedNodeRestartSelfTest.java |  20 +
 ...GridCacheReplicatedTxMultiNodeBasicTest.java |  11 +
 .../GridCacheSyncReplicatedPreloadSelfTest.java |   8 +-
 .../replicated/GridReplicatedTxPreloadTest.java |   5 +
 .../IgniteCacheSyncRebalanceModeSelfTest.java   |   6 +
 ...CacheReplicatedPreloadLifecycleSelfTest.java |   8 +
 .../GridCacheReplicatedPreloadSelfTest.java     |  21 +
 ...eplicatedPreloadStartStopEventsSelfTest.java |   7 +-
 .../cache/eviction/DhtAndNearEvictionTest.java  |   6 +
 .../cache/eviction/EvictionAbstractTest.java    |  28 +-
 .../EvictionPolicyFactoryAbstractTest.java      |  28 +-
 ...heConcurrentEvictionConsistencySelfTest.java |  15 +-
 .../GridCacheConcurrentEvictionsSelfTest.java   |   9 +-
 .../GridCacheEmptyEntriesAbstractSelfTest.java  |   7 +-
 .../GridCacheEmptyEntriesLocalSelfTest.java     |  11 +-
 ...ridCacheEmptyEntriesPartitionedSelfTest.java |  11 +-
 .../GridCacheEvictableEntryEqualsSelfTest.java  |   5 +
 .../GridCacheEvictionFilterSelfTest.java        |  11 +-
 .../GridCacheEvictionLockUnlockSelfTest.java    |   9 +-
 .../GridCacheEvictionTouchSelfTest.java         |  10 +-
 .../lru/LruEvictionPolicyFactorySelfTest.java   |   7 +-
 .../eviction/lru/LruEvictionPolicySelfTest.java |   7 +-
 .../lru/LruNearEvictionPolicySelfTest.java      |   8 +-
 .../LruNearOnlyNearEvictionPolicySelfTest.java  |  12 +-
 .../eviction/paged/PageEvictionMetricTest.java  |   6 +
 .../PageEvictionMultinodeAbstractTest.java      |   6 +
 ...ageEvictionPagesRecyclingAndReusingTest.java |  11 +
 .../paged/PageEvictionReadThroughTest.java      |  11 +
 .../paged/PageEvictionTouchOrderTest.java       |  11 +
 .../PageEvictionWithRebalanceAbstractTest.java  |   6 +
 .../SortedEvictionPolicyPerformanceTest.java    |   7 +-
 .../IgniteCacheClientNearCacheExpiryTest.java   |   7 +-
 .../IgniteCacheExpiryPolicyAbstractTest.java    |  17 +
 .../IgniteCacheExpiryPolicyTestSuite.java       |  42 +-
 ...eCacheExpiryPolicyWithStoreAbstractTest.java |  10 +-
 .../expiry/IgniteCacheLargeValueExpireTest.java |   5 +
 ...eCacheOnlyOneTtlCleanupThreadExistsTest.java |   5 +
 .../IgniteCacheTxExpiryPolicyWithStoreTest.java |   7 +-
 .../IgniteCacheLoadAllAbstractTest.java         |   9 +-
 .../IgniteCacheLoaderWriterAbstractTest.java    |  10 +-
 ...iteCacheNoLoadPreviousValueAbstractTest.java |   7 +-
 .../IgniteCacheNoReadThroughAbstractTest.java   |   7 +-
 .../IgniteCacheNoWriteThroughAbstractTest.java  |   7 +-
 ...IgniteCacheStoreNodeRestartAbstractTest.java |   7 +-
 .../IgniteCacheStoreSessionAbstractTest.java    |   7 +-
 ...acheStoreSessionWriteBehindAbstractTest.java |   9 +-
 .../IgniteCacheTxLoaderWriterTest.java          |   4 +-
 .../IgniteCacheTxLocalLoadAllTest.java          |   4 +-
 ...niteCacheTxLocalNoLoadPreviousValueTest.java |   4 +-
 .../IgniteCacheTxLocalNoReadThroughTest.java    |   4 +-
 .../IgniteCacheTxLocalNoWriteThroughTest.java   |   4 +-
 ...cheTxNearEnabledNoLoadPreviousValueTest.java |   4 +-
 ...iteCacheTxNearEnabledNoWriteThroughTest.java |   4 +-
 .../IgniteCacheTxNoLoadPreviousValueTest.java   |   4 +-
 .../IgniteCacheTxNoReadThroughTest.java         |   4 +-
 .../IgniteCacheTxNoWriteThroughTest.java        |   4 +-
 .../IgniteCacheTxStoreSessionTest.java          |  10 +-
 ...TxStoreSessionWriteBehindCoalescingTest.java |   4 +-
 ...gniteCacheTxStoreSessionWriteBehindTest.java |   4 +-
 ...dCacheAtomicLocalTckMetricsSelfTestImpl.java |  10 +-
 .../local/GridCacheDaemonNodeLocalSelfTest.java |   6 +-
 .../local/GridCacheLocalBasicApiSelfTest.java   |   4 +-
 .../local/GridCacheLocalBasicStoreSelfTest.java |   4 +-
 .../GridCacheLocalByteArrayValuesSelfTest.java  |  16 +-
 .../local/GridCacheLocalEventSelfTest.java      |   6 +-
 .../GridCacheLocalEvictionEventSelfTest.java    |   4 +-
 .../local/GridCacheLocalFullApiSelfTest.java    |   7 +
 ...dCacheLocalGetAndTransformStoreSelfTest.java |   4 +-
 .../GridCacheLocalIsolatedNodesSelfTest.java    |  16 +-
 .../local/GridCacheLocalLoadAllSelfTest.java    |   9 +-
 .../cache/local/GridCacheLocalLockSelfTest.java |  11 +-
 .../GridCacheLocalMultithreadedSelfTest.java    |  13 +-
 .../GridCacheLocalTxMultiThreadedSelfTest.java  |   6 +-
 .../GridCacheLocalTxSingleThreadedSelfTest.java |   6 +-
 .../local/GridCacheLocalTxTimeoutSelfTest.java  |  12 +
 ...tomicNearEnabledMultiJvmFullApiSelfTest.java |   7 +-
 ...plicatedNearOnlyMultiJvmFullApiSelfTest.java |   7 +-
 ...vccAbstractBasicCoordinatorFailoverTest.java |   7 +
 ...acheMvccAbstractCoordinatorFailoverTest.java |  16 +
 .../cache/mvcc/CacheMvccClusterRestartTest.java |   7 +
 .../CacheMvccConfigurationValidationTest.java   |  10 +
 ...ccIteratorWithConcurrentTransactionTest.java |   5 +
 ...calEntriesWithConcurrentTransactionTest.java |   5 +
 .../mvcc/CacheMvccOperationChecksTest.java      |   9 +
 ...eMvccPartitionedCoordinatorFailoverTest.java |  18 +
 .../mvcc/CacheMvccProcessorLazyStartTest.java   |   8 +
 .../cache/mvcc/CacheMvccProcessorTest.java      |   6 +
 .../CacheMvccRemoteTxOnNearNodeStartTest.java   |   5 +
 ...cScanQueryWithConcurrentTransactionTest.java |   5 +
 ...heMvccSizeWithConcurrentTransactionTest.java |   5 +
 .../cache/mvcc/CacheMvccTransactionsTest.java   |  95 ++++
 .../cache/mvcc/CacheMvccTxFailoverTest.java     |  11 +
 .../cache/mvcc/CacheMvccVacuumTest.java         |   8 +
 .../cache/mvcc/MvccCachePeekTest.java           |   5 +
 .../cache/mvcc/MvccUnsupportedTxModesTest.java  |  50 ++
 ...eBaselineAffinityTopologyActivationTest.java |  25 +
 .../IgniteDataStorageMetricsSelfTest.java       |   5 +
 ...tePdsBinaryMetadataOnClusterRestartTest.java |  12 +
 .../IgnitePdsBinarySortObjectFieldsTest.java    |   5 +
 ...gnitePdsCacheAssignmentNodeRestartsTest.java |   7 +-
 ...heConfigurationFileConsistencyCheckTest.java |   7 +
 ...cheObjectBinaryProcessorOnDiscoveryTest.java |   5 +
 .../IgnitePdsCacheRebalancingAbstractTest.java  |  10 +
 ...PdsCacheStartStopWithFreqCheckpointTest.java |   5 +
 .../IgnitePdsCorruptedIndexTest.java            |   5 +
 .../IgnitePdsCorruptedStoreTest.java            |  10 +
 .../persistence/IgnitePdsDestroyCacheTest.java  |  10 +-
 ...tePdsDestroyCacheWithoutCheckpointsTest.java |   6 +
 .../persistence/IgnitePdsDynamicCacheTest.java  |   6 +
 .../IgnitePdsExchangeDuringCheckpointTest.java  |   6 +
 ...MarshallerMappingRestoreOnNodeStartTest.java |   5 +
 .../persistence/IgnitePdsPageSizesTest.java     |   9 +
 .../IgnitePdsPartitionFilesDestroyTest.java     |   9 +
 .../IgnitePdsPartitionsStateRecoveryTest.java   |   6 +
 ...gnitePdsRecoveryAfterFileCorruptionTest.java |   5 +
 .../IgnitePdsRemoveDuringRebalancingTest.java   |   5 +
 .../persistence/IgnitePdsTaskCancelingTest.java |   6 +
 .../IgnitePdsTxCacheRebalancingTest.java        |   5 +
 .../IgnitePersistentStoreCacheGroupsTest.java   |  13 +
 ...IgnitePersistentStoreDataStructuresTest.java |  12 +
 ...teRebalanceScheduleResendPartitionsTest.java |   5 +
 ...hangeDuringRebalanceOnNonNodeAssignTest.java |   5 +
 ...lWalModeChangeDuringRebalancingSelfTest.java |  13 +
 .../MemoryPolicyInitializationTest.java         |  10 +
 .../PersistenceDirectoryWarningLoggingTest.java |   6 +
 ...lientAffinityAssignmentWithBaselineTest.java |  34 +-
 ...niteAbsentEvictionNodeOutOfBaselineTest.java |   5 +
 .../db/CheckpointBufferDeadlockTest.java        |   6 +
 .../db/IgniteLogicalRecoveryTest.java           |  10 +
 .../db/IgnitePdsCacheRestoreTest.java           |   6 +
 ...itePdsCacheWalDisabledOnRebalancingTest.java |   8 +-
 .../db/IgnitePdsDataRegionMetricsTest.java      |   8 +
 .../db/IgnitePdsMultiNodePutGetRestartTest.java |   5 +
 ...PdsPageEvictionDuringPartitionClearTest.java |   5 +
 .../db/IgnitePdsPageEvictionTest.java           |   5 +
 .../db/IgnitePdsPartitionPreloadTest.java       |  27 +
 ...tePdsRebalancingOnNotStableTopologyTest.java |   5 +
 .../db/IgnitePdsReserveWalSegmentsTest.java     |   6 +
 .../db/IgnitePdsTransactionsHangTest.java       |   5 +
 .../db/IgnitePdsWholeClusterRestartTest.java    |   5 +
 .../persistence/db/IgnitePdsWithTtlTest.java    |  10 +-
 ...SlowHistoricalRebalanceSmallHistoryTest.java |   5 +
 ...gniteCheckpointDirtyPagesForLowLoadTest.java |   7 +-
 .../checkpoint/IgniteMassLoadSandboxTest.java   |   8 +
 ...faultPageSizeBackwardsCompatibilityTest.java |   5 +
 ...nitePdsCacheDestroyDuringCheckpointTest.java |   5 +
 .../db/file/IgnitePdsCacheIntegrationTest.java  |   6 +
 .../db/file/IgnitePdsCheckpointSimpleTest.java  |   5 +
 ...ckpointSimulationWithRealCpDisabledTest.java |   9 +
 .../file/IgnitePdsDiskErrorsRecoveringTest.java |   9 +
 .../file/IgnitePdsNoActualWalHistoryTest.java   |   5 +
 .../db/file/IgnitePdsPageReplacementTest.java   |   5 +
 .../file/IgnitePdsThreadInterruptionTest.java   |   8 +-
 .../IgniteUidAsConsistentIdMigrationTest.java   |  18 +
 .../wal/FsyncWalRolloverDoesNotBlockTest.java   |   7 +-
 .../IgniteNodeStoppedDuringDisableWALTest.java  |   5 +
 ...IsReachedDuringIterationOverArchiveTest.java |   6 +
 .../db/wal/IgniteWalFlushFailoverTest.java      |   6 +
 ...lFlushMultiNodeFailoverAbstractSelfTest.java |   6 +
 .../db/wal/IgniteWalFormatFileFailoverTest.java | 513 +++++++++---------
 .../wal/IgniteWalHistoryReservationsTest.java   |   9 +
 ...gniteWalIteratorExceptionDuringReadTest.java |   5 +
 .../wal/IgniteWalIteratorSwitchSegmentTest.java |   7 +
 .../db/wal/IgniteWalRebalanceTest.java          |  11 +-
 .../db/wal/IgniteWalRecoveryPPCTest.java        |   6 +
 .../IgniteWalRecoverySeveralRestartsTest.java   |   7 +
 .../db/wal/IgniteWalSerializerVersionTest.java  |   6 +
 .../db/wal/WalCompactionAfterRestartTest.java   |   5 +
 .../persistence/db/wal/WalCompactionTest.java   |  30 +-
 .../db/wal/WalDeletionArchiveAbstractTest.java  |   9 +
 .../cache/persistence/db/wal/WalPathsTest.java  |   6 +
 .../db/wal/WalRecoveryTxLogicalRecordsTest.java |  13 +
 .../db/wal/WalRolloverRecordLoggingTest.java    |   6 +
 .../db/wal/WalRolloverTypesTest.java            |  20 +
 ...IgniteAbstractWalIteratorInvalidCrcTest.java |   7 +
 .../db/wal/crc/IgniteDataIntegrityTests.java    |  16 +-
 .../wal/crc/IgnitePureJavaCrcCompatibility.java |   5 +
 .../IgniteReplayWalIteratorInvalidCrcTest.java  |   5 +
 .../db/wal/reader/IgniteWalReaderTest.java      |  17 +
 .../persistence/file/FileDownloaderTest.java    |   7 +-
 .../metastorage/IgniteMetaStorageBasicTest.java |   8 +
 .../pagemem/FillFactorMetricTest.java           |   6 +
 .../pagemem/PageIdDistributionTest.java         |   6 +
 .../pagemem/PageMemoryImplNoLoadTest.java       |   5 +
 .../persistence/pagemem/PageMemoryImplTest.java |   9 +
 .../pagemem/PageMemoryNoStoreLeakTest.java      |   5 +
 .../pagemem/PagesWriteThrottleSandboxTest.java  |   5 +
 .../pagemem/PagesWriteThrottleSmokeTest.java    |   5 +
 .../IgniteChangeGlobalStateCacheTest.java       |   7 +
 ...IgniteChangeGlobalStateDataStreamerTest.java |   5 +
 ...gniteChangeGlobalStateDataStructureTest.java |   7 +
 .../IgniteChangeGlobalStateFailOverTest.java    |   7 +
 .../IgniteChangeGlobalStateServiceTest.java     |   5 +
 .../IgniteChangeGlobalStateTest.java            |  18 +
 .../IgniteNoParrallelClusterIsAllowedTest.java  |   5 +
 .../IgniteStandByClusterTest.java               |  12 +
 .../join/JoinActiveNodeToActiveCluster.java     |  14 +
 .../join/JoinActiveNodeToInActiveCluster.java   |  14 +
 .../join/JoinInActiveNodeToActiveCluster.java   |  14 +
 .../join/JoinInActiveNodeToInActiveCluster.java |  14 +
 ...ctiveNodeToActiveClusterWithPersistence.java |   8 +
 .../IgniteStandByClientReconnectTest.java       |   8 +
 ...eStandByClientReconnectToNewClusterTest.java |   8 +
 .../persistence/tree/io/TrackingPageIOTest.java |  13 +-
 .../wal/SegmentedRingByteBufferTest.java        |  16 +-
 .../persistence/wal/aware/SegmentAwareTest.java |  34 +-
 .../StandaloneWalRecordsIteratorTest.java       |   8 +-
 .../cache/query/CacheScanQueryFailoverTest.java |   6 +
 .../GridCacheQueryTransformerSelfTest.java      |  18 +
 .../cache/query/GridCircularQueueTest.java      |   7 +-
 .../IgniteCacheQueryCacheDestroySelfTest.java   |   5 +
 .../cache/query/IndexingSpiQuerySelfTest.java   |   9 +
 .../cache/query/IndexingSpiQueryTxSelfTest.java |   7 +
 .../ScanQueryOffheapExpiryPolicySelfTest.java   |   5 +
 .../continuous/CacheContinuousBatchAckTest.java |  20 +
 ...tinuousQueryAsyncFailoverMvccTxSelfTest.java |   6 +
 ...eContinuousQueryAsyncFilterListenerTest.java |  44 ++
 ...nuousQueryConcurrentPartitionUpdateTest.java |  16 +
 ...CacheContinuousQueryCounterAbstractTest.java |   9 +
 .../CacheContinuousQueryEventBufferTest.java    |   6 +
 ...acheContinuousQueryExecuteInPrimaryTest.java |  13 +
 ...usQueryFactoryFilterRandomOperationTest.java |   5 +
 ...ContinuousQueryFailoverAbstractSelfTest.java |  22 +
 ...heContinuousQueryFailoverMvccTxSelfTest.java |   8 +-
 .../CacheContinuousQueryLostPartitionTest.java  |  11 +
 ...ontinuousQueryOperationFromCallbackTest.java |  15 +
 .../CacheContinuousQueryOperationP2PTest.java   |  16 +
 .../CacheContinuousQueryOrderingEventTest.java  |  22 +
 ...acheContinuousQueryRandomOperationsTest.java |  50 ++
 .../CacheContinuousQueryVariationsTest.java     |  18 +-
 ...heContinuousWithTransformerFailoverTest.java |   7 +
 ...inuousWithTransformerReplicatedSelfTest.java |  22 +
 ...eEntryProcessorExternalizableFailedTest.java |  28 +
 .../CacheEntryProcessorNonSerializableTest.java |  27 +
 ...CacheKeepBinaryIterationNearEnabledTest.java |   8 +-
 ...acheKeepBinaryIterationStoreEnabledTest.java |   6 +
 .../CacheKeepBinaryIterationTest.java           |  12 +-
 .../ClientReconnectContinuousQueryTest.java     |   5 +
 .../ContinuousQueryMarshallerTest.java          |   6 +
 .../ContinuousQueryPeerClassLoadingTest.java    |   7 +
 .../ContinuousQueryReassignmentTest.java        |   7 +
 ...yRemoteFilterMissingInClassPathSelfTest.java |   8 +
 ...ridCacheContinuousQueryAbstractSelfTest.java |  21 +
 .../GridCacheContinuousQueryAtomicSelfTest.java |   7 +-
 .../GridCacheContinuousQueryConcurrentTest.java |  14 +
 ...eContinuousQueryMultiNodesFilteringTest.java |   6 +
 ...dCacheContinuousQueryNodesFilteringTest.java |   6 +
 ...eContinuousQueryPartitionedOnlySelfTest.java |   7 +-
 ...ContinuousQueryReplicatedAtomicSelfTest.java |   7 +-
 ...dCacheContinuousQueryReplicatedSelfTest.java |   8 +-
 ...eContinuousQueryReplicatedTxOneNodeTest.java |   8 +
 .../GridCacheContinuousQueryTxSelfTest.java     |   7 +-
 ...niteCacheContinuousQueryBackupQueueTest.java |   7 +
 ...CacheContinuousQueryClientReconnectTest.java |   8 +-
 .../IgniteCacheContinuousQueryClientTest.java   |   9 +-
 ...eCacheContinuousQueryImmutableEntryTest.java |   8 +-
 ...teCacheContinuousQueryNoUnsubscribeTest.java |   6 +
 ...IgniteCacheContinuousQueryReconnectTest.java |   6 +
 .../GridCacheWriteBehindStoreAbstractTest.java  |  11 +-
 .../GridCacheWriteBehindStoreLocalTest.java     |   4 +-
 ...heWriteBehindStoreMultithreadedSelfTest.java |  10 +
 ...BehindStorePartitionedMultiNodeSelfTest.java |  13 +-
 .../GridCacheWriteBehindStoreSelfTest.java      |  17 +
 .../IgniteCacheWriteBehindNoUpdateSelfTest.java |   5 +
 ...CacheClientWriteBehindStoreAbstractTest.java |  12 +-
 ...ClientWriteBehindStoreNonCoalescingTest.java |   5 +
 .../transactions/AtomicOperationsInTxTest.java  |   7 +
 .../transactions/DepthFirstSearchTest.java      |   9 +
 ...IntegrityWithPrimaryIndexCorruptionTest.java |  16 +
 ...ctionIntegrityWithSystemWorkerDeathTest.java |   5 +
 .../TxDataConsistencyOnCommitFailureTest.java   |   7 +
 .../cache/transactions/TxDeadlockCauseTest.java |   9 +
 ...DeadlockDetectionMessageMarshallingTest.java |   5 +
 .../TxDeadlockDetectionNoHangsTest.java         |   6 +
 .../transactions/TxDeadlockDetectionTest.java   |   9 +
 .../TxDeadlockDetectionUnmasrhalErrorsTest.java |   5 +
 .../cache/transactions/TxLabelTest.java         |   5 +
 .../transactions/TxMultiCacheAsyncOpsTest.java  |   6 +
 .../cache/transactions/TxOnCachesStartTest.java |   5 +
 ...timisticDeadlockDetectionCrossCacheTest.java |   5 +
 .../TxOptimisticDeadlockDetectionTest.java      |   8 +
 .../TxOptimisticOnPartitionExchangeTest.java    |   7 +-
 ...OptimisticPrepareOnUnstableTopologyTest.java |   5 +
 ...simisticDeadlockDetectionCrossCacheTest.java |   8 +
 .../TxPessimisticDeadlockDetectionTest.java     |   8 +
 .../TxRollbackAsyncNearCacheTest.java           |   2 +
 .../cache/transactions/TxRollbackAsyncTest.java |  15 +
 .../TxRollbackOnIncorrectParamsTest.java        |  13 +-
 .../TxRollbackOnTimeoutOnePhaseCommitTest.java  |   7 +
 .../transactions/TxRollbackOnTimeoutTest.java   |  38 +-
 .../TxRollbackOnTopologyChangeTest.java         |   5 +
 .../transactions/TxStateChangeEventTest.java    |   6 +
 ...WithSmallTimeoutAndContentionOneKeyTest.java |   5 +
 .../CacheVersionedEntryAbstractTest.java        |  10 +-
 ...ersionedEntryLocalTransactionalSelfTest.java |   4 +-
 .../closure/GridClosureProcessorRemoteTest.java |   7 +
 .../closure/GridClosureProcessorSelfTest.java   |  15 +-
 .../closure/GridClosureSerializationTest.java   |   7 +
 .../cluster/GridAddressResolverSelfTest.java    |   5 +
 .../cluster/GridUpdateNotifierSelfTest.java     |   5 +
 ...ComputeJobExecutionErrorToLogManualTest.java |   5 +
 ...gniteComputeConfigVariationsFullApiTest.java |  46 +-
 ...puteCustomExecutorConfigurationSelfTest.java |   5 +
 .../IgniteComputeCustomExecutorSelfTest.java    |   6 +
 .../compute/PublicThreadpoolStarvationTest.java |   5 +
 .../continuous/GridEventConsumeSelfTest.java    |  24 +
 .../continuous/GridMessageListenSelfTest.java   |  15 +-
 .../IgniteNoCustomEventsOnNodeStart.java        |   5 +
 .../processors/database/BPlusTreeSelfTest.java  |  71 +++
 .../database/CacheFreeListImplSelfTest.java     |  14 +
 .../database/DataRegionMetricsSelfTest.java     |   8 +
 .../database/IgniteDbDynamicCacheSelfTest.java  |   6 +
 .../IgniteDbMemoryLeakAbstractTest.java         |   5 +
 .../database/IgniteDbPutGetAbstractTest.java    |  26 +
 .../IgniteDbPutGetWithCacheStoreTest.java       |   6 +
 .../IgniteDbSingleNodeTinyPutGetTest.java       |  26 +
 .../database/IndexStorageSelfTest.java          |   5 +
 .../database/SwapPathConstructionSelfTest.java  |   6 +
 .../DataStreamProcessorMvccSelfTest.java        |   7 +
 .../DataStreamProcessorSelfTest.java            |  21 +
 ...rClientReconnectAfterClusterRestartTest.java |   8 +
 .../datastreamer/DataStreamerImplSelfTest.java  |  15 +
 .../DataStreamerMultiThreadedSelfTest.java      |   8 +-
 .../DataStreamerMultinodeCreateCacheTest.java   |   7 +-
 .../datastreamer/DataStreamerTimeoutTest.java   |   6 +
 .../DataStreamerUpdateAfterLoadTest.java        |   5 +
 .../IgniteDataStreamerPerformanceTest.java      |   7 +-
 .../processors/igfs/IgfsAbstractSelfTest.java   |  76 +++
 .../processors/igfs/IgfsAttributesSelfTest.java |   7 +-
 .../igfs/IgfsBackupFailoverSelfTest.java        |  10 +-
 ...lockMessageSystemPoolStarvationSelfTest.java |   5 +
 ...sCachePerBlockLruEvictionPolicySelfTest.java |  12 +-
 .../processors/igfs/IgfsCacheSelfTest.java      |   7 +-
 .../igfs/IgfsDataManagerSelfTest.java           |  12 +-
 .../igfs/IgfsDualAbstractSelfTest.java          |  81 ++-
 .../processors/igfs/IgfsFileInfoSelfTest.java   |   5 +
 .../processors/igfs/IgfsFileMapSelfTest.java    |  12 +-
 ...IgfsGroupDataBlockKeyMapperHashSelfTest.java |   6 +
 ...SecondaryFileSystemDualAbstractSelfTest.java |  12 +-
 ...fsLocalSecondaryFileSystemProxySelfTest.java |  12 +-
 .../igfs/IgfsMetaManagerSelfTest.java           |   6 +
 .../processors/igfs/IgfsMetricsSelfTest.java    |   9 +-
 .../igfs/IgfsModeResolverSelfTest.java          |  13 +-
 .../processors/igfs/IgfsModesSelfTest.java      |  15 +-
 .../processors/igfs/IgfsOneClientNodeTest.java  |   7 +-
 .../igfs/IgfsPrimaryMultiNodeSelfTest.java      |   8 +-
 ...maryRelaxedConsistencyMultiNodeSelfTest.java |  11 +-
 .../processors/igfs/IgfsProcessorSelfTest.java  |  20 +
 .../igfs/IgfsProcessorValidationSelfTest.java   |  21 +-
 ...gfsSecondaryFileSystemInjectionSelfTest.java |   6 +
 ...IpcEndpointRegistrationAbstractSelfTest.java |   8 +-
 ...dpointRegistrationOnLinuxAndMacSelfTest.java |   7 +-
 ...pcEndpointRegistrationOnWindowsSelfTest.java |   7 +-
 .../processors/igfs/IgfsSizeSelfTest.java       |  14 +-
 .../processors/igfs/IgfsStartCacheTest.java     |   7 +-
 .../processors/igfs/IgfsStreamsSelfTest.java    |   7 +
 .../processors/igfs/IgfsTaskSelfTest.java       |   8 +-
 ...IgfsByteDelimiterRecordResolverSelfTest.java |  14 +-
 .../IgfsFixedLengthRecordResolverSelfTest.java  |   7 +-
 ...sNewLineDelimiterRecordResolverSelfTest.java |   7 +-
 ...fsStringDelimiterRecordResolverSelfTest.java |   7 +-
 .../GridJobMetricsProcessorLoadTest.java        |   7 +-
 ...niteMessagingConfigVariationFullApiTest.java |  18 +
 .../OdbcConfigurationValidationSelfTest.java    |  12 +
 .../odbc/OdbcEscapeSequenceSelfTest.java        |  39 ++
 .../port/GridPortProcessorSelfTest.java         |   8 +-
 .../cache/GridCacheCommandHandlerSelfTest.java  |   7 +
 .../handlers/log/GridLogCommandHandlerTest.java |  13 +
 .../query/GridQueryCommandHandlerTest.java      |   9 +
 .../top/CacheTopologyCommandHandlerTest.java    |   7 +
 .../service/ClosureServiceClientsNodesTest.java |  11 +-
 .../service/GridServiceClientNodeTest.java      |   7 +
 .../GridServiceContinuousQueryRedeployTest.java |   5 +
 ...ServiceDeploymentCompoundFutureSelfTest.java |   5 +
 ...rviceDeploymentExceptionPropagationTest.java |   5 +
 .../GridServicePackagePrivateSelfTest.java      |   5 +
 .../GridServiceProcessorAbstractSelfTest.java   |  24 +
 ...GridServiceProcessorBatchDeploySelfTest.java |  17 +
 ...ServiceProcessorMultiNodeConfigSelfTest.java |  10 +
 .../GridServiceProcessorMultiNodeSelfTest.java  |  12 +-
 .../GridServiceProcessorProxySelfTest.java      |  14 +
 .../GridServiceProcessorSingleNodeSelfTest.java |   7 +-
 .../GridServiceProcessorStopSelfTest.java       |   6 +
 ...GridServiceProxyClientReconnectSelfTest.java |   6 +
 .../GridServiceProxyNodeStopSelfTest.java       |   5 +
 .../GridServiceReassignmentSelfTest.java        |  10 +-
 .../GridServiceSerializationSelfTest.java       |   5 +
 ...gniteServiceConfigVariationsFullApiTest.java |   9 +
 ...yment2ClassLoadersDefaultMarshallerTest.java |   7 +
 ...oymentClassLoadingDefaultMarshallerTest.java |   7 +
 .../IgniteServiceDynamicCachesSelfTest.java     |   6 +
 ...gniteServiceProxyTimeoutInitializedTest.java |   6 +
 .../service/IgniteServiceReassignmentTest.java  |   9 +
 .../ServiceDeploymentOnActivationTest.java      |  12 +
 .../ServiceDeploymentOutsideBaselineTest.java   |  16 +
 .../ServicePredicateAccessCacheTest.java        |   5 +
 .../service/SystemCacheNotConfiguredTest.java   |   5 +
 .../timeout/GridTimeoutProcessorSelfTest.java   |  15 +-
 .../product/GridProductVersionSelfTest.java     |   7 +-
 .../internal/sql/SqlParserBulkLoadSelfTest.java |   6 +
 .../sql/SqlParserCreateIndexSelfTest.java       |   5 +
 .../sql/SqlParserDropIndexSelfTest.java         |   5 +
 .../sql/SqlParserSetStreamingSelfTest.java      |   5 +
 .../SqlParserTransactionalKeywordsSelfTest.java |   7 +
 .../internal/sql/SqlParserUserSelfTest.java     |   7 +
 .../internal/util/GridArraysSelfTest.java       |   8 +
 .../ignite/internal/util/GridCleanerTest.java   |   5 +
 .../internal/util/GridHandleTableSelfTest.java  |   5 +
 ...dStartupWithUndefinedIgniteHomeSelfTest.java |  11 +-
 .../internal/util/IgniteDevOnlyLogTest.java     |   7 +
 .../util/IgniteExceptionRegistrySelfTest.java   |   8 +-
 .../internal/util/IgniteUtilsSelfTest.java      |  41 ++
 .../internal/util/StripedExecutorTest.java      |  10 +
 .../util/future/GridCompoundFutureSelfTest.java |  11 +-
 .../util/future/GridEmbeddedFutureSelfTest.java |   8 +-
 .../util/future/GridFutureAdapterSelfTest.java  |  12 +-
 .../util/future/GridFutureQueueTest.java        |   2 +-
 .../util/future/IgniteFutureImplTest.java       |  17 +-
 .../nio/GridNioEmbeddedFutureSelfTest.java      |   7 +-
 .../util/future/nio/GridNioFutureSelfTest.java  |  10 +-
 ...dUnsafeDataInputOutputByteOrderSelfTest.java |  24 +-
 ...GridUnsafeDataOutputArraySizingSelfTest.java |  10 +-
 .../IpcSharedMemoryCrashDetectionSelfTest.java  |   9 +-
 .../IpcSharedMemoryNativeLoaderSelfTest.java    |   7 +-
 .../ipc/shmem/IpcSharedMemorySpaceSelfTest.java |  10 +-
 .../ipc/shmem/IpcSharedMemoryUtilsSelfTest.java |   8 +-
 .../nio/GridNioDelimitedBufferSelfTest.java     |   8 +-
 .../internal/util/nio/GridNioSelfTest.java      |  17 +
 .../util/nio/GridNioSessionMetaKeySelfTest.java |   7 +-
 .../internal/util/nio/GridNioSslSelfTest.java   |   8 +-
 .../internal/util/nio/GridRoundTripTest.java    |   8 +-
 .../nio/IgniteExceptionInNioWorkerSelfTest.java |   5 +
 .../nio/impl/GridNioFilterChainSelfTest.java    |   7 +-
 .../offheap/GridOffHeapMapAbstractSelfTest.java |  22 +-
 .../GridOffHeapMapPerformanceAbstractTest.java  |   9 +-
 ...idOffHeapPartitionedMapAbstractSelfTest.java |  28 +-
 ...apPartitionedMapPerformanceAbstractTest.java |  10 +-
 .../unsafe/GridUnsafeMemorySelfTest.java        |  16 +
 .../unsafe/GridUnsafeStripedLruSefTest.java     |  13 +-
 .../tostring/CircularStringBuilderSelfTest.java |   6 +
 .../tostring/GridToStringBuilderSelfTest.java   |  18 +
 .../tostring/IncludeSensitiveAbstractTest.java  |   5 +
 .../org/apache/ignite/jvmtest/FileIOTest.java   |   9 +-
 .../apache/ignite/jvmtest/FileLocksTest.java    |   8 +-
 .../ignite/jvmtest/LinkedHashMapTest.java       |   9 +-
 .../ignite/jvmtest/NetworkFailureTest.java      |  10 +-
 .../QueueSizeCounterMultiThreadedTest.java      |   7 +-
 .../jvmtest/ReadWriteLockMultiThreadedTest.java |  11 +-
 .../org/apache/ignite/jvmtest/RegExpTest.java   |   7 +-
 .../jvmtest/ServerSocketMultiThreadedTest.java  |   7 +-
 .../ignite/lang/GridByteArrayListSelfTest.java  |  13 +-
 .../ignite/lang/GridFuncPerformanceTest.java    |   7 +-
 .../lang/GridMetadataAwareAdapterLoadTest.java  |   5 +
 .../lang/GridMetadataAwareAdapterSelfTest.java  |   5 +
 .../ignite/lang/GridSetWrapperSelfTest.java     |  12 +-
 .../apache/ignite/lang/GridTupleSelfTest.java   |   8 +
 .../org/apache/ignite/lang/GridXSelfTest.java   |  10 +-
 .../apache/ignite/lang/IgniteUuidSelfTest.java  |  10 +-
 ...dBoundedConcurrentLinkedHashMapSelfTest.java |   5 +
 ...GridBoundedConcurrentOrderedMapSelfTest.java |   8 +-
 .../utils/GridBoundedPriorityQueueSelfTest.java |   5 +
 .../GridCircularBufferPerformanceTest.java      |  11 +-
 .../lang/utils/GridCircularBufferSelfTest.java  |  10 +-
 .../GridConcurrentLinkedHashMapSelfTest.java    |  11 +
 .../GridConcurrentWeakHashSetSelfTest.java      |  10 +-
 .../lang/utils/GridConsistentHashSelfTest.java  |  10 +-
 .../lang/utils/GridLeanIdentitySetSelfTest.java |   7 +-
 .../lang/utils/GridLeanMapPerformanceTest.java  |   7 +-
 .../ignite/lang/utils/GridLeanMapSelfTest.java  |  16 +-
 .../ignite/lang/utils/GridListSetSelfTest.java  |   9 +-
 .../lang/utils/GridStripedLockSelfTest.java     |   9 +-
 .../IgniteOffheapReadWriteLockSelfTest.java     |   9 +
 .../loadtests/GridCacheMultiNodeLoadTest.java   |   7 +-
 .../GridCacheWriteBehindStoreLoadTest.java      |   8 +-
 .../communication/GridIoManagerBenchmark0.java  |   9 +-
 .../GridTcpCommunicationBenchmark.java          |   2 +-
 .../GridCachePartitionedAtomicLongLoadTest.java |   7 +-
 .../multisplit/GridMultiSplitsLoadTest.java     |   5 +
 .../GridMultiSplitsRedeployLoadTest.java        |   5 +
 ...ridSingleSplitsNewNodesAbstractLoadTest.java |   5 +
 .../GridSingleSplitsRedeployLoadTest.java       |   5 +
 .../direct/session/GridSessionLoadTest.java     |   5 +
 .../direct/stealing/GridStealingLoadTest.java   |   5 +
 .../loadtests/hashmap/GridHashMapLoadTest.java  |   7 +
 .../ignite/logger/java/JavaLoggerTest.java      |   7 +-
 ...namicProxySerializationMultiJvmSelfTest.java |   7 +
 .../marshaller/GridMarshallerAbstractTest.java  |  29 +-
 .../GridMarshallerMappingConsistencyTest.java   |   6 +
 .../GridMarshallerPerformanceTest.java          |  10 +-
 .../marshaller/MarshallerContextSelfTest.java   |  10 +
 .../MarshallerEnumDeadlockMultiJvmTest.java     |   7 +
 ...GridMessagingNoPeerClassLoadingSelfTest.java |   7 +-
 .../ignite/messaging/GridMessagingSelfTest.java |  17 +
 .../messaging/IgniteMessagingSendAsyncTest.java |  12 +
 .../IgniteMessagingWithClientTest.java          |   7 +-
 .../p2p/DeploymentClassLoaderCallableTest.java  |   7 +
 ...MultinodeRedeployContinuousModeSelfTest.java |   7 +-
 ...idMultinodeRedeployIsolatedModeSelfTest.java |   7 +-
 ...ridMultinodeRedeployPrivateModeSelfTest.java |   7 +-
 ...GridMultinodeRedeploySharedModeSelfTest.java |   7 +-
 .../ignite/p2p/GridP2PClassLoadingSelfTest.java |   7 +-
 .../GridP2PContinuousDeploymentSelfTest.java    |   8 +-
 .../GridP2PDifferentClassLoaderSelfTest.java    |  14 +-
 .../p2p/GridP2PDoubleDeploymentSelfTest.java    |  10 +-
 .../p2p/GridP2PHotRedeploymentSelfTest.java     |  14 +-
 .../p2p/GridP2PJobClassLoaderSelfTest.java      |  10 +-
 .../p2p/GridP2PLocalDeploymentSelfTest.java     |  12 +-
 .../GridP2PMissedResourceCacheSizeSelfTest.java |  14 +-
 .../ignite/p2p/GridP2PNodeLeftSelfTest.java     |   8 +-
 .../p2p/GridP2PRecursionTaskSelfTest.java       |   8 +
 .../p2p/GridP2PRemoteClassLoadersSelfTest.java  |  10 +-
 .../p2p/GridP2PSameClassLoaderSelfTest.java     |   8 +
 .../p2p/GridP2PTestTaskExecutionTest.java       |   8 +-
 .../ignite/p2p/GridP2PTimeoutSelfTest.java      |  14 +-
 .../ignite/p2p/GridP2PUndeploySelfTest.java     |  14 +-
 .../ignite/p2p/P2PScanQueryUndeployTest.java    |   5 +
 .../ignite/p2p/P2PStreamingClassLoaderTest.java |   7 +
 .../apache/ignite/p2p/SharedDeploymentTest.java |   5 +
 ...latformDefaultJavaObjectFactorySelfTest.java |  12 +
 .../PlatformJavaObjectFactoryProxySelfTest.java |  12 +
 .../SecurityPermissionSetBuilderTest.java       |   5 +
 .../services/ServiceThreadPoolSelfTest.java     |   8 +
 ...SessionCancelSiblingsFromFutureSelfTest.java |   8 +-
 ...ridSessionCancelSiblingsFromJobSelfTest.java |   8 +-
 ...idSessionCancelSiblingsFromTaskSelfTest.java |   8 +-
 .../session/GridSessionCheckpointSelfTest.java  |   7 +
 .../GridSessionCollisionSpiSelfTest.java        |   7 +-
 ...idSessionFutureWaitJobAttributeSelfTest.java |   8 +-
 ...dSessionFutureWaitTaskAttributeSelfTest.java |   8 +-
 .../session/GridSessionJobFailoverSelfTest.java |   7 +-
 ...GridSessionJobWaitTaskAttributeSelfTest.java |   8 +-
 .../ignite/session/GridSessionLoadSelfTest.java |   8 +-
 .../GridSessionSetFutureAttributeSelfTest.java  |   8 +-
 ...nSetFutureAttributeWaitListenerSelfTest.java |   7 +-
 .../GridSessionSetJobAttribute2SelfTest.java    |   7 +-
 ...GridSessionSetJobAttributeOrderSelfTest.java |   7 +-
 .../GridSessionSetJobAttributeSelfTest.java     |   8 +-
 ...sionSetJobAttributeWaitListenerSelfTest.java |   7 +-
 .../GridSessionSetTaskAttributeSelfTest.java    |   8 +-
 ...GridSessionTaskWaitJobAttributeSelfTest.java |   8 +-
 .../GridSessionWaitAttributeSelfTest.java       |  14 +-
 .../spi/GridSpiLocalHostInjectionTest.java      |  14 +-
 .../spi/GridSpiStartStopAbstractTest.java       |   8 +-
 .../spi/GridTcpSpiForwardingSelfTest.java       |   8 +
 .../GridCheckpointSpiAbstractTest.java          |   9 +-
 .../cache/CacheCheckpointSpiConfigSelfTest.java |   7 +-
 .../CacheCheckpointSpiSecondCacheSelfTest.java  |   7 +-
 .../jdbc/JdbcCheckpointSpiConfigSelfTest.java   |   7 +-
 ...GridSharedFsCheckpointSpiConfigSelfTest.java |   7 +-
 ...redFsCheckpointSpiMultiThreadedSelfTest.java |   7 +-
 ...heckpointSpiMultipleDirectoriesSelfTest.java |   7 +-
 ...GridFifoQueueCollisionSpiConfigSelfTest.java |   7 +-
 .../GridFifoQueueCollisionSpiSelfTest.java      |  10 +-
 ...bStealingCollisionSpiAttributesSelfTest.java |  13 +-
 ...idJobStealingCollisionSpiConfigSelfTest.java |   7 +-
 ...alingCollisionSpiCustomTopologySelfTest.java |   7 +-
 .../GridJobStealingCollisionSpiSelfTest.java    |  14 +-
 ...PriorityQueueCollisionSpiConfigSelfTest.java |   7 +-
 .../GridPriorityQueueCollisionSpiSelfTest.java  |  17 +-
 .../GridAbstractCommunicationSelfTest.java      |   8 +-
 .../communication/GridCacheMessageSelfTest.java |   6 +
 .../tcp/GridCacheDhtLockBackupSelfTest.java     |   5 +
 .../GridTcpCommunicationSpiAbstractTest.java    |   9 +-
 ...mmunicationSpiConcurrentConnectSelfTest.java |  11 +
 .../GridTcpCommunicationSpiConfigSelfTest.java  |   6 +
 .../tcp/GridTcpCommunicationSpiLanLoadTest.java |   6 +
 ...cpCommunicationSpiMultithreadedSelfTest.java |   7 +
 ...dTcpCommunicationSpiRecoveryAckSelfTest.java |   9 +-
 ...tionSpiRecoveryFailureDetectionSelfTest.java |   7 +-
 ...GridTcpCommunicationSpiRecoverySelfTest.java |   8 +
 ...unicationSpiTcpFailureDetectionSelfTest.java |   7 +-
 ...CommunicationRecoveryAckClosureSelfTest.java |   9 +-
 .../tcp/TcpCommunicationSpiDropNodesTest.java   |   6 +
 .../TcpCommunicationSpiFaultyClientTest.java    |   6 +
 ...ommunicationSpiHalfOpenedConnectionTest.java |   6 +
 .../TcpCommunicationSpiSkipMessageSendTest.java |   5 +
 .../tcp/TcpCommunicationStatisticsTest.java     |   5 +
 .../local/GridLocalDeploymentSpiSelfTest.java   |   6 +
 .../AbstractDiscoveryRandomStartStopTest.java   |   7 +-
 .../discovery/AbstractDiscoverySelfTest.java    |  13 +-
 .../spi/discovery/AbstractDiscoveryTest.java    |   7 +-
 .../discovery/AuthenticationRestartTest.java    |   5 +
 ...ClusterMetricsSnapshotSerializeSelfTest.java |   7 +
 .../FilterDataForClientNodeDiscoveryTest.java   |   8 +-
 .../IgniteDiscoveryCacheReuseSelfTest.java      |   7 +-
 .../LongClientConnectToClusterTest.java         |   5 +
 .../DiscoveryUnmarshalVulnerabilityTest.java    |  10 +
 .../discovery/tcp/IgniteClientConnectTest.java  |   8 +-
 ...gniteClientReconnectMassiveShutdownTest.java |   7 +
 ...pClientDiscoveryMarshallerCheckSelfTest.java |   7 +
 ...ClientDiscoverySpiCoordinatorChangeTest.java |   5 +
 ...lientDiscoverySpiFailureTimeoutSelfTest.java |  11 +
 .../tcp/TcpClientDiscoverySpiMulticastTest.java |   9 +-
 .../tcp/TcpClientDiscoverySpiSelfTest.java      |  56 ++
 .../TcpClientDiscoveryUnresolvedHostTest.java   |   5 +
 .../TcpDiscoveryClientSuspensionSelfTest.java   |   7 +
 .../tcp/TcpDiscoveryConcurrentStartTest.java    |   8 +-
 .../TcpDiscoveryMarshallerCheckSelfTest.java    |   8 +-
 .../tcp/TcpDiscoveryMultiThreadedTest.java      |  12 +
 ...veryNodeAttributesUpdateOnReconnectTest.java |   5 +
 ...DiscoveryNodeConfigConsistentIdSelfTest.java |   7 +-
 .../TcpDiscoveryNodeConsistentIdSelfTest.java   |   7 +-
 .../TcpDiscoveryPendingMessageDeliveryTest.java |   6 +
 .../discovery/tcp/TcpDiscoveryRestartTest.java  |   7 +-
 .../tcp/TcpDiscoverySegmentationPolicyTest.java |   5 +
 .../spi/discovery/tcp/TcpDiscoverySelfTest.java |  51 ++
 .../tcp/TcpDiscoverySnapshotHistoryTest.java    |  10 +-
 .../tcp/TcpDiscoverySpiConfigSelfTest.java      |   6 +
 .../TcpDiscoverySpiFailureTimeoutSelfTest.java  |   9 +
 .../discovery/tcp/TcpDiscoverySpiMBeanTest.java |   5 +
 .../tcp/TcpDiscoverySpiReconnectDelayTest.java  |  12 +
 .../tcp/TcpDiscoverySpiWildcardSelfTest.java    |   7 +-
 .../tcp/TcpDiscoverySslParametersTest.java      |  12 +
 .../TcpDiscoverySslSecuredUnsecuredTest.java    |  12 +
 .../TcpDiscoverySslTrustedUntrustedTest.java    |  11 +
 .../tcp/TcpDiscoveryWithWrongServerTest.java    |   8 +
 .../TcpDiscoveryIpFinderAbstractSelfTest.java   |   5 +
 .../jdbc/TcpDiscoveryJdbcIpFinderSelfTest.java  |   7 +-
 .../TcpDiscoveryMulticastIpFinderSelfTest.java  |   7 +-
 .../TcpDiscoverySharedFsIpFinderSelfTest.java   |   7 +-
 .../vm/TcpDiscoveryVmIpFinderSelfTest.java      |   9 +-
 .../KeystoreEncryptionSpiSelfTest.java          |  15 +-
 ...MemoryEventStorageMultiThreadedSelfTest.java |   7 +-
 ...GridMemoryEventStorageSpiConfigSelfTest.java |   7 +-
 .../GridMemoryEventStorageSpiSelfTest.java      |   6 +
 .../GridAlwaysFailoverSpiConfigSelfTest.java    |   7 +-
 .../always/GridAlwaysFailoverSpiSelfTest.java   |   9 +-
 ...ridJobStealingFailoverSpiConfigSelfTest.java |   7 +-
 ...idJobStealingFailoverSpiOneNodeSelfTest.java |   8 +-
 .../GridJobStealingFailoverSpiSelfTest.java     |  13 +-
 .../never/GridNeverFailoverSpiSelfTest.java     |   7 +-
 ...dAdaptiveLoadBalancingSpiConfigSelfTest.java |   7 +-
 ...iveLoadBalancingSpiMultipleNodeSelfTest.java |   7 +-
 .../GridAdaptiveLoadBalancingSpiSelfTest.java   |   9 +-
 .../GridInternalTasksLoadBalancingSelfTest.java |   6 +
 ...alancingNotPerTaskMultithreadedSelfTest.java |   7 +-
 ...dRobinLoadBalancingSpiLocalNodeSelfTest.java |   7 +-
 ...inLoadBalancingSpiMultipleNodesSelfTest.java |   8 +-
 ...RobinLoadBalancingSpiNotPerTaskSelfTest.java |  10 +-
 ...nLoadBalancingSpiTopologyChangeSelfTest.java |   7 +-
 ...tedRandomLoadBalancingSpiConfigSelfTest.java |   7 +-
 ...dWeightedRandomLoadBalancingSpiSelfTest.java |   8 +-
 ...dRandomLoadBalancingSpiWeightedSelfTest.java |   7 +-
 .../cmdline/GridCommandLineLoaderTest.java      |   5 +
 .../GridCommandLineTransformerSelfTest.java     |  13 +-
 .../properties/NotStringSystemPropertyTest.java |   5 +
 .../startup/servlet/GridServletLoaderTest.java  |   7 +-
 .../stream/socket/SocketStreamerSelfTest.java   |  15 +-
 ...ocketStreamerUnmarshalVulnerabilityTest.java |  10 +
 .../ignite/testframework/GridTestUtils.java     |   3 +-
 .../cache/GridAbstractCacheStoreSelfTest.java   |  10 +
 .../GridAbstractLifecycleAwareSelfTest.java     |   7 +-
 .../junits/common/GridCommonAbstractTest.java   |   4 +
 .../junits/spi/GridSpiAbstractTest.java         |   4 +
 .../ConfigVariationsTestSuiteBuilderTest.java   |   7 +
 .../test/ListeningTestLoggerTest.java           |  20 +-
 .../testframework/test/ParametersTest.java      |   6 +
 .../test/VariationsIteratorTest.java            |  10 +
 .../ignite/testsuites/IgniteBasicTestSuite.java | 133 ++---
 .../IgniteBasicWithPersistenceTestSuite.java    |  43 +-
 ...IgniteBinaryObjectsComputeGridTestSuite.java |   3 +-
 .../IgniteBinaryObjectsTestSuite.java           | 140 ++---
 ...eBlockExchangeOnReadOperationsTestSuite.java |  10 +-
 .../IgniteCacheDataStructuresSelfTestSuite.java | 154 +++---
 .../IgniteCacheFailoverTestSuite.java           |  39 +-
 .../IgniteCacheFailoverTestSuite2.java          |  36 +-
 .../IgniteCacheFailoverTestSuite3.java          |  10 +-
 .../IgniteCacheFailoverTestSuiteSsl.java        |   6 +-
 ...IgniteCacheFullApiMultiJvmSelfTestSuite.java |  54 +-
 .../IgniteCacheFullApiSelfTestSuite.java        | 144 ++---
 .../IgniteCacheIteratorsSelfTestSuite.java      |   2 +-
 .../IgniteCacheLoadConsistencyTestSuite.java    |  10 +-
 .../IgniteCacheMetricsSelfTestSuite.java        |   1 +
 .../testsuites/IgniteCacheMvccTestSuite.java    |  39 +-
 .../testsuites/IgniteCacheMvccTestSuite2.java   |  11 +-
 .../testsuites/IgniteCacheMvccTestSuite3.java   |   7 +-
 .../testsuites/IgniteCacheMvccTestSuite4.java   |   3 +-
 .../testsuites/IgniteCacheMvccTestSuite6.java   |   5 +-
 .../testsuites/IgniteCacheMvccTestSuite7.java   |   5 +-
 .../testsuites/IgniteCacheRestartTestSuite.java |  18 +-
 .../IgniteCacheRestartTestSuite2.java           |  18 +-
 .../IgniteCacheTcpClientDiscoveryTestSuite.java |   2 +-
 .../ignite/testsuites/IgniteCacheTestSuite.java |   3 +-
 .../testsuites/IgniteCacheTestSuite8.java       |   2 +-
 .../IgniteCacheTxRecoverySelfTestSuite.java     |  28 +-
 .../testsuites/IgniteClientNodesTestSuite.java  |  12 +-
 .../IgniteClientReconnectTestSuite.java         |  34 +-
 .../testsuites/IgniteComputeGridTestSuite.java  | 143 ++---
 .../IgniteContinuousTaskSelfTestSuite.java      |  11 +-
 .../testsuites/IgniteDatabaseTestSuite.java     |   8 +-
 .../testsuites/IgniteDbMemoryLeakTestSuite.java |  16 +-
 .../IgniteExternalizableSelfTestSuite.java      |   5 +-
 .../ignite/testsuites/IgniteIgfsTestSuite.java  | 106 ++--
 .../IgniteIpcSharedMemorySelfTestSuite.java     |  11 +-
 .../IgniteJobMetricsSelfTestSuite.java          |   5 +-
 .../testsuites/IgniteKernalSelfTestSuite.java   | 131 +++--
 .../testsuites/IgniteLangSelfTestSuite.java     |  57 +-
 .../testsuites/IgniteLoggingSelfTestSuite.java  |   3 +-
 .../testsuites/IgniteLostAndFoundTestSuite.java |  27 +-
 .../testsuites/IgniteP2PSelfTestSuite.java      |  39 +-
 .../ignite/testsuites/IgnitePdsTestSuite.java   |  82 +--
 .../ignite/testsuites/IgnitePdsTestSuite2.java  | 101 ++--
 .../ignite/testsuites/IgnitePdsTestSuite4.java  |  25 +-
 .../testsuites/IgnitePerformanceTestSuite.java  |  49 +-
 .../testsuites/IgnitePlatformsTestSuite.java    |   5 +-
 .../testsuites/IgniteReproducingSuite.java      |   2 +-
 .../testsuites/IgniteRestHandlerTestSuite.java  |  14 +-
 .../IgniteSpiCheckpointSelfTestSuite.java       |  27 +-
 .../IgniteSpiCollisionSelfTestSuite.java        |  28 +-
 .../IgniteSpiCommunicationSelfTestSuite.java    |  51 +-
 .../IgniteSpiDeploymentSelfTestSuite.java       |   7 +-
 .../IgniteSpiDiscoverySelfTestSuite.java        |  93 ++--
 .../IgniteSpiEventStorageSelfTestSuite.java     |  11 +-
 .../IgniteSpiFailoverSelfTestSuite.java         |  21 +-
 .../IgniteSpiLoadBalancingSelfTestSuite.java    |  31 +-
 .../ignite/testsuites/IgniteSpiTestSuite.java   |   7 +-
 .../testsuites/IgniteStandByClusterSuite.java   |  43 +-
 .../testsuites/IgniteStartUpTestSuite.java      |   3 +-
 .../testsuites/IgniteStreamSelfTestSuite.java   |   7 +-
 .../IgniteTaskSessionSelfTestSuite.java         |  41 +-
 .../IgniteTimeoutProcessorSelfTestSuite.java    |   5 +-
 .../IgniteTopologyValidatorTestSuite.java       |   2 +-
 .../testsuites/IgniteUtilSelfTestSuite.java     |  85 ++-
 .../TxDeadlockDetectionTestSuite.java           |  24 +-
 .../GridThreadPoolExecutorServiceSelfTest.java  |  11 +-
 .../apache/ignite/thread/GridThreadTest.java    |   7 +-
 .../ignite/thread/IgniteThreadPoolSizeTest.java |  13 +
 .../util/AttributeNodeFilterSelfTest.java       |  10 +
 .../ignite/util/GridCommandHandlerSslTest.java  |   5 +
 .../ignite/util/GridCommandHandlerTest.java     |  40 ++
 ...dConcurrentLinkedDequeMultiThreadedTest.java |   5 +
 .../util/GridConcurrentLinkedDequeSelfTest.java |  11 +-
 ...rrentLinkedHashMapMultiThreadedSelfTest.java |  14 +
 .../apache/ignite/util/GridIntListSelfTest.java |   8 +
 .../GridInternalTaskUnusedWalSegmentsTest.java  |   5 +
 .../apache/ignite/util/GridLogThrottleTest.java |   5 +
 .../ignite/util/GridLongListSelfTest.java       |  11 +-
 .../ignite/util/GridMessageCollectionTest.java  |   5 +
 .../ignite/util/GridPartitionMapSelfTest.java   |  10 +
 .../apache/ignite/util/GridQueueSelfTest.java   |   7 +-
 .../apache/ignite/util/GridRandomSelfTest.java  |   5 +
 .../ignite/util/GridSnapshotLockSelfTest.java   |   7 +-
 .../util/GridSpinReadWriteLockSelfTest.java     |  10 +-
 .../util/GridStringBuilderFactorySelfTest.java  |   7 +-
 .../util/GridTopologyHeapSizeSelfTest.java      |   9 +-
 .../apache/ignite/util/GridTransientTest.java   |   7 +-
 .../util/mbeans/GridMBeanBaselineTest.java      |   5 +
 .../util/mbeans/GridMBeanDisableSelfTest.java   |  10 +
 .../mbeans/GridMBeanExoticNamesSelfTest.java    |   8 +-
 .../ignite/util/mbeans/GridMBeanSelfTest.java   |  10 +
 .../util/mbeans/WorkersControlMXBeanTest.java   | 202 +++----
 .../ignite/ml/knn/LabeledVectorSetTest.java     |   1 +
 1542 files changed, 16082 insertions(+), 2751 deletions(-)
----------------------------------------------------------------------


Reply via email to