You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/08/15 07:38:37 UTC

[08/30] ignite git commit: IGNITE-2310 Lock cache partition for affinityRun/affinityCall execution - add javadoc for test

IGNITE-2310 Lock cache partition for affinityRun/affinityCall execution -  add javadoc for test


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d1a3904c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d1a3904c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d1a3904c

Branch: refs/heads/ignite-1926
Commit: d1a3904c8c8ed4a6cf750a2caa4e2e06cc471698
Parents: e23aba4
Author: tledkov-gridgain <tl...@gridgain.com>
Authored: Tue Aug 9 16:23:34 2016 +0300
Committer: tledkov-gridgain <tl...@gridgain.com>
Committed: Tue Aug 9 16:23:34 2016 +0300

----------------------------------------------------------------------
 .../cache/IgniteCacheLockPartitionOnAffinityRunAbstractTest.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d1a3904c/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheLockPartitionOnAffinityRunAbstractTest.java
----------------------------------------------------------------------
diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheLockPartitionOnAffinityRunAbstractTest.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheLockPartitionOnAffinityRunAbstractTest.java
index 28d297d..11dc6c5 100644
--- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheLockPartitionOnAffinityRunAbstractTest.java
+++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheLockPartitionOnAffinityRunAbstractTest.java
@@ -32,6 +32,7 @@ import static org.apache.ignite.cache.CacheAtomicityMode.ATOMIC;
 import static org.apache.ignite.cache.CacheMode.PARTITIONED;
 
 /**
+ * Base class of for the tests to validate https://issues.apache.org/jira/browse/IGNITE-2310
  */
 public class IgniteCacheLockPartitionOnAffinityRunAbstractTest extends GridCacheAbstractSelfTest {
     /** Count of affinity run threads. */