tkalkirill commented on code in PR #4671: URL: https://github.com/apache/ignite-3/pull/4671#discussion_r1830612006
########## modules/schema/src/test/java/org/apache/ignite/internal/schema/SchemaManagerTest.java: ########## @@ -72,14 +71,12 @@ class SchemaManagerTest extends BaseIgniteAbstractTest { private static final long CAUSALITY_TOKEN_1 = 0; private static final long CAUSALITY_TOKEN_2 = 45; + private static final long CAUSALITY_TOKEN_3 = 56; Review Comment: In the test, the version value was completed with the same token twice, which is an error. -- 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