zstan commented on code in PR #5211:
URL: https://github.com/apache/ignite-3/pull/5211#discussion_r1959529824


##########
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:
   test was reworked.



-- 
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

Reply via email to