IGNITE-1804 GridCachePartitionedQueueCreateMultiNodeSelfTest.testTx test fails 
on TC sometimes.

Signed-off-by: Anton Vinogradov <[email protected]>


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

Branch: refs/heads/ignite-zk
Commit: e5b10f91c94c873225dce490300ece5920a7a623
Parents: 0a1651c
Author: Andrey Kuznetsov <[email protected]>
Authored: Tue Dec 5 17:36:42 2017 +0300
Committer: Anton Vinogradov <[email protected]>
Committed: Tue Dec 5 17:36:42 2017 +0300

----------------------------------------------------------------------
 .../GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java  | 4 ----
 .../GridCachePartitionedQueueCreateMultiNodeSelfTest.java        | 2 --
 2 files changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e5b10f91/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java
index 59d43a2..84e3cbd 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java
@@ -30,8 +30,4 @@ public class 
GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest
     @Override protected CacheAtomicityMode collectionCacheAtomicityMode() {
         return ATOMIC;
     }
-
-    @Override public void testTx(){
-        fail("https://issues.apache.org/jira/browse/IGNITE-1591";);
-    }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/e5b10f91/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java
index d77754f..4412c57 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java
@@ -162,8 +162,6 @@ public class 
GridCachePartitionedQueueCreateMultiNodeSelfTest extends IgniteColl
      * @throws Exception If failed.
      */
     public void testTx() throws Exception {
-        fail("https://issues.apache.org/jira/browse/IGNITE-1804";);
-
         if (cacheConfiguration().getAtomicityMode() != TRANSACTIONAL)
             return;
 

Reply via email to