sashapolo commented on code in PR #4201: URL: https://github.com/apache/ignite-3/pull/4201#discussion_r1708901097
########## modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/BaseMvStoragesTest.java: ########## @@ -72,7 +74,7 @@ public abstract class BaseMvStoragesTest extends BaseIgniteAbstractTest { = MARSHALLER_FACTORY.create(SCHEMA_DESCRIPTOR, TestKey.class, TestValue.class); /** Hybrid clock to generate timestamps. */ - protected final HybridClock clock = new HybridClockImpl(); + protected static final HybridClock CLOCK = new HybridClockImpl(); Review Comment: ok, makes sense -- 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