You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ip...@apache.org on 2019/06/10 08:00:46 UTC

[ignite] branch master updated: IGNITE-11901 Fix flaky CacheMvccTransactionsTest.testMvccCoordinatorChangeSimple - Fixes #6598.

This is an automated email from the ASF dual-hosted git repository.

ipavlukhin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f12d31  IGNITE-11901 Fix flaky CacheMvccTransactionsTest.testMvccCoordinatorChangeSimple - Fixes #6598.
0f12d31 is described below

commit 0f12d3140a78fa9634c93fb2f73ada8d1b978f49
Author: pavlukhin <vo...@gmail.com>
AuthorDate: Mon Jun 10 11:00:12 2019 +0300

    IGNITE-11901 Fix flaky CacheMvccTransactionsTest.testMvccCoordinatorChangeSimple - Fixes #6598.
    
    Signed-off-by: ipavlukhin <vo...@gmail.com>
---
 .../internal/processors/cache/mvcc/CacheMvccTransactionsTest.java       | 2 ++
 1 file changed, 2 insertions(+)

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 8243336..cc87275 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
@@ -2420,6 +2420,8 @@ public class CacheMvccTransactionsTest extends CacheMvccAbstractTest {
         for (int i = 0; i < 3; i++) {
             startGrid(i + 1);
 
+            awaitPartitionMapExchange();
+
             checkPutGet(cacheNames);
 
             checkCoordinatorsConsistency(null);