vldpyatkov commented on code in PR #3645:
URL: https://github.com/apache/ignite-3/pull/3645#discussion_r1583277521
##########
modules/metastorage/src/integrationTest/java/org/apache/ignite/internal/metastorage/impl/ItMetaStorageManagerImplTest.java:
##########
@@ -110,7 +111,8 @@ void setUp(
var raftGroupEventsClientListener = new
RaftGroupEventsClientListener();
- raftManager = new Loza(clusterService, raftConfiguration,
workDir.resolve("loza"), clock, raftGroupEventsClientListener);
+ raftManager = new Loza(clusterService, new MetricManager(),
raftConfiguration, workDir.resolve("loza"), clock,
Review Comment:
Added a 'noOp' implementation to use in tests.
--
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]