We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b87b4cc + 022e463 commit d172f26Copy full SHA for d172f26
1 file changed
tests/rptest/tests/tx_admin_api_test.py
@@ -81,7 +81,6 @@ def test_simple_get_transaction(self):
81
assert (tx['timeout_ms'] == 60000)
82
83
@cluster(num_nodes=3)
84
- @ignore # https://github.com/redpanda-data/redpanda/issues/3849
85
def test_expired_transaction(self):
86
'''
87
Problem: rm_stm contains timer to run try_abort_old_txs.
@@ -104,7 +103,7 @@ def test_expired_transaction(self):
104
103
producer1 = ck.Producer({
105
'bootstrap.servers': self.redpanda.brokers(),
106
'transactional.id': '0',
107
- 'transaction.timeout.ms': '30000'
+ 'transaction.timeout.ms': '900000'
108
})
109
producer1.init_transactions()
110
producer1.begin_transaction()
0 commit comments