You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2023/04/20 11:51:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-18062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-18062:
---------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> [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
>            Assignee: Nikolay Izhikov
>            Priority: Minor
>              Labels: ducktests
>             Fix For: 2.15
>
>         Attachments: logs.tgz
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> *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)