You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/04/21 10:36:12 UTC

[GitHub] [ignite] SammyVimes commented on a change in pull request #9012: IGNITE-14575 Write to DMS must throw error, if client is not in topology

SammyVimes commented on a change in pull request #9012:
URL: https://github.com/apache/ignite/pull/9012#discussion_r617418092



##########
File path: modules/core/src/test/java/org/apache/ignite/internal/processors/metastorage/DistributedMetaStorageTest.java
##########
@@ -151,6 +158,46 @@ public void testSingleNode() throws Exception {
         }
     }
 
+    /**
+     * Test verifies that Distributed Metastorage on client yields error if client is not connected to some cluster.
+     *
+     * @throws Exception If failed.
+     */
+    @Test
+    public void testDistributedMetastorageOperationsOnClient() throws Exception {
+        String clientName = "client0";
+
+        String key = "key";
+        String value = "value";
+
+        GridTestUtils.runAsync(() -> startGrid(clientName));

Review comment:
       But I need the name to later get the semi-started node with `IgnitionEx.gridx`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org