vldpyatkov commented on code in PR #4808: URL: https://github.com/apache/ignite-3/pull/4808#discussion_r1863275157
########## 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: I do not think that the change violates the clock protocol but increases performance. -- 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