ignite-4535 : Removed redundant test. (cherry picked from commit 3cfea91)
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c89c563b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c89c563b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c89c563b Branch: refs/heads/ignite-3477-master Commit: c89c563b573d57f5138ab61bd9a161a2d8c8866b Parents: 4ea0316 Author: Ilya Lantukh <[email protected]> Authored: Tue Mar 21 16:52:43 2017 +0300 Committer: Ilya Lantukh <[email protected]> Committed: Thu Mar 30 16:20:23 2017 +0300 ---------------------------------------------------------------------- .../dht/IgniteCachePutRetryAbstractSelfTest.java | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c89c563b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCachePutRetryAbstractSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCachePutRetryAbstractSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCachePutRetryAbstractSelfTest.java index a98b3a0..e9a4936 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCachePutRetryAbstractSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCachePutRetryAbstractSelfTest.java @@ -233,14 +233,7 @@ public abstract class IgniteCachePutRetryAbstractSelfTest extends GridCommonAbst /** * @throws Exception If failed. */ - public void testInvokeAllOffheapSwap() throws Exception { - checkRetry(Test.INVOKE_ALL, true, false); - } - - /** - * @throws Exception If failed. - */ - public void testInvokeAllOffheapTiered() throws Exception { + public void testInvokeAllEvict() throws Exception { checkRetry(Test.INVOKE_ALL, true, false); }
