You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/10/29 07:31:55 UTC

[3/5] ignite git commit: Fixed test.

Fixed test.


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

Branch: refs/heads/ignite-1758
Commit: 215b0cd9cac7d67fb5609058f8270e6bc38c8f76
Parents: 2a7d886
Author: sboikov <sb...@gridgain.com>
Authored: Wed Oct 28 17:25:10 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Wed Oct 28 17:25:10 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/CacheSerializableTransactionsTest.java        | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/215b0cd9/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheSerializableTransactionsTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheSerializableTransactionsTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheSerializableTransactionsTest.java
index 70ddfa0..8c135ad 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheSerializableTransactionsTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheSerializableTransactionsTest.java
@@ -177,6 +177,8 @@ public class CacheSerializableTransactionsTest extends GridCommonAbstractTest {
             try {
                 IgniteCache<Integer, Integer> cache = ignite0.createCache(ccfg);
 
+                awaitPartitionMapExchange();
+
                 List<Integer> keys = testKeys(cache);
 
                 for (Integer key : keys)