You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/05/06 14:07:35 UTC

[36/36] incubator-ignite git commit: Merge branch 'ignite-sprint-5' into ignite-695

Merge branch 'ignite-sprint-5' into ignite-695


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

Branch: refs/heads/ignite-695
Commit: 6ea8f92d4493309728dcc9570a41fb67b5b5923e
Parents: eb98680 6f1d642
Author: Artem Shutak <as...@gridgain.com>
Authored: Wed May 6 15:06:40 2015 +0300
Committer: Artem Shutak <as...@gridgain.com>
Committed: Wed May 6 15:06:40 2015 +0300

----------------------------------------------------------------------
 DEVNOTES.txt                                    |  32 +-
 dev-tools/.gitignore                            |   2 +
 dev-tools/build.gradle                          |  45 +++
 dev-tools/src/main/groovy/jiraslurp.groovy      | 146 +++++++++
 examples/pom.xml                                |   2 +-
 modules/aop/pom.xml                             |   2 +-
 modules/aws/pom.xml                             |   2 +-
 modules/clients/pom.xml                         |   2 +-
 modules/cloud/pom.xml                           |   2 +-
 modules/codegen/pom.xml                         |   2 +-
 modules/core/pom.xml                            |   2 +-
 .../processors/cache/GridCacheIoManager.java    | 314 +++++++++++++++----
 .../processors/cache/GridCacheMessage.java      |   8 +-
 .../dht/atomic/GridDhtAtomicUpdateResponse.java |   8 +
 .../dht/atomic/GridNearAtomicUpdateFuture.java  |   2 +-
 .../atomic/GridNearAtomicUpdateResponse.java    |  18 +-
 .../dht/preloader/GridDhtForceKeysFuture.java   |   6 +
 .../dht/preloader/GridDhtForceKeysResponse.java |  54 +++-
 .../distributed/near/GridNearGetResponse.java   |   8 +-
 .../cache/GridCacheSwapReloadSelfTest.java      |  20 +-
 .../IgniteCacheP2pUnmarshallingErrorTest.java   | 189 +++++++++++
 ...gniteCacheP2pUnmarshallingNearErrorTest.java |  56 ++++
 ...CacheP2pUnmarshallingRebalanceErrorTest.java |  80 +++++
 .../IgniteCacheP2pUnmarshallingTxErrorTest.java | 109 +++++++
 .../cache/IgniteCachePeekModesAbstractTest.java |  15 +-
 .../dht/GridCacheDhtPreloadSelfTest.java        |   2 +-
 ...idFileSwapSpaceSpiMultithreadedLoadTest.java |   4 +-
 .../ignite/testsuites/IgniteBasicTestSuite.java |   1 +
 ...gniteCacheP2pUnmarshallingErrorTestSuit.java |  41 +++
 modules/extdata/p2p/pom.xml                     |   2 +-
 modules/extdata/uri/pom.xml                     |   2 +-
 modules/gce/pom.xml                             |   2 +-
 modules/geospatial/pom.xml                      |   2 +-
 modules/hadoop/pom.xml                          |   2 +-
 modules/hibernate/pom.xml                       |   2 +-
 modules/indexing/pom.xml                        |   2 +-
 .../cache/GridCacheOffHeapAndSwapSelfTest.java  |  11 +-
 .../cache/GridCacheOffHeapSelfTest.java         |  11 +-
 ...niteCacheP2pUnmarshallingQueryErrorTest.java |  56 ++++
 .../IgniteCacheQuerySelfTestSuite.java          |   3 +
 modules/jcl/pom.xml                             |   2 +-
 modules/jta/pom.xml                             |   2 +-
 modules/log4j/pom.xml                           |   2 +-
 modules/rest-http/pom.xml                       |   2 +-
 modules/scalar/pom.xml                          |   2 +-
 modules/schedule/pom.xml                        |   2 +-
 modules/schema-import/pom.xml                   |   2 +-
 modules/slf4j/pom.xml                           |   2 +-
 modules/spring/pom.xml                          |   2 +-
 modules/ssh/pom.xml                             |   2 +-
 modules/tools/pom.xml                           |   2 +-
 modules/urideploy/pom.xml                       |   2 +-
 modules/visor-console/pom.xml                   |   2 +-
 modules/visor-plugins/pom.xml                   |   2 +-
 modules/web/pom.xml                             |   2 +-
 modules/yardstick/pom.xml                       |   2 +-
 pom.xml                                         |   2 +-
 57 files changed, 1160 insertions(+), 143 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/6ea8f92d/modules/indexing/src/test/java/org/apache/ignite/testsuites/IgniteCacheQuerySelfTestSuite.java
----------------------------------------------------------------------