tkalkirill commented on code in PR #4462:
URL: https://github.com/apache/ignite-3/pull/4462#discussion_r1778071189
##########
modules/page-memory/src/integrationTest/java/org/apache/ignite/internal/pagememory/tree/persistence/replacement/AbstractPageReplacementTest.java:
##########
@@ -68,18 +68,17 @@
import org.apache.ignite.internal.pagememory.persistence.store.FilePageStore;
import
org.apache.ignite.internal.pagememory.persistence.store.FilePageStoreManager;
import
org.apache.ignite.internal.storage.configurations.StorageProfileConfiguration;
-import org.apache.ignite.internal.testframework.BaseIgniteAbstractTest;
-import org.apache.ignite.internal.testframework.WorkDirectory;
-import org.apache.ignite.internal.testframework.WorkDirectoryExtension;
+import
org.apache.ignite.internal.storage.pagememory.PersistentPageMemoryStorageEngine;
+import org.apache.ignite.internal.testframework.IgniteAbstractTest;
import org.apache.ignite.internal.util.IgniteUtils;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
/** Integration tests for testing page replacement. */
-@ExtendWith({WorkDirectoryExtension.class, ConfigurationExtension.class})
-public class ItPageReplacementTest extends BaseIgniteAbstractTest {
+@ExtendWith(ConfigurationExtension.class)
+public abstract class AbstractPageReplacementTest extends IgniteAbstractTest {
Review Comment:
For example: `Abstract class for testing page replacement using different
strategies.`
--
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]