Merge branch 'sprint-1' into ignite-160

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

Branch: refs/heads/ignite-sql-tests
Commit: 77ab1279960c7fc175c9b3319fca6f7f1a51cf21
Parents: d2f07f5 e0b3193
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Authored: Fri Feb 6 17:50:50 2015 +0300
Committer: nikolay_tikhonov <ntikho...@gridgain.com>
Committed: Fri Feb 6 17:50:50 2015 +0300

----------------------------------------------------------------------
 .../client/ClientDefaultCacheSelfTest.java      |    4 +-
 .../rest/AbstractRestProcessorSelfTest.java     |   12 +-
 .../rest/ClientMemcachedProtocolSelfTest.java   |   68 +-
 .../JettyRestProcessorAbstractSelfTest.java     |  113 +-
 .../java/org/apache/ignite/IgniteCache.java     |    2 +
 .../processors/cache/GridCacheUtils.java        |   19 +
 .../processors/cache/IgniteCacheProxy.java      |    4 +
 ...eJdbcStoreAbstractMultithreadedSelfTest.java |   10 +-
 ...CacheJdbcBlobStoreMultithreadedSelfTest.java |   12 +-
 .../internal/GridCacheProjectionRemoveTest.java |    6 +-
 .../GridCacheAbstractFailoverSelfTest.java      |   83 +-
 ...cheAbstractFullApiMultithreadedSelfTest.java |  206 +-
 .../cache/GridCacheAbstractFullApiSelfTest.java | 2214 +++---------------
 .../GridCacheAbstractIteratorsSelfTest.java     |   84 +-
 .../GridCacheAbstractProjectionSelfTest.java    |  857 -------
 .../cache/GridCacheAbstractSelfTest.java        |   36 +-
 .../cache/GridCacheAffinityApiSelfTest.java     |   42 +-
 .../GridCacheAsyncOperationsLimitSelfTest.java  |   13 +-
 .../cache/GridCacheBasicStoreAbstractTest.java  |  115 +-
 ...acheBasicStoreMultithreadedAbstractTest.java |    5 +-
 .../cache/GridCacheConcurrentMapSelfTest.java   |    8 +-
 .../GridCacheMissingCommitVersionSelfTest.java  |   12 +-
 .../cache/GridCachePartitionedWritesTest.java   |   11 +-
 .../cache/GridCacheStorePutxSelfTest.java       |   17 +-
 .../cache/GridCacheSwapReloadSelfTest.java      |   24 +-
 ...idCacheValueConsistencyAbstractSelfTest.java |   34 +-
 .../GridCacheWriteBehindStoreAbstractTest.java  |   69 +-
 .../cache/IgniteCacheInvokeAbstractTest.java    |    4 +-
 ...acheEntrySetIterationPreloadingSelfTest.java |    6 +-
 .../distributed/GridCacheEventAbstractTest.java |    2 +-
 .../dht/GridCacheAtomicFullApiSelfTest.java     |   14 +-
 .../dht/GridCacheColocatedDebugTest.java        |   28 +-
 ...dCachePartitionedOnlyProjectionSelfTest.java |   32 -
 ...tomicClientOnlyMultiNodeFullApiSelfTest.java |  324 +--
 ...eAtomicNearOnlyMultiNodeFullApiSelfTest.java |   72 +-
 ...AtomicPartitionedTckMetricsSelfTestImpl.java |  132 +-
 .../near/GridCacheNearMultiNodeSelfTest.java    |  152 +-
 .../near/GridCacheNearOneNodeSelfTest.java      |   44 +-
 ...idCacheNearOnlyMultiNodeFullApiSelfTest.java |  215 +-
 .../near/GridCacheNearReadersSelfTest.java      |   14 +-
 ...ePartitionedBasicStoreMultiNodeSelfTest.java |   47 +-
 ...ionedClientOnlyNoPrimaryFullApiSelfTest.java |    4 +-
 .../GridCachePartitionedEntryLockSelfTest.java  |   74 -
 ...titionedExplicitLockNodeFailureSelfTest.java |   24 +-
 ...GridCachePartitionedFilteredPutSelfTest.java |   55 +-
 .../GridCachePartitionedFullApiSelfTest.java    |    4 +-
 .../GridCachePartitionedLoadCacheSelfTest.java  |    6 +-
 ...achePartitionedMultiNodeFullApiSelfTest.java |  208 +-
 .../GridCachePartitionedProjectionSelfTest.java |  155 --
 .../GridCachePartitionedTxSalvageSelfTest.java  |    4 +-
 .../near/GridPartitionedBackupLoadSelfTest.java |   17 +-
 .../GridCacheReplicatedProjectionSelfTest.java  |   66 -
 .../IgniteCacheExpiryPolicyAbstractTest.java    |    4 +-
 .../IgniteCacheLoadAllAbstractTest.java         |    6 +-
 ...dCacheAtomicLocalTckMetricsSelfTestImpl.java |  132 +-
 .../GridCacheLocalAtomicProjectionSelfTest.java |   32 -
 .../local/GridCacheLocalFullApiSelfTest.java    |   63 +-
 .../local/GridCacheLocalIteratorsSelfTest.java  |   51 +-
 .../local/GridCacheLocalProjectionSelfTest.java |   38 -
 .../GridDataLoaderProcessorSelfTest.java        |    2 +-
 .../cache/GridCacheCommandHandlerSelfTest.java  |    4 +-
 .../GridCacheWriteBehindStoreLoadTest.java      |   19 +-
 .../colocation/GridTestLifecycleBean.java       |    3 +-
 .../junits/common/GridCommonAbstractTest.java   |   54 +
 .../ignite/testsuites/IgniteCacheTestSuite.java |    5 -
 .../processors/cache/GridCacheJtaSelfTest.java  |   35 +-
 66 files changed, 1461 insertions(+), 4770 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/77ab1279/modules/core/src/test/java/org/apache/ignite/internal/processors/rest/handlers/cache/GridCacheCommandHandlerSelfTest.java
----------------------------------------------------------------------

Reply via email to