ascherbakoff commented on code in PR #5209: URL: https://github.com/apache/ignite-3/pull/5209#discussion_r1985108230
########## modules/runner/src/integrationTest/java/org/apache/ignite/internal/table/ItTableScanTest.java: ########## @@ -1040,20 +1048,24 @@ private Row createKeyRow(int id) { private InternalTransaction startTxWithEnlistedPartition(int partId, boolean readOnly) { IgniteImpl ignite = unwrapIgniteImpl(CLUSTER.aliveNode()); - InternalTransaction tx = (InternalTransaction) ignite.transactions().begin(new TransactionOptions().readOnly(readOnly)); + InternalTransaction tx = (InternalTransaction) ignite.transactions().begin( + new TransactionOptions().timeoutMillis(10_000).readOnly(readOnly) Review Comment: testScanWithUpperBound doesn't use RO transactions. I don't get how setting the timeout for RO txn affects it in any way. -- 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