PakhomovAlexander commented on code in PR #5209:
URL: https://github.com/apache/ignite-3/pull/5209#discussion_r1983244510


##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItDmlTest.java:
##########
@@ -373,9 +373,12 @@ public void testMergeBatch() {
 
         assertQuery("SELECT count(*) FROM test2 WHERE b = 
0").returns(10_000L).check();
 
-        sql("MERGE INTO test2 dst USING test1 src ON dst.a = src.a"
+        var longerTimeoutOptions = new 
TransactionOptions().readOnly(false).timeoutMillis(TimeUnit.MINUTES.toMillis(2));

Review Comment:
   I don't quite get you. We have 30 seconds timeout for RW transaction. We do 
long write operation in test. The test fails with Timeout Exceeded. We give 
this test more time -- 2 minutes. 
   
   Why should we disable anything? Wy should we set `MAX_VALUE` in 
`TestIgnitionManager`?



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