JAkutenshi commented on code in PR #7813:
URL: https://github.com/apache/ignite-3/pull/7813#discussion_r3043431369


##########
modules/metastorage/src/integrationTest/java/org/apache/ignite/internal/metastorage/server/raft/ItMetaStorageRaftGroupTest.java:
##########
@@ -277,16 +281,21 @@ public void 
testRangeNextWorksCorrectlyAfterLeaderChange() throws Exception {
                 .orElseThrow()
                 .value;
 
+        // Wrap RaftGroupService in a TimeAwareRaftGroupService mock for 
MetaStorageServiceImpl.
+        TimeAwareRaftGroupService timeAwareService = 
mock(TimeAwareRaftGroupService.class);

Review Comment:
   Resolved.



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