tkalkirill commented on code in PR #4671: URL: https://github.com/apache/ignite-3/pull/4671#discussion_r1827386458
########## 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: Because in `SchemaManagerTest#create2TableVersions` we complete with the first two tokens and the third is needed to complete with it below in the test. -- 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