rpuch commented on code in PR #1559:
URL: https://github.com/apache/ignite-3/pull/1559#discussion_r1085003710
##########
modules/storage-page-memory/src/test/java/org/apache/ignite/internal/storage/pagememory/VolatilePageMemoryMvTableStorageTest.java:
##########
@@ -60,8 +58,6 @@
public class VolatilePageMemoryMvTableStorageTest extends
AbstractMvTableStorageTest {
private final PageEvictionTracker pageEvictionTracker =
spy(PageEvictionTrackerNoOp.INSTANCE);
Review Comment:
I want to use an implementation provided out of the box so as not to think
about the correct definition of a mock behavior
--
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]