You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2014/12/19 04:22:04 UTC

[7/8] incubator-ignite git commit: GG-9141 - Enabled passing tests.

GG-9141 - Enabled passing tests.


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

Branch: refs/heads/ignite-1
Commit: cf99caac3ac652db879ab1ec8670873e5c79c0c2
Parents: 738e553
Author: Alexey Goncharuk <ag...@gridgain.com>
Authored: Thu Dec 18 18:05:09 2014 -0800
Committer: Alexey Goncharuk <ag...@gridgain.com>
Committed: Thu Dec 18 18:05:09 2014 -0800

----------------------------------------------------------------------
 .../cache/GridCacheQueryMultiThreadedSelfTest.java          | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cf99caac/modules/indexing/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryMultiThreadedSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/indexing/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryMultiThreadedSelfTest.java b/modules/indexing/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryMultiThreadedSelfTest.java
index 15d3b2a..1d91607 100644
--- a/modules/indexing/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryMultiThreadedSelfTest.java
+++ b/modules/indexing/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryMultiThreadedSelfTest.java
@@ -17,7 +17,6 @@ import org.apache.ignite.spi.discovery.tcp.*;
 import org.apache.ignite.spi.discovery.tcp.ipfinder.*;
 import org.apache.ignite.spi.discovery.tcp.ipfinder.vm.*;
 import org.apache.ignite.spi.swapspace.file.*;
-import org.gridgain.grid.*;
 import org.gridgain.grid.cache.*;
 import org.gridgain.grid.cache.eviction.lru.*;
 import org.gridgain.grid.cache.query.*;
@@ -227,7 +226,7 @@ public class GridCacheQueryMultiThreadedSelfTest extends GridCommonAbstractTest
      * @throws Exception If failed.
      */
     @SuppressWarnings({"TooBroadScope"})
-    public void _testMultiThreadedSwapUnswapString() throws Exception { // TODO GG-9141
+    public void testMultiThreadedSwapUnswapString() throws Exception {
         int threadCnt = 150;
         final int keyCnt = 2000;
         final int valCnt = 10000;
@@ -307,7 +306,7 @@ public class GridCacheQueryMultiThreadedSelfTest extends GridCommonAbstractTest
      * @throws Exception If failed.
      */
     @SuppressWarnings({"TooBroadScope"})
-    public void _testMultiThreadedSwapUnswapLong() throws Exception { // TODO GG-9141
+    public void testMultiThreadedSwapUnswapLong() throws Exception {
         int threadCnt = 150;
         final int keyCnt = 2000;
         final int valCnt = 10000;
@@ -389,7 +388,7 @@ public class GridCacheQueryMultiThreadedSelfTest extends GridCommonAbstractTest
      * @throws Exception If failed.
      */
     @SuppressWarnings({"TooBroadScope"})
-    public void _testMultiThreadedSwapUnswapLongString() throws Exception { // TODO GG-9141
+    public void testMultiThreadedSwapUnswapLongString() throws Exception {
         int threadCnt = 150;
         final int keyCnt = 2000;
         final int valCnt = 10000;
@@ -472,7 +471,7 @@ public class GridCacheQueryMultiThreadedSelfTest extends GridCommonAbstractTest
      * @throws Exception If failed.
      */
     @SuppressWarnings({"TooBroadScope"})
-    public void _testMultiThreadedSwapUnswapObject() throws Exception { // TODO GG-9141
+    public void testMultiThreadedSwapUnswapObject() throws Exception {
         int threadCnt = 50;
         final int keyCnt = 4000;
         final int valCnt = 10000;