sashapolo commented on code in PR #4201: URL: https://github.com/apache/ignite-3/pull/4201#discussion_r1708835381
########## 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: hm, good question, I don't really remember now. But is this change that bad? -- 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