Repository: ignite Updated Branches: refs/heads/master 7d4e1fd11 -> ca8a80bfa
IGNITE-9774: Test remuted with a proper ticket. This closes #5687. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ca8a80bf Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ca8a80bf Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ca8a80bf Branch: refs/heads/master Commit: ca8a80bfad854e9caa7c103cd7db6066c997f4e9 Parents: 7d4e1fd Author: rkondakov <[email protected]> Authored: Wed Dec 19 14:25:42 2018 +0300 Committer: Igor Seliverstov <[email protected]> Committed: Wed Dec 19 14:25:42 2018 +0300 ---------------------------------------------------------------------- .../processors/cache/mvcc/CacheMvccTransactionsTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ca8a80bf/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTransactionsTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTransactionsTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTransactionsTest.java index 8be20d5..ffb98e4 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTransactionsTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccTransactionsTest.java @@ -93,6 +93,7 @@ import org.apache.ignite.transactions.Transaction; import org.apache.ignite.transactions.TransactionIsolation; import org.jetbrains.annotations.Nullable; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; @@ -1574,9 +1575,8 @@ public class CacheMvccTransactionsTest extends CacheMvccAbstractTest { * @throws Exception If failed. */ @Test + @Ignore("https://issues.apache.org/jira/browse/IGNITE-9949") public void testPutAllGetAll_ClientServer_Backups1_Restart_Scan() throws Exception { - fail("https://issues.apache.org/jira/browse/IGNITE-9774"); - putAllGetAll(RestartMode.RESTART_RND_SRV, 4, 2, 1, 64, null, SCAN, PUT); }
