Repository: ignite Updated Branches: refs/heads/master 76e1fe754 -> 40845c677
IGNITE-8509 Failing test with issue reference Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/40845c67 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/40845c67 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/40845c67 Branch: refs/heads/master Commit: 40845c67750c300b5568d157ab0ffeaf320802a8 Parents: 76e1fe7 Author: dpavlov <[email protected]> Authored: Thu May 24 18:24:06 2018 +0300 Committer: dpavlov <[email protected]> Committed: Thu May 24 18:24:31 2018 +0300 ---------------------------------------------------------------------- .../processors/cache/transactions/TxRollbackAsyncTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/40845c67/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxRollbackAsyncTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxRollbackAsyncTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxRollbackAsyncTest.java index 3a8be49..4626dcd 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxRollbackAsyncTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxRollbackAsyncTest.java @@ -601,6 +601,8 @@ public class TxRollbackAsyncTest extends GridCommonAbstractTest { * */ public void testMixedAsyncRollbackTypes() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-8509"); + final Ignite client = startClient(); final AtomicBoolean stop = new AtomicBoolean();
