This is an automated email from the ASF dual-hosted git repository.

timoninmaxim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 89d52660c47 IGNITE-24451 [ducktests] Allow to configure 
TransactionConfiguration#setTxAwareQueriesEnabled (#11862)
89d52660c47 is described below

commit 89d52660c4705343eb08d7132ff894f525062ff9
Author: Sergey Korotkov <[email protected]>
AuthorDate: Mon Feb 10 15:21:41 2025 +0700

    IGNITE-24451 [ducktests] Allow to configure 
TransactionConfiguration#setTxAwareQueriesEnabled (#11862)
---
 .../tests/ignitetest/services/utils/ignite_configuration/transaction.py  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/ducktests/tests/ignitetest/services/utils/ignite_configuration/transaction.py
 
b/modules/ducktests/tests/ignitetest/services/utils/ignite_configuration/transaction.py
index 30cc2054dfd..7099f5997d7 100644
--- 
a/modules/ducktests/tests/ignitetest/services/utils/ignite_configuration/transaction.py
+++ 
b/modules/ducktests/tests/ignitetest/services/utils/ignite_configuration/transaction.py
@@ -26,3 +26,4 @@ class TransactionConfiguration(NamedTuple):
     default_tx_isolation: str = None
     default_tx_timeout: int = None
     tx_timeout_on_partition_map_exchange: int = None
+    tx_aware_queries_enabled: bool = None

Reply via email to