This is an automated email from the ASF dual-hosted git repository.
ilyak 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 e0c10a7 IGNITE-13058 Ensure that all clients have the cache in test -
Fixes #7834.
e0c10a7 is described below
commit e0c10a7082e62f176f5d928a32ceab37ff2220ee
Author: ibessonov <[email protected]>
AuthorDate: Fri May 29 12:52:01 2020 +0300
IGNITE-13058 Ensure that all clients have the cache in test - Fixes #7834.
Signed-off-by: Ilya Kasnacheev <[email protected]>
---
.../src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java
b/modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java
index 998cb12..789cc45 100644
---
a/modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java
+++
b/modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java
@@ -1044,6 +1044,8 @@ public class GridCommandHandlerTest extends
GridCommandHandlerClusterPerMethodAb
setWriteSynchronizationMode(FULL_SYNC).
setAffinity(new RendezvousAffinityFunction(false, 64)));
+ awaitPartitionMapExchange();
+
for (Ignite client : clients) {
assertTrue(client.configuration().isClientMode());