sashapolo commented on code in PR #5955: URL: https://github.com/apache/ignite-3/pull/5955#discussion_r2121113711
########## modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/fixtures/Node.java: ########## @@ -763,19 +783,31 @@ public CompletableFuture<Boolean> invoke( @Override protected MvTableStorage createTableStorage(CatalogTableDescriptor tableDescriptor, CatalogZoneDescriptor zoneDescriptor) { - MvTableStorage storage = super.createTableStorage(tableDescriptor, zoneDescriptor); + MvTableStorage storage = createSpy(super.createTableStorage(tableDescriptor, zoneDescriptor)); Review Comment: it's not a mock, it's a spy. It is needed to run Mockito verifications -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org