You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Korotkov (Jira)" <ji...@apache.org> on 2022/11/02 08:46:00 UTC

[jira] [Created] (IGNITE-18062) [ducktests] TransactionsTests.test_tx_info is broken

Sergey Korotkov created IGNITE-18062:
----------------------------------------

             Summary: [ducktests] TransactionsTests.test_tx_info is broken
                 Key: IGNITE-18062
                 URL: https://issues.apache.org/jira/browse/IGNITE-18062
             Project: Ignite
          Issue Type: Test
            Reporter: Sergey Korotkov


*control_utility.tx_test.TransactionsTests.test_tx_info* test fails after changes in control.sh logging (IGNITE-18010)



{noformat}
Traceback (most recent call last):
  File "/u01/jenkins/workspace/ise/DevOPS/Ducktape/run_tests_ai_daily/venv/lib64/python3.8/site-packages/ducktape/tests/runner_client.py", line 133, in run
    data = self.run_test()
  File "/u01/jenkins/workspace/ise/DevOPS/Ducktape/run_tests_ai_daily/venv/lib64/python3.8/site-packages/ducktape/tests/runner_client.py", line 197, in run_test
    return self.test_context.function(self.test)
  File "/u01/jenkins/workspace/ise/DevOPS/Ducktape/run_tests_ai_daily/venv/lib64/python3.8/site-packages/ducktape/mark/_mark.py", line 429, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/u01/jenkins/workspace/ise/DevOPS/Ducktape/run_tests_ai_daily/ignite-dev/modules/ducktests/tests/ignitetest/utils/_mark.py", line 233, in extended_test
    test_result = func(self, *args, **kwargs)
  File "/u01/jenkins/workspace/ise/DevOPS/Ducktape/run_tests_ai_daily/ignite-dev/modules/ducktests/tests/ignitetest/tests/control_utility/tx_test.py", line 62, in test_tx_info
    assert res.xid == pick_tx.xid
AttributeError: 'NoneType' object has no attribute 'xid'

{noformat}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)