sanpwc commented on code in PR #2582:
URL: https://github.com/apache/ignite-3/pull/2582#discussion_r1324427069
##########
modules/table/src/testFixtures/java/org/apache/ignite/internal/table/impl/DummyInternalTableImpl.java:
##########
@@ -114,12 +113,7 @@ public class DummyInternalTableImpl extends
InternalTableImpl {
public static final ClusterNode LOCAL_NODE = new ClusterNodeImpl("id",
"node", ADDR);
- public static final HybridClock CLOCK = new TestHybridClock(new
LongSupplier() {
- @Override
- public long getAsLong() {
- return 0;
- }
- });
+ public static final HybridClock CLOCK = new TestHybridClock(() -> 2000);
Review Comment:
Please add a comment explaining why we use 2000.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]