timoninmaxim commented on code in PR #11660:
URL: https://github.com/apache/ignite/pull/11660#discussion_r1853355196


##########
modules/core/src/test/java/org/apache/ignite/internal/client/thin/ServicesTest.java:
##########
@@ -403,6 +403,31 @@ public void testServiceDescriptors() throws Exception {
         }
     }
 
+    /** Test to verify service failover after a node failure. */
+    @Test
+    public void testServiceFailoverAfterNodeFailure() throws Exception {
+        String TEST_SRVC_NAME = "cluster-singleton-svc";

Review Comment:
   Actually, you can use existing singleton service instead - 
CLUSTER_SINGLTON_SERVICE_NAME with TestServiceInterface.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to