vldpyatkov commented on code in PR #4808:
URL: https://github.com/apache/ignite-3/pull/4808#discussion_r1863310579


##########
modules/core/src/test/java/org/apache/ignite/internal/hlc/HybridClockTest.java:
##########
@@ -75,13 +75,13 @@ public void testTick() {
         assertTimestampEquals(100, new HybridTimestamp(100, 2),
                 () -> clock.update(new HybridTimestamp(60, 1000)));
 
-        assertTimestampEquals(200, new HybridTimestamp(200, 0),
+        assertTimestampEquals(200, new HybridTimestamp(100, 3),

Review Comment:
   The reason is we can get the ts bigger than that is provided in parameters 
by incrementing the old value regardless of the physical ts.



-- 
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

Reply via email to