sanpwc commented on code in PR #1282:
URL: https://github.com/apache/ignite-3/pull/1282#discussion_r1023591120


##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/TableManagerTest.java:
##########
@@ -449,6 +452,8 @@ public void tableManagerStopTest() throws Exception {
 
         TableManager tableManager = tblManagerFut.join();
 
+        doThrow(new NodeStoppingException()).when(rm).stopRaftGroup(any());

Review Comment:
   - And what about checking exception handling logic inside 
org.apache.ignite.internal.util.IgniteUtils#runAll?
   - And what about checking exception handling logic during storage stop?



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