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 2015/09/15 01:12:55 UTC

[14/41] ignite git commit: ignite-257: fully muted GridCacheColocatedTxExceptionSelfTest

ignite-257: fully muted GridCacheColocatedTxExceptionSelfTest


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

Branch: refs/heads/ignite-1400
Commit: 1ff4a52af5e31465b474d8dcc9700d37b7656df6
Parents: a66400a
Author: Denis Magda <dm...@gridgain.com>
Authored: Fri Sep 11 17:10:19 2015 +0300
Committer: Denis Magda <dm...@gridgain.com>
Committed: Fri Sep 11 17:10:19 2015 +0300

----------------------------------------------------------------------
 .../GridCacheColocatedTxExceptionSelfTest.java  | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1ff4a52a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridCacheColocatedTxExceptionSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridCacheColocatedTxExceptionSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridCacheColocatedTxExceptionSelfTest.java
index 86f32f3..5514ff6 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridCacheColocatedTxExceptionSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridCacheColocatedTxExceptionSelfTest.java
@@ -28,27 +28,17 @@ import static org.apache.ignite.cache.CacheMode.PARTITIONED;
  */
 public class GridCacheColocatedTxExceptionSelfTest extends IgniteTxExceptionAbstractSelfTest {
     /** {@inheritDoc} */
-    @Override protected CacheMode cacheMode() {
-        return PARTITIONED;
-    }
-
-    /** {@inheritDoc} */
-    @Override protected NearCacheConfiguration nearConfiguration() {
-        return null;
-    }
-
-    /** {@inheritDoc} */
-    @Override public void testRemovePrimary() throws Exception {
+    @Override protected void beforeTestsStarted() throws Exception {
         fail("https://issues.apache.org/jira/browse/IGNITE-257");
     }
 
     /** {@inheritDoc} */
-    @Override public void testPutPrimary() throws Exception {
-        fail("https://issues.apache.org/jira/browse/IGNITE-257");
+    @Override protected CacheMode cacheMode() {
+        return PARTITIONED;
     }
 
     /** {@inheritDoc} */
-    @Override public void testTransformPrimary() throws Exception {
-        fail("https://issues.apache.org/jira/browse/IGNITE-257");
+    @Override protected NearCacheConfiguration nearConfiguration() {
+        return null;
     }
 }
\ No newline at end of file