ascherbakoff commented on code in PR #4700: URL: https://github.com/apache/ignite-3/pull/4700#discussion_r1852188111
########## modules/core/src/testFixtures/java/org/apache/ignite/internal/TestHybridClock.java: ########## @@ -17,127 +17,23 @@ package org.apache.ignite.internal; -import static java.lang.Math.max; -import static org.apache.ignite.internal.hlc.HybridTimestamp.LOGICAL_TIME_BITS_SIZE; -import static org.apache.ignite.internal.hlc.HybridTimestamp.hybridTimestamp; - -import java.lang.invoke.MethodHandles; -import java.lang.invoke.VarHandle; -import java.util.List; -import java.util.concurrent.CopyOnWriteArrayList; import java.util.function.LongSupplier; -import org.apache.ignite.internal.hlc.ClockUpdateListener; -import org.apache.ignite.internal.hlc.HybridClock; -import org.apache.ignite.internal.hlc.HybridTimestamp; -import org.apache.ignite.internal.tostring.S; +import org.apache.ignite.internal.hlc.HybridClockImpl; /** - * Test hybrid clock with custom supplier of current time. + * Test hybrid clock with custom supplier of current time. TODO delete Review Comment: Removed the TODO -- 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