ygerzhedovich commented on code in PR #5211: URL: https://github.com/apache/ignite-3/pull/5211#discussion_r1959309643
########## modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItLocksSystemViewTest.java: ########## @@ -83,8 +83,16 @@ public void testMetadata() { public void testData() { Ignite node = CLUSTER.aliveNode(); - sql("CREATE TABLE test (id INT PRIMARY KEY, val INT)"); - sql("INSERT INTO test VALUES (0, 0), (2, 2)"); + // Need 3 different tables here, because near sql flow: INSERT -> UPDATE -> DELETE leads to dead lock Review Comment: can we add todo with a ticket for a fix? in some time the issue was gone, but the comment will still be there and will lead to incorrect understanding. -- 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