ibessonov commented on code in PR #5328: URL: https://github.com/apache/ignite-3/pull/5328#discussion_r1977026724
########## modules/page-memory/src/integrationTest/java/org/apache/ignite/internal/pagememory/tree/AbstractBplusTreePageMemoryTest.java: ########## @@ -3116,117 +3108,66 @@ static void clearStaticResources() { writeLocks.clear(); } - /** - * Constructor. - * - * @param delegate Real implementation of page lock listener. - */ - private TestPageLockListener(PageLockListener delegate) { - this.delegate = delegate; - } - /** {@inheritDoc} */ Review Comment: In a separate Jira, 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