tkalkirill commented on code in PR #892: URL: https://github.com/apache/ignite-3/pull/892#discussion_r904922843
########## modules/page-memory/src/integrationTest/java/org/apache/ignite/internal/pagememory/persistence/ItBplusTreeReuseListPersistentPageMemoryTest.java: ########## @@ -22,24 +22,30 @@ import java.util.concurrent.TimeUnit; import java.util.stream.LongStream; +import org.apache.ignite.internal.configuration.testframework.InjectConfiguration; import org.apache.ignite.internal.pagememory.PageMemory; import org.apache.ignite.internal.pagememory.TestPageIoRegistry; +import org.apache.ignite.internal.pagememory.configuration.schema.PersistentPageMemoryDataRegionConfiguration; +import org.apache.ignite.internal.pagememory.configuration.schema.UnsafeMemoryAllocatorConfigurationSchema; import org.apache.ignite.internal.pagememory.tree.ItBplusTreeReuseSelfTest; /** - * Test with reuse list and {@link PageMemoryImpl}. + * Test with reuse list and {@link PersistentPageMemory}. */ -public class ItBplusTreeReuseListPageMemoryImplTest extends ItBplusTreeReuseSelfTest { +public class ItBplusTreeReuseListPersistentPageMemoryTest extends ItBplusTreeReuseSelfTest { + @InjectConfiguration(polymorphicExtensions = UnsafeMemoryAllocatorConfigurationSchema.class) + private PersistentPageMemoryDataRegionConfiguration dataRegionCfg; Review Comment: What do you mean? -- 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