ygerzhedovich commented on code in PR #2882:
URL: https://github.com/apache/ignite-3/pull/2882#discussion_r1427891989


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java:
##########
@@ -413,7 +415,8 @@ private PartialNode startPartialNode(
                 schemaSyncService,
                 catalogManager,
                 new HybridTimestampTracker(),
-                placementDriverManager.placementDriver()
+                placementDriverManager.placementDriver(),
+                () -> mock(IgniteSql.class)

Review Comment:
   As I see the test hadn't use mock before the patch. Why you decided to mix 
different approaches?



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