ibessonov commented on code in PR #5328: URL: https://github.com/apache/ignite-3/pull/5328#discussion_r1977032410
########## modules/page-memory/src/integrationTest/java/org/apache/ignite/internal/pagememory/tree/persistence/ItBplusTreePersistentPageMemoryTest.java: ########## @@ -66,6 +67,11 @@ public class ItBplusTreePersistentPageMemoryTest extends AbstractBplusTreePageMe private OffheapReadWriteLock offheapReadWriteLock; + @BeforeAll + static void initLockOffset() { + lockOffset = PersistentPageMemory.PAGE_LOCK_OFFSET; + } + /** {@inheritDoc} */ Review Comment: Not here -- 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