Enabled test.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c6d4b461 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c6d4b461 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c6d4b461 Branch: refs/heads/ignite-843 Commit: c6d4b461d178087a833a1b9b044261f43f6a06a9 Parents: 483dde7 Author: sboikov <[email protected]> Authored: Tue Sep 8 13:06:21 2015 +0300 Committer: sboikov <[email protected]> Committed: Tue Sep 8 13:06:21 2015 +0300 ---------------------------------------------------------------------- .../near/GridCachePartitionedTxMultiThreadedSelfTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c6d4b461/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCachePartitionedTxMultiThreadedSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCachePartitionedTxMultiThreadedSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCachePartitionedTxMultiThreadedSelfTest.java index dbe5414..6ed25eb 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCachePartitionedTxMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCachePartitionedTxMultiThreadedSelfTest.java @@ -40,7 +40,7 @@ public class GridCachePartitionedTxMultiThreadedSelfTest extends IgniteTxMultiTh private TcpDiscoveryIpFinder ipFinder = new TcpDiscoveryVmIpFinder(true); /** {@inheritDoc} */ - @Override protected void beforeTest() throws Exception { + @Override public void testOptimisticSerializableCommitMultithreaded() throws Exception { fail("https://issues.apache.org/jira/browse/IGNITE-806"); }
