IGNITE-1793 [Failed Test] IgnitePartitionedCountDownLatchSelfTest.testLatch hangs on TC sometimes - Fixes #2882.
Signed-off-by: Dmitriy Pavlov <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/07f1dbfc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/07f1dbfc Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/07f1dbfc Branch: refs/heads/ignite-9720 Commit: 07f1dbfcb899d604d6637a71c956b14e6d52ac9c Parents: 9d3c757 Author: vd-pyatkov <[email protected]> Authored: Tue Nov 27 19:58:54 2018 +0300 Committer: Dmitriy Pavlov <[email protected]> Committed: Tue Nov 27 19:58:54 2018 +0300 ---------------------------------------------------------------------- .../partitioned/IgnitePartitionedCountDownLatchSelfTest.java | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/07f1dbfc/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java index fc9356e..fbd3779 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java @@ -30,9 +30,4 @@ public class IgnitePartitionedCountDownLatchSelfTest extends IgniteCountDownLatc @Override protected CacheMode atomicsCacheMode() { return PARTITIONED; } - - /** {@inheritDoc} */ - @Override public void testLatch() throws Exception { - fail("https://issues.apache.org/jira/browse/IGNITE-1793"); - } }
